Flash할 때 NVS 보존

This commit is contained in:
2026-06-19 14:22:35 +09:00
parent 08b8d3001e
commit f68b3296ee
4 changed files with 51 additions and 1 deletions
+5
View File
@@ -1,6 +1,11 @@
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
macro(app_set_runner_args)
board_runner_args(nrfutil "--erase-mode=ranges")
endmacro()
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(vesiscan)