Skip to content

Commit c5089d7

Browse files
committed
generate uf2 by default
update tusb
1 parent baf68a9 commit c5089d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/nrf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ $(filter $(PY_BUILD)/../extmod/vfs_fat_%.o, $(PY_O)): COPT += -Os
249249

250250
.phony: all flash sd binary hex bootloader
251251

252-
all: binary hex
252+
all: binary hex uf2
253253

254254
OUTPUT_FILENAME = firmware
255255

@@ -305,7 +305,7 @@ endif
305305
#####################
306306
# Flash with DFU
307307
#####################
308-
.phony: dfu-gen dfu-flash dfu-bootloader uf2
308+
.phony: dfu-gen dfu-flash dfu-bootloader
309309

310310
ifeq ($(OS),Windows_NT)
311311
NRFUTIL = ../../lib/nrfutil/binaries/win32/nrfutil.exe

0 commit comments

Comments
 (0)