espressif / esp32-arduino-lib-builder

134 stars 148 forks source link

feat(ulp): Add support for ULP to ESP32-S2 and ESP32-S3 #174

Closed me-no-dev closed 2 months ago

me-no-dev commented 2 months ago

Fixes: https://github.com/espressif/esp32-arduino-lib-builder/issues/173 Fixes: https://github.com/espressif/arduino-esp32/issues/9579

Jason2866 commented 2 months ago

The riscv ULP is pretty useless with the default settings. To write usable code it needs more memory, achieved by this setting CONFIG_ULP_COPROC_RESERVE_MEM=4096

me-no-dev commented 2 months ago

@Jason2866 thanks. added