Add F407xG ld script
This commit is contained in:
parent
8c81ac6384
commit
e2e7812376
2 changed files with 26 additions and 0 deletions
13
platforms/chibios/boards/common/ld/STM32F407xG.ld
Normal file
13
platforms/chibios/boards/common/ld/STM32F407xG.ld
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2006..2018 Giovanni Di Sirio
|
||||||
|
* Copyright 2022 QMK contributors
|
||||||
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
f4xx_flash_size = 1M;
|
||||||
|
f4xx_ram1_size = 112k;
|
||||||
|
f4xx_ram2_size = 16k;
|
||||||
|
f4xx_ram4_size = 64k;
|
||||||
|
f4xx_ram5_size = 4k;
|
||||||
|
|
||||||
|
INCLUDE stm32f4xx_common.ld
|
13
platforms/chibios/boards/common/ld/STM32F407xG_tinyuf2.ld
Normal file
13
platforms/chibios/boards/common/ld/STM32F407xG_tinyuf2.ld
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2006..2018 Giovanni Di Sirio
|
||||||
|
* Copyright 2022 QMK contributors
|
||||||
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
f4xx_flash_size = 1M;
|
||||||
|
f4xx_ram1_size = 112k;
|
||||||
|
f4xx_ram2_size = 16k;
|
||||||
|
f4xx_ram4_size = 64k;
|
||||||
|
f4xx_ram5_size = 4k;
|
||||||
|
|
||||||
|
INCLUDE stm32f4xx_tinyuf2_common.ld
|
Loading…
Add table
Add a link
Reference in a new issue