Skip to content

Commit

Permalink
Why not add tinyuf2 support while we're at it?
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Sep 20, 2024
1 parent f761cb4 commit 155a670
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions platforms/chibios/boards/common/ld/STM32F407xE_tinyuf2.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright 2006..2018 Giovanni Di Sirio
* Copyright 2022 QMK contributors
* SPDX-License-Identifier: GPL-2.0-or-later
*/

f4xx_flash_size = 512k;
f4xx_ram0_size = 128k;
f4xx_ram1_size = 112k;
f4xx_ram2_size = 16k;
f4xx_ram4_size = 64k;
f4xx_ram5_size = 4k;

INCLUDE stm32f4xx_tinyuf2_common.ld
14 changes: 14 additions & 0 deletions platforms/chibios/boards/common/ld/STM32F446xE_tinyuf2.ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright 2006..2018 Giovanni Di Sirio
* Copyright 2022 QMK contributors
* SPDX-License-Identifier: GPL-2.0-or-later
*/

f4xx_flash_size = 512k;
f4xx_ram0_size = 128k;
f4xx_ram1_size = 112k;
f4xx_ram2_size = 16k;
f4xx_ram4_size = 0;
f4xx_ram5_size = 0;

INCLUDE stm32f4xx_tinyuf2_common.ld

0 comments on commit 155a670

Please sign in to comment.