stm32/mboot: Add support for STM32F769 MCUs.
This commit is contained in:
parent
9570297dd1
commit
39eb1e9f81
@ -369,7 +369,7 @@ static const flash_layout_t flash_layout[] = {
|
||||
#endif
|
||||
};
|
||||
|
||||
#elif defined(STM32F765xx) || defined(STM32F767xx)
|
||||
#elif defined(STM32F765xx) || defined(STM32F767xx) || defined(STM32F769xx)
|
||||
|
||||
#define FLASH_LAYOUT_STR "@Internal Flash /0x08000000/04*032Kg,01*128Kg,07*256Kg" MBOOT_SPIFLASH_LAYOUT MBOOT_SPIFLASH2_LAYOUT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user