Skip to content

Commit

Permalink
ESP32C3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Jul 30, 2022
1 parent 975cf3d commit 530ba5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@ conds:
${build_vars.ESP_IDF_SDKCONFIG_OPTS}
CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y
- when: mos.platform == "esp32c3"
apply:
libs:
- location: https://github.com/mongoose-os-libs/freertos
- location: https://github.com/mongoose-os-libs/vfs-fs-lfs
- location: https://github.com/mongoose-os-libs/vfs-fs-spiffs
config_schema:
- ["device.id", "esp32c3_??????"]
build_vars:
# FreeRTOS option to enable statically allocated task stacks.
ESP_IDF_SDKCONFIG_OPTS: >
${build_vars.ESP_IDF_SDKCONFIG_OPTS}
CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y
- when: mos.platform == "esp8266"
apply:
libs:
Expand Down

0 comments on commit 530ba5d

Please sign in to comment.