mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Add support for esp32s2 autobuild.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
e00e620264
commit
ac8d05b9e9
2 changed files with 11 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f06cb3a96dd244f7b8ef857a36e6ac114fa27f2c
|
||||
Subproject commit 94a842fa0423d2f2d0a36ea6db99be6e7380cfe5
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue