You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update integration tests to use Espressif's esp32s2 tests
We also now use the correct include files from the ESP-IDF
when building the defines DB, correct for the cpu type we're
testing with. (That also means the defines DB is built once
per cpu type).
That, together with some ESP32-S2 specific test cases from
Espressif's esp32s2 assembler test-suite, make those test
cases more interesting to run, compared to only assembling
ESP32 examples with the esp32s2 cpu selected.
Note: This change no longer runs the ulp_tool examples for the
esp32s2 case, because those examples use contants (from the
ESP-IDF include files), which no longer exist for the ESP32-S2,
such as `RTC_IO_TOUCH_PAD*_HOLD_S`. Since the ulp_tool examples
primarily test the preprocessor's ability to resolve constants
from include files (via the defines DB), testing those examples
only once with the ESP32 cpu should be enough.
0 commit comments