aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2021-09-28 00:20:49 +0200
committerRon Evans <[email protected]>2021-10-26 11:24:41 +0200
commit1645f45c1a42c57426017741643caebfaabc19ea (patch)
tree2afa219fa4c0375511de9691e27d6e05545adabf /targets
parent38b9c55ae6799070c157c712759dbc5340200b55 (diff)
downloadtinygo-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.
Diffstat (limited to 'targets')
-rw-r--r--targets/esp32c3.json1
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",