mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-29 05:17:33 +00:00
Move STM32 related code to sta-stm32-core repo
This commit is contained in:
12
include/sta/stm32/mcu/common.hpp
Normal file
12
include/sta/stm32/mcu/common.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @brief Common configuration for STM32 MCUs
|
||||
*/
|
||||
#ifndef STA_STM32_MCU_COMMON_HPP
|
||||
#define STA_STM32_MCU_COMMON_HPP
|
||||
|
||||
|
||||
// TODO: Are all STM32 MCUs little endian?
|
||||
#define STA_MCU_LITTLE_ENDIAN
|
||||
|
||||
|
||||
#endif // STA_STM32_MCU_COMMON_HPP
|
Reference in New Issue
Block a user