Add MCU configurations

This commit is contained in:
Henrik Stickann
2022-04-24 13:42:12 +02:00
parent 46ff94e64d
commit 020870016c
2 changed files with 89 additions and 0 deletions

View 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