diff options
| author | Wilko Nienhaus <wilko.nienhaus@gmail.com> | 2023-06-04 15:42:13 +0300 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-06-14 16:41:03 +1000 |
| commit | 034502bc72e8d1b6371ce2970fdba4b7f4f41710 (patch) | |
| tree | 2efb2fc3757cbc789e33a071fc2842ac3e80cfd9 /tools | |
| parent | ea8f0fd8965f24e5c9978a4078e377d2a0480908 (diff) | |
esp32/esp32_ulp: Fix ULP (FSM) support for S2 and S3.
This change enables the ULP (FSM) for all ESP32 variants rather than
requiring it to be enabled for each board specifically.
It also ensures the correct header file is included for each variant.
Lastly, it updates the IDF version we're builing against to v4.4.2, as that
version contains important fixes to make the ULP actually work on S2/S3
chips. See: https://github.com/espressif/esp-idf/commit/a0e3d48
Signed-off-by: Wilko Nienhaus <wilko.nienhaus@gmail.com>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 2f96a5b51..e69558a83 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -141,7 +141,7 @@ function ci_esp32_idf402_setup { } function ci_esp32_idf44_setup { - ci_esp32_setup_helper v4.4 + ci_esp32_setup_helper v4.4.2 } function ci_esp32_build { |
