RP2040 emulated EEPROM. (#17519)

This commit is contained in:
Nick Brassel
2022-07-02 15:18:50 +10:00
committed by GitHub
parent 9f1c4f304d
commit 5846b40f74
13 changed files with 470 additions and 22 deletions

View File

@@ -351,8 +351,11 @@ SHARED_CFLAGS = -fomit-frame-pointer \
-fno-common \
-fshort-wchar
LDSCRIPT_PATH := $(shell dirname "$(LDSCRIPT)")
# Shared Linker flags for all toolchains
SHARED_LDFLAGS = -T $(LDSCRIPT) \
-L $(LDSCRIPT_PATH) \
-Wl,--gc-sections \
-nostartfiles