mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Update esp32c{3,6} support to esp-hal-1.0.0-rc.0.
This commit is contained in:
parent
1365471f5a
commit
e8c260a745
15 changed files with 949 additions and 633 deletions
|
|
@ -1,16 +1,20 @@
|
|||
[target.riscv32imc-unknown-none-elf]
|
||||
# Real hardware
|
||||
# runner = "espflash flash --monitor"
|
||||
# runner = "espflash flash --monitor --chip esp32c3"
|
||||
|
||||
# QEMU emulator
|
||||
runner = "./runner.sh"
|
||||
|
||||
[build]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlinkall.x",
|
||||
# Required to obtain backtraces (e.g. when using the "esp-backtrace" crate.)
|
||||
# NOTE: May negatively impact performance of produced code
|
||||
"-C", "force-frame-pointers",
|
||||
# This should be last.
|
||||
"-C", "link-arg=-Tlinkall.x",
|
||||
]
|
||||
|
||||
target = "riscv32imc-unknown-none-elf"
|
||||
|
||||
[unstable]
|
||||
build-std = ["alloc", "core"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue