refactor(boards): Use Zephyr UF2 generation.

This commit is contained in:
Peter Johanson
2022-02-22 12:03:34 -05:00
committed by Pete Johanson
parent cc51562f78
commit 4eb8f8cd23
20 changed files with 12 additions and 67 deletions

View File

@@ -1,11 +1,3 @@
set_property(GLOBAL APPEND PROPERTY extra_post_build_commands
COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/../tools/uf2/utils/uf2conv.py
-c
-b 0x26000
-f 0xADA52840
-o ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.uf2
${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin
)
if(CONFIG_PINMUX)
zephyr_library()