RP2040 emulated EEPROM. (#17519)
This commit is contained in:
parent
9f1c4f304d
commit
5846b40f74
13 changed files with 470 additions and 22 deletions
|
@ -135,7 +135,7 @@ ifneq ($(findstring RP2040, $(MCU)),)
|
|||
# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
|
||||
# or <keyboard_dir>/ld/
|
||||
STARTUPLD_CONTRIB = $(CHIBIOS_CONTRIB)/os/common/startup/ARMCMx/compilers/GCC/ld
|
||||
MCU_LDSCRIPT ?= RP2040_FLASH
|
||||
MCU_LDSCRIPT ?= RP2040_FLASH_TIMECRIT
|
||||
LDFLAGS += -L $(STARTUPLD_CONTRIB)
|
||||
|
||||
# Startup code to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue