update makefile and binary

This commit is contained in:
hathach 2018-06-25 23:37:24 +07:00
parent 98ba8b9b32
commit 6bafa2f5e2
5 changed files with 1426 additions and 1388 deletions

@ -1 +1 @@
Subproject commit 6b2b6aaa3f5b63a00ac852a3a2b2cebb2bd23741
Subproject commit cfd5e1e6d19d94481ef84b4a16b41b2fae6c252e

View File

@ -84,6 +84,7 @@ C_SOURCE_FILES += $(SRC_PATH)/main.c
C_SOURCE_FILES += $(SRC_PATH)/dfu_ble_svc.c
C_SOURCE_FILES += $(SRC_PATH)/usb/tusb_descriptors.c
C_SOURCE_FILES += $(SRC_PATH)/usb/msc_uf2.c
C_SOURCE_FILES += $(SRC_PATH)/usb/uf2/ghostfat.c
# SDK 11 files
C_SOURCE_FILES += $(SDK11_PATH)/libraries/bootloader_dfu/bootloader.c