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.
Этот коммит содержится в:
Ayke van Laethem 2021-09-28 00:20:49 +02:00 коммит произвёл Ron Evans
родитель 38b9c55ae6
коммит 1645f45c1a

Просмотреть файл

@ -2,7 +2,6 @@
"inherits": ["riscv32"],
"features": ["+c", "+m"],
"build-tags": ["esp32c3", "esp"],
"scheduler": "none",
"serial": "uart",
"rtlib": "compiler-rt",
"libc": "picolibc",