diff options
author | Ayke van Laethem <[email protected]> | 2021-09-28 00:20:49 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-10-26 11:24:41 +0200 |
commit | 1645f45c1a42c57426017741643caebfaabc19ea (patch) | |
tree | 2afa219fa4c0375511de9691e27d6e05545adabf | |
parent | 38b9c55ae6799070c157c712759dbc5340200b55 (diff) | |
download | tinygo-1645f45c1a42c57426017741643caebfaabc19ea.tar.gz tinygo-1645f45c1a42c57426017741643caebfaabc19ea.zip |
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.
-rw-r--r-- | targets/esp32c3.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/targets/esp32c3.json b/targets/esp32c3.json index 8cc1bbefc..1ef709225 100644 --- a/targets/esp32c3.json +++ b/targets/esp32c3.json @@ -2,7 +2,6 @@ "inherits": ["riscv32"], "features": ["+c", "+m"], "build-tags": ["esp32c3", "esp"], - "scheduler": "none", "serial": "uart", "rtlib": "compiler-rt", "libc": "picolibc", |