mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
esp32c3: use tasks scheduler by default
Now that the tasks scheduler has been implemented for 32-bit RISC-V, it can be used for the ESP32-C3.
This commit is contained in:
committed by
Ron Evans
parent
38b9c55ae6
commit
1645f45c1a
@@ -2,7 +2,6 @@
|
||||
"inherits": ["riscv32"],
|
||||
"features": ["+c", "+m"],
|
||||
"build-tags": ["esp32c3", "esp"],
|
||||
"scheduler": "none",
|
||||
"serial": "uart",
|
||||
"rtlib": "compiler-rt",
|
||||
"libc": "picolibc",
|
||||
|
||||
Reference in New Issue
Block a user