mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Source file re-arrangement for better separation of MCU types (#12268)
Source file re-arrangement for better spearation of MCU types - Move STM32 specific files to drivers/stm32
This commit is contained in:
parent
a3b7d74016
commit
33a96bb5f6
79 changed files with 537 additions and 485 deletions
|
@ -44,11 +44,11 @@ uint8_t eepromData[EEPROM_SIZE];
|
|||
// F4
|
||||
#if defined(STM32F40_41xxx)
|
||||
# define FLASH_PAGE_SIZE ((uint32_t)0x4000) // 16K sectors
|
||||
# elif defined (STM32F411xE)
|
||||
# elif defined(STM32F411xE)
|
||||
# define FLASH_PAGE_SIZE ((uint32_t)0x4000)
|
||||
# elif defined(STM32F427_437xx)
|
||||
# define FLASH_PAGE_SIZE ((uint32_t)0x4000)
|
||||
# elif defined (STM32F446xx)
|
||||
# elif defined(STM32F446xx)
|
||||
# define FLASH_PAGE_SIZE ((uint32_t)0x4000)
|
||||
// F7
|
||||
#elif defined(STM32F722xx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue