mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Add SYSTIMER based ESP32-C3 monotonic (#972)
* add esp32c3 monotonic * fix tests
This commit is contained in:
parent
6e68a5e615
commit
805ea267a8
12 changed files with 395 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[target.riscv32imc-unknown-none-elf]
|
||||
# Real hardware
|
||||
#runner = "espflash flash --monitor"
|
||||
# runner = "espflash flash --monitor"
|
||||
|
||||
# QEMU emulator
|
||||
runner = "./runner.sh"
|
||||
|
|
@ -14,6 +14,3 @@ rustflags = [
|
|||
]
|
||||
|
||||
target = "riscv32imc-unknown-none-elf"
|
||||
|
||||
[unstable]
|
||||
build-std = ["core"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue