diff --git a/.vscode/launch.json b/.vscode/launch.json index b10947e9bc40c0d2335dc083ded62b9cc087e364..1ef8ff569852c4ea6d7e6b9b92e1d6fd8341351e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,25 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "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", "request": "attach", diff --git a/examples/hello.rs b/examples/hello.rs index bda6020c9c9687546f9fb2e2f4c8d2e85c7995c1..4bce8e270b5249492a3524c2985b6a66957440ce 100644 --- a/examples/hello.rs +++ b/examples/hello.rs @@ -20,7 +20,7 @@ app! { fn init(_p: init::Peripherals) {} fn idle() -> ! { - writeln!(hio::hstdout().unwrap(), "Hello, Rust 3 world!").unwrap(); + writeln!(hio::hstdout().unwrap(), "Hello, Sworld!").unwrap(); loop { rtfm::wfi();