espressif / esp32-arduino-lib-builder

152 stars 166 forks source link

ULP not included for S2 & S3 #173

Closed lbernstone closed 6 months ago

lbernstone commented 6 months ago

S2 & S3 need CONFIG_ULP_COPROC_TYPE_FSM=y & CONFIG_ULP_COPROC_TYPE_RISCV=y set in their sdkconfig so that the ulp libraries are available. C6 & P4 need CONFIG_ULP_COPROC_TYPE_LP_CORE=y Fixes https://github.com/espressif/arduino-esp32/issues/9579

me-no-dev commented 6 months ago

can you test it if we provide the libs?

lbernstone commented 5 months ago

Sorry for the delay. I will test this ASAP. LP-core is still not enabled for C6 (CONFIG_ULP_COPROC_TYPE_LP_CORE=y). There is a request at https://github.com/espressif/arduino-esp32/issues/9721