generate uf2 by default
update tusb
This commit is contained in:
parent
baf68a936e
commit
c5089d7274
@ -1 +1 @@
|
||||
Subproject commit 40de723d417e253e3346b58cd2ce8b5dbf60d0ac
|
||||
Subproject commit 5d8cf5cf8fc30cb8fbb7553b0f949d8f3298c602
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user