Move STM32 related code to sta-stm32-core repo

This commit is contained in:
Henrik Stickann
2022-05-09 21:19:06 +02:00
commit 460f4e3c25
19 changed files with 1309 additions and 0 deletions

View 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