basic project setup
This commit is contained in:
parent
5507d11fe8
commit
dac87a1696
10 changed files with 1887 additions and 10 deletions
14
firmware/.cargo/config.toml
Normal file
14
firmware/.cargo/config.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[target.xtensa-esp32-none-elf]
|
||||
runner = "espflash flash --monitor --chip esp32"
|
||||
|
||||
[env]
|
||||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-nostartfiles",
|
||||
]
|
||||
|
||||
target = "xtensa-esp32-none-elf"
|
||||
|
||||
[unstable]
|
||||
build-std = ["alloc", "core"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue