Skip to content

Commit

Permalink
Increase app size for ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed May 28, 2021
1 parent 4275fd3 commit 9bdc355
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ libs:
- origin: https://github.com/mongoose-os-libs/js-demo-bundle

conds:
# It's not that we can't work with multicore
# but we cannot afford it because of space (32K).
- when: mos.platform == "esp32"
apply:
build_vars:
ESP_IDF_SDKCONFIG_OPTS: >
${build_vars.ESP_IDF_SDKCONFIG_OPTS}
CONFIG_FREERTOS_UNICORE=y
# Icrease app szie for ESP32
APP_SLOT_SIZE: 0x190000

0 comments on commit 9bdc355

Please sign in to comment.