Skip to content

Conversation

@SuGlider
Copy link
Contributor

@SuGlider SuGlider commented May 6, 2024

Add necessary sdkconfig settings in order to support FSM ULP for ESP32-S2, ESP32-S3 and ESP32-C6.

IDF 5.1+ only allow the sdkconfig to go with FSM or RV ULP. Not both.
When enabling both, the system will build ONLY for RISCV ULP.

Arduino only allows to use the FSM Macros. There is no integratd RV ULP building system.
Therefore, this PR picks FSM as the exclusive option for ULP for both S2 and S3.

C6 was left out because there is no way to build code for the C6 RV LP.

@SuGlider
Copy link
Contributor Author

SuGlider commented May 6, 2024

@me-no-dev - please task a look. The description is above. This solves the issue of not being able to compible the FSM/Macro exemples from Arduino for the S3 and S2. Issue espressif/arduino-esp32#9591

There is no way to use the RISCV ULP / LP from S2/S3/C6 within Arduino at this time....

@me-no-dev me-no-dev merged commit fabe7af into master May 7, 2024
@me-no-dev me-no-dev deleted the ULP_S2_S3 branch May 7, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

3 participants