generate uf2 by default

update tusb
This commit is contained in:
hathach 2018-07-10 01:02:33 +07:00
parent baf68a936e
commit c5089d7274
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 40de723d417e253e3346b58cd2ce8b5dbf60d0ac
Subproject commit 5d8cf5cf8fc30cb8fbb7553b0f949d8f3298c602

View File

@ -249,7 +249,7 @@ $(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os
.phony: all flash sd binary hex bootloader
all: binary hex
all: binary hex uf2
OUTPUT_FILENAME = firmware
@ -305,7 +305,7 @@ endif
#####################
# Flash with DFU
#####################
.phony: dfu-gen dfu-flash dfu-bootloader uf2
.phony: dfu-gen dfu-flash dfu-bootloader
ifeq ($(OS),Windows_NT)
NRFUTIL = ../../lib/nrfutil/binaries/win32/nrfutil.exe