smaller fixes for config files
This commit is contained in:
parent
bafca6e214
commit
bb6cef05e6
@ -20,6 +20,8 @@ rustflags = [
|
|||||||
# See https://github.com/rust-embedded/cortex-m-quickstart/pull/95
|
# See https://github.com/rust-embedded/cortex-m-quickstart/pull/95
|
||||||
"-C",
|
"-C",
|
||||||
"link-arg=--nmagic",
|
"link-arg=--nmagic",
|
||||||
|
# Can be useful for debugging.
|
||||||
|
# "-Clink-args=-Map=app.map"
|
||||||
]
|
]
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"preLaunchTask": "blinky-pac-example",
|
"preLaunchTask": "blinky-pac-example",
|
||||||
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/blinky-pac",
|
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/blinky-pac",
|
||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"runToEntryPoint": "main",
|
"runToEntryPoint": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"preLaunchTask": "blinky-example",
|
"preLaunchTask": "blinky-example",
|
||||||
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/blinky",
|
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/blinky",
|
||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"runToEntryPoint": "main",
|
"runToEntryPoint": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "cortex-debug",
|
"type": "cortex-debug",
|
||||||
@ -47,7 +47,7 @@
|
|||||||
"preLaunchTask": "rtt-log-example",
|
"preLaunchTask": "rtt-log-example",
|
||||||
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/rtt-log",
|
"executable": "${workspaceFolder}/target/thumbv7em-none-eabihf/debug/examples/rtt-log",
|
||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"runToEntryPoint": "main",
|
"runToEntryPoint": "main"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user