Skip to content

Commit 0662f10

Browse files
update launch.json
1 parent b6410c6 commit 0662f10

3 files changed

Lines changed: 105852 additions & 43122 deletions

File tree

device/usb-bulk-raspberry-pi-pico2/.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"preLaunchTask": "rust: cargo build",
66
"type": "probe-rs-debug",
77
"request": "launch",
8-
"name": "STM32 Nucleu F429ZI",
8+
"name": "Raspberry Pi Pico 2",
99
"cwd": "${workspaceFolder}",
1010
"connectUnderReset": false,
11-
"chip": "STM32F429ZITx",
11+
"chip": "RP235x",
1212
"flashingConfig": {
1313
"flashingEnabled": true,
1414
"haltAfterReset": false,
@@ -17,7 +17,7 @@
1717
{
1818
"coreIndex": 0,
1919
"programBinary": "./target/thumbv8m.main-none-eabihf/debug/${workspaceFolderBasename}",
20-
"svdFile": "./stm32f429zi.svd",
20+
"svdFile": "./rp2350.svd",
2121
"rttEnabled": true,
2222
}
2323
]

0 commit comments

Comments
 (0)