mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Added I2C support for raspi & first rework of debugging
This commit is contained in:
17
include/sta/devices/stm32/mcu/common.hpp
Normal file
17
include/sta/devices/stm32/mcu/common.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief Common configuration for STM32 MCUs
|
||||
*/
|
||||
#ifndef STA_CORE_STM32_MCU_COMMON_HPP
|
||||
#define STA_CORE_STM32_MCU_COMMON_HPP
|
||||
|
||||
|
||||
// TODO: Are all STM32 MCUs little endian?
|
||||
#define STA_MCU_LITTLE_ENDIAN
|
||||
|
||||
|
||||
// Enable STM32 platform
|
||||
#define STA_PLATFORM_STM32
|
||||
|
||||
|
||||
#endif // STA_CORE_STM32_MCU_COMMON_HPP
|
Reference in New Issue
Block a user