SDK fixes (#272)

- Fix for `ExternalApps/HelloWorld/build.sh`
- Fix portability issue with regards to the SDK release script
This commit is contained in:
Ken Van Hoeylandt 2025-04-03 23:38:47 +02:00 committed by GitHub
parent b2d4dc5ecb
commit f67cb241b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -46,4 +46,4 @@ cp Libraries/elf_loader/license.txt $elf_loader_library_path/
cp Buildscripts/CMake/TactilitySDK.cmake $target_path/
cp Buildscripts/CMake/CMakeLists.txt $target_path/
echo -n $ESP_IDF_VERSION >> $target_path/idf-version.txt
printf '%s' "$ESP_IDF_VERSION" >> $target_path/idf-version.txt

View File

@ -1,4 +1,6 @@
rm sdkconfig
cp ../../sdkconfig sdkconfig
cat sdkconfig.override >> sdkconfig
idf.py elf_app
# First we must run "build" because otherwise "idf.py elf" is not a valid command
idf.py build
idf.py elf