From 805ea267a8515b7ee70125f444763f4aaa95c454 Mon Sep 17 00:00:00 2001 From: onsdagens <112828711+onsdagens@users.noreply.github.com> Date: Sun, 29 Sep 2024 06:21:14 +0200 Subject: Add SYSTIMER based ESP32-C3 monotonic (#972) * add esp32c3 monotonic * fix tests --- examples/esp32c3/.cargo/config.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/esp32c3/.cargo') diff --git a/examples/esp32c3/.cargo/config.toml b/examples/esp32c3/.cargo/config.toml index 9ea4ecb..05f0a29 100644 --- a/examples/esp32c3/.cargo/config.toml +++ b/examples/esp32c3/.cargo/config.toml @@ -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"] -- cgit v1.2.3