micropython/tools
Wilko Nienhaus 034502bc72 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>
2023-06-14 16:41:03 +10:00
..
autobuild
mpremote tools/mpremote: Fix exec_ -> exec in commands.py. 2023-06-09 13:36:12 +10:00
.gitattributes
.gitignore
cc1
ci.sh esp32/esp32_ulp: Fix ULP (FSM) support for S2 and S3. 2023-06-14 16:41:03 +10:00
codeformat.py all: Rename *umodule*.c to remove the "u" prefix. 2023-06-08 17:54:17 +10:00
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gen-cpydiff.py
hci_trace_to_pcap.py
insert-usb-ids.py all: Fix strings with backslash by using raw string literals. 2023-05-02 11:55:02 +10:00
makemanifest.py
manifestfile.py tools/manifestfile.py: Fix license capturing. 2023-05-19 21:56:38 +10:00
metrics.py
mpy-tool.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py all: Fix cases of Python variable assigned but never used. 2023-05-02 16:36:05 +10:00
pyboard.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
pydfu.py tools/pydfu.py: Use getattr to retrieve getargspec function. 2023-05-24 12:00:32 +10:00
tinytest-codegen.py extmod/modtimeq: Remove timeq module. 2023-06-08 17:54:28 +10:00
uf2conv.py all: Fix strings with backslash by using raw string literals. 2023-05-02 11:55:02 +10:00
uf2families.json
uncrustify.cfg
verifygitlog.py CODECONVENTIONS: Require that commits be signed-off by the author. 2023-05-08 12:20:56 +10:00