We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebda89a + 292905f commit 0f6e5a5Copy full SHA for 0f6e5a5
.cargo/config
@@ -1,5 +1,9 @@
1
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2
3
+[unstable]
4
+build-std = ["core"]
5
+build-std-features = ["panic_immediate_abort"]
6
+
7
rustflags = [
8
"-C", "link-arg=--nmagic",
9
"-C", "link-arg=-Tlink.x",
build.sh
@@ -2,7 +2,7 @@
set -euo pipefail
-cargo build --release -Zbuild-std=core -Zbuild-std-features=panic_immediate_abort
+cargo build --release
ELF=target/thumbv6m-none-eabi/release/flash-algo
llvm-objdump --disassemble $ELF > target/disassembly.s
rust-toolchain
@@ -0,0 +1 @@
+nightly
0 commit comments