Skip to content

Commit e8c260a

Browse files
pebenderAfoHT
authored andcommitted
Update esp32c{3,6} support to esp-hal-1.0.0-rc.0.
1 parent 1365471 commit e8c260a

File tree

15 files changed

+932
-616
lines changed

15 files changed

+932
-616
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
[target.riscv32imc-unknown-none-elf]
22
# Real hardware
3-
# runner = "espflash flash --monitor"
3+
# runner = "espflash flash --monitor --chip esp32c3"
44

55
# QEMU emulator
66
runner = "./runner.sh"
77

88
[build]
99
rustflags = [
10-
"-C", "link-arg=-Tlinkall.x",
1110
# Required to obtain backtraces (e.g. when using the "esp-backtrace" crate.)
1211
# NOTE: May negatively impact performance of produced code
1312
"-C", "force-frame-pointers",
13+
# This should be last.
14+
"-C", "link-arg=-Tlinkall.x",
1415
]
1516

1617
target = "riscv32imc-unknown-none-elf"
18+
19+
[unstable]
20+
build-std = ["alloc", "core"]

0 commit comments

Comments
 (0)