Skip to content

Commit fe59ff3

Browse files
authored
Merge pull request #4 from Systemscape/cleanup
Cleanup
2 parents dc8d1a6 + 745db37 commit fe59ff3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+290
-2032
lines changed

.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ rustflags = [
88
"-C", "link-arg=--nmagic",
99
"-C", "link-arg=-Tlink.x",
1010
"-C", "link-arg=-Tdefmt.x",
11+
"-C", "target-cpu=cortex-m4", # https://rust-lang.github.io/packed_simd/perf-guide/target-feature/rustflags.html
1112
]
1213

1314

1415
[build]
15-
target = "thumbv7em-none-eabi"
16+
target = "thumbv7em-none-eabihf"
1617

1718
[env]
1819
DEFMT_LOG = "info"

0 commit comments

Comments
 (0)