From c5777f6708c68cea92ebfc24defffd0198b17984 Mon Sep 17 00:00:00 2001 From: shuiguohuooo <97853321+shuihuohuooo@users.noreply.github.com> Date: Mon, 9 May 2022 16:23:35 +0800 Subject: [PATCH] =?UTF-8?q?Update=20and=20rename=20app/boards/arm/zuna80/C?= =?UTF-8?q?MakeLists.txt=20to=20=E5=BA=94=E7=94=A8=E7=A8=8B=E5=BA=8F/?= =?UTF-8?q?=E6=9D=BF/=E6=89=8B=E8=87=82/=E7=A5=96=E7=BA=B380/CMakeLists.tx?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加uf2对nrf52833的支持 --- .../arm/zuna80 => 应用程序/板/手臂/祖纳80}/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {app/boards/arm/zuna80 => 应用程序/板/手臂/祖纳80}/CMakeLists.txt (94%) diff --git a/app/boards/arm/zuna80/CMakeLists.txt b/应用程序/板/手臂/祖纳80/CMakeLists.txt similarity index 94% rename from app/boards/arm/zuna80/CMakeLists.txt rename to 应用程序/板/手臂/祖纳80/CMakeLists.txt index 3aa11331..b24bb031 100644 --- a/app/boards/arm/zuna80/CMakeLists.txt +++ b/应用程序/板/手臂/祖纳80/CMakeLists.txt @@ -2,7 +2,7 @@ set_property(GLOBAL APPEND PROPERTY extra_post_build_commands COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/../tools/uf2/utils/uf2conv.py -c -b 0x1000 - -f 0xADA52833 + -f 0x621e937a -o ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.uf2 ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin )