Skip to content

Commit b3e4421

Browse files
committed
Added nrf52 SVD
1 parent 8245543 commit b3e4421

File tree

14 files changed

+202513
-96187
lines changed

14 files changed

+202513
-96187
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[]
1+
[{"node":"TEMP","expanded":true,"format":0}]

.vscode/launch-nrf52.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"executable": "bin/targets/nrf52_my_sensor/app/apps/my_sensor_app/my_sensor_app.elf",
1515
// For Bootloader: "executable": "bin/targets/stm32l4_boot/app/apps/boot/boot.elf",
1616
"device": "nRF52832",
17-
// Arm System View Description, downloaded from https://www.st.com/en/microcontrollers-microprocessors/stm32l476rc.html#
18-
"svdFile": "scripts/STM32L4x6.svd",
17+
// Arm System View Description, from apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/mdk
18+
"svdFile": "scripts/nrf52/nrf52.svd",
1919
"configFiles": [
2020
// Tell OpenOCD to open the ST Link connection to STM32 MCU.
2121
"interface/stlink-v2.cfg",

.vscode/launch-stm32l4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// For Bootloader: "executable": "bin/targets/stm32l4_boot/app/apps/boot/boot.elf",
1616
"device": "STM32L476RCT6",
1717
// Arm System View Description, downloaded from https://www.st.com/en/microcontrollers-microprocessors/stm32l476rc.html#
18-
"svdFile": "scripts/STM32L4x6.svd",
18+
"svdFile": "scripts/stm32l4/STM32L4x6.svd",
1919
"configFiles": [
2020
// Tell OpenOCD to open the ST Link connection to STM32 MCU.
2121
"interface/stlink-v2.cfg",

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"executable": "bin/targets/nrf52_my_sensor/app/apps/my_sensor_app/my_sensor_app.elf",
1515
// For Bootloader: "executable": "bin/targets/stm32l4_boot/app/apps/boot/boot.elf",
1616
"device": "nRF52832",
17-
// Arm System View Description, downloaded from https://www.st.com/en/microcontrollers-microprocessors/stm32l476rc.html#
18-
"svdFile": "scripts/STM32L4x6.svd",
17+
// Arm System View Description, from apache-mynewt-core/hw/mcu/nordic/src/ext/nrfx/mdk
18+
"svdFile": "scripts/nrf52/nrf52.svd",
1919
"configFiles": [
2020
// Tell OpenOCD to open the ST Link connection to STM32 MCU.
2121
"interface/stlink-v2.cfg",

0 commit comments

Comments
 (0)