Add SYSTIMER based ESP32-C3 monotonic (#972)

* add esp32c3 monotonic

* fix tests
This commit is contained in:
onsdagens 2024-09-29 06:21:14 +02:00 committed by GitHub
parent 6e68a5e615
commit 805ea267a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 395 additions and 9 deletions

View file

@ -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"]