Update cyber60_defconfig Update cyber60.dts Update Kconfig.defconfig simplifying stuff a bit to make it compile started implementing matrix added BT-commands Update cyber60.dts cont Update cyber60.dts cont cont Update cyber60.keymap Update cyber60.dts removed personal layout fixed partition and matrix-issue.
8 lines
286 B
CMake
8 lines
286 B
CMake
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
|
|
)
|