init basic examples and setup
This commit is contained in:
23
.cargo/config.toml
Normal file
23
.cargo/config.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[build]
|
||||
target = "thumbv7m-none-eabi"
|
||||
|
||||
[target.thumbv7m-none-eabi]
|
||||
linker = "flip-link"
|
||||
rustflags = [
|
||||
"-C",
|
||||
"link-arg=-Tlink.x",
|
||||
"-C",
|
||||
"link-arg=-Tdefmt.x",
|
||||
]
|
||||
|
||||
[target.thumbv6m-none-eabi]
|
||||
linker = "flip-link"
|
||||
rustflags = [
|
||||
"-C",
|
||||
"link-arg=-Tlink.x",
|
||||
"-C",
|
||||
"link-arg=-Tdefmt.x",
|
||||
]
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "info"
|
||||
Reference in New Issue
Block a user