Add eeprom defaults for tinyuf2 bootloader (#18042)

This commit is contained in:
Joel Challis 2022-08-25 12:17:41 +01:00 committed by GitHub
parent 1c47bd0ddf
commit 43fd647130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 5 additions and 574 deletions

View file

@ -199,6 +199,7 @@ endif
ifeq ($(strip $(BOOTLOADER)), tinyuf2)
OPT_DEFS += -DBOOTLOADER_TINYUF2
BOOTLOADER_TYPE = tinyuf2
FIRMWARE_FORMAT = uf2
endif
ifeq ($(strip $(BOOTLOADER)), rp2040)
OPT_DEFS += -DBOOTLOADER_RP2040