Bring supported STM32F4 configs in line with F4x1 (#24413)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
36b5559b99
commit
c7a04bd930
19 changed files with 142 additions and 188 deletions
|
@ -5,6 +5,9 @@
|
|||
*/
|
||||
|
||||
f4xx_flash_size = 512k;
|
||||
f4xx_ram_size = 128k;
|
||||
f4xx_ram1_size = 128k;
|
||||
f4xx_ram2_size = 0;
|
||||
f4xx_ram4_size = 0;
|
||||
f4xx_ram5_size = 0;
|
||||
|
||||
INCLUDE stm32f4xx_tinyuf2_common.ld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue