forked from mirrors/qmk_userspace
Refactor bootloader_jump()
implementations (#15450)
* Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
This commit is contained in:
parent
cffe143ca2
commit
6bc870d899
32 changed files with 701 additions and 493 deletions
|
@ -4,7 +4,7 @@ TMK_COMMON_SRC += \
|
|||
$(PLATFORM_COMMON_DIR)/platform.c \
|
||||
$(PLATFORM_COMMON_DIR)/suspend.c \
|
||||
$(PLATFORM_COMMON_DIR)/timer.c \
|
||||
$(PLATFORM_COMMON_DIR)/bootloader.c \
|
||||
$(PLATFORM_COMMON_DIR)/bootloaders/$(BOOTLOADER_TYPE).c
|
||||
|
||||
# Search Path
|
||||
VPATH += $(PLATFORM_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue