Skip to content
Snippets Groups Projects
Commit a7977a9d authored by Per Lindgren's avatar Per Lindgren
Browse files

polish

parent 15ce45e7
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@
"target/stm32f4x.cfg"
],
"postLaunchCommands": [
"monitor reset init",
"monitor reset init", // sets the MCU to 64MHz
"monitor arm semihosting enable",
"monitor tpiu config internal /tmp/itm.fifo uart off 64000000",
"monitor itm port 0 on"
......
......@@ -9,7 +9,7 @@
"isDefault": true
},
"problemMatcher": [
"$rustc",
"$rustc"
]
},
{
......@@ -21,7 +21,7 @@
"isDefault": true
},
"problemMatcher": [
"$rustc",
"$rustc"
]
},
{
......
......@@ -37,5 +37,8 @@ monitor reset init
load
# start the process but immediately halt the processor
# un-comment to start and immediately halt the processor
stepi
# un-comment to start and continue
# continue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment