mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e32831033a
* On S3, the placement of ROM functions is ECO-dependent. Hence, we don't jump into the middle of the longjmp function in ROM on S3 anymore. Instead, the whole longjump function is used in the patch. * Also properly excluded the patch from bootloader build with Makefiles Closes IDF-3391 |
||
---|---|---|
.. | ||
main | ||
app_test.py | ||
CMakeLists.txt | ||
Makefile | ||
README.md | ||
sdkconfig.defaults |
Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 |
---|
Building
Example building for ESP32:
idf.py set-target esp32
cp sdkconfig.defaults sdkconfig
idf.py build
Running
All the setup needs to be done as described in the test apps README.