1
0
Fork 0

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

@ -8,10 +8,6 @@ BOOTLOADER := tinyuf2
SERIAL_DRIVER ?= usart
WS2812_DRIVER ?= bitbang
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = legacy
ifeq ($(strip $(STMC_US)), yes)
OPT_DEFS += -DSTEMCELL_UART_SWAP
endif