fix(esp_modem): run CI build job for all targets

Also
* removed IDFv4.1 from tests
* added common build_apps.py utility for finding/building apps
This commit is contained in:
David Cermak
2023-03-07 08:27:54 +01:00
parent 08f1f0175d
commit a089e0d680
10 changed files with 97 additions and 39 deletions

View File

@ -1 +1,2 @@
CONFIG_IDF_TARGET="esp32s2"
CONFIG_EXAMPLE_SERIAL_CONFIG_USB=y

View File

@ -0,0 +1,2 @@
CONFIG_IDF_TARGET="esp32s3"
CONFIG_EXAMPLE_SERIAL_CONFIG_USB=y