mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-16 16:48:04 +00:00
Add MCU configurations
This commit is contained in:
12
include/sta/mcu/stm32base.hpp
Normal file
12
include/sta/mcu/stm32base.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @brief Common configuration for STM32 MCUs
|
||||
*/
|
||||
#ifndef STA_MCU_STM32_BASE_HPP
|
||||
#define STA_MCU_STM32_BASE_HPP
|
||||
|
||||
|
||||
// TODO: Are all STM32 MCUs little endian?
|
||||
#define STA_MCU_LITTLE_ENDIAN
|
||||
|
||||
|
||||
#endif // STA_MCU_STM32_BASE_HPP
|
||||
Reference in New Issue
Block a user