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

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