WIP, learning embassy.
This commit is contained in:
parent
26a1da2cb9
commit
b894d424aa
6 changed files with 73 additions and 456 deletions
|
@ -1,7 +1,11 @@
|
|||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
"-C", "link-arg=-Tdefmt.x",
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf"
|
||||
|
||||
[env]
|
||||
DEFMT_LOG = "debug"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue