added support for building uf2 file

This commit is contained in:
Greg Steiert 2021-12-08 15:24:14 -08:00
parent 59dcf2062f
commit e72a6e90b9
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
SDK_DIR = hw/mcu/nxp/mcux-sdk
DEPS_SUBMODULES += $(SDK_DIR)
DEPS_SUBMODULES += $(SDK_DIR) tools/uf2
# This board uses TinyUF2 for updates
UF2_FAMILY_ID = 0x7f83e793
CFLAGS += \
-mthumb \