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
+14
View File
@@ -7,6 +7,20 @@
"name": "Launch blinky/build/blinky",
"config": "${workspaceFolder}/build/blinky",
"runToEntryPoint": "main"
},
{
"type": "nrf-connect",
"request": "launch",
"name": "Launch blinky/build",
"config": "${workspaceFolder}/build",
"runToEntryPoint": "main"
},
{
"type": "nrf-connect",
"request": "launch",
"name": "Launch blinky/build/mcuboot",
"config": "${workspaceFolder}/build/mcuboot",
"runToEntryPoint": "main"
}
]
}