Initial commit
This commit is contained in:
commit
639ee2af7f
11 changed files with 1844 additions and 0 deletions
18
.cargo/config.toml
Normal file
18
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[build]
|
||||
|
||||
rustflags = [
|
||||
"-C", "link-arg=-nostartfiles",
|
||||
]
|
||||
|
||||
target = "xtensa-esp32s3-none-elf"
|
||||
|
||||
[target.xtensa-esp32s3-none-elf]
|
||||
|
||||
# linker = "ldproxy"
|
||||
runner = "espflash flash --monitor"
|
||||
|
||||
[unstable]
|
||||
build-std = ["core", "panic_abort"]
|
||||
|
||||
[env]
|
||||
MCU="esp32s3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue