Skip to content

Adds ULP support for S3, S3 and C6 #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 7, 2024
Prev Previous commit
Next Next commit
Pick FSM instead of RISKV ULP
  • Loading branch information
SuGlider authored May 6, 2024
commit 8686048f2a8748412a559eebeed48ad1ce8d0ac2
5 changes: 3 additions & 2 deletions configs/defconfig.esp32s2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
# ULP Setting for IDF 5.x
CONFIG_ULP_COPROC_ENABLED=y
# end of ULP COPROC_ENABLE
# end of ULP COPROC_ENABLE
# Is it FSM or RISCV exclusively?
CONFIG_ULP_COPROC_TYPE_FSM=y
CONFIG_ULP_COPROC_TYPE_RISCV=y
# CONFIG_ULP_COPROC_TYPE_RISCV=y
CONFIG_ULP_COPROC_RESERVE_MEM=4096
Loading