Add support for esp32s2 autobuild.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-02-19 12:14:47 +01:00
parent e00e620264
commit ac8d05b9e9
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3
2 changed files with 11 additions and 1 deletions

@ -1 +1 @@
Subproject commit f06cb3a96dd244f7b8ef857a36e6ac114fa27f2c
Subproject commit 94a842fa0423d2f2d0a36ea6db99be6e7380cfe5

View file

@ -37,6 +37,16 @@ mkdir -p release
cd build
esptool.py --chip ESP32-S3 merge_bin -o ../release/pico_hsm_esp32-s3.bin @flash_args
cd ..
cd esp-idf
./install.sh esp32s2
. ./export.sh
cd ..
idf.py set-target esp32s2
idf.py all
mkdir -p release
cd build
esptool.py --chip ESP32-S2 merge_bin -o ../release/pico_hsm_esp32-s2.bin @flash_args
cd ..
else
mkdir build
cd build