diff options
| author | hathach <thach@tinyusb.org> | 2018-07-10 01:02:33 +0700 |
|---|---|---|
| committer | hathach <thach@tinyusb.org> | 2018-07-10 01:02:33 +0700 |
| commit | c5089d7274fe3518cc2bd41874120d33c8fc7079 (patch) | |
| tree | 05ffffe69edfba17e824ba17d856034ff36db870 /ports/nrf | |
| parent | baf68a936e111d76c4e00294dfed12287b8e0a76 (diff) | |
generate uf2 by default
update tusb
Diffstat (limited to 'ports/nrf')
| -rw-r--r-- | ports/nrf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index b2b837eb5..11f6bb153 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -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 |
