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

cleaned

parent 9ae311c4
No related branches found
No related tags found
No related merge requests found
...@@ -4,25 +4,6 @@ ...@@ -4,25 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
// {
// "type": "gdb",
// "request": "attach",
// "name": "Release",
// "gdbpath": "/usr/bin/arm-none-eabi-gdb",
// "executable": "./target/thumbv7em-none-eabihf/release/nucleo-64",
// "target": ":3333",
// "remote": true,
// "autorun": [
// "monitor arm semihosting enable",
// "monitor reset init",
// //"set target-async off",
// "load ./target/thumbv7em-none-eabihf/release/nucleo-64"
// //"set remotetimeout 30",
// //"monitor reset halt",
// //"step"
// ],
// "cwd": "${workspaceRoot}"
// },
{ {
"type": "gdb", "type": "gdb",
"request": "attach", "request": "attach",
......
...@@ -20,7 +20,7 @@ app! { ...@@ -20,7 +20,7 @@ app! {
fn init(_p: init::Peripherals) {} fn init(_p: init::Peripherals) {}
fn idle() -> ! { fn idle() -> ! {
writeln!(hio::hstdout().unwrap(), "Hello, Rust 3 world!").unwrap(); writeln!(hio::hstdout().unwrap(), "Hello, Sworld!").unwrap();
loop { loop {
rtfm::wfi(); rtfm::wfi();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment