mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
SDK fixes (#272)
- Fix for `ExternalApps/HelloWorld/build.sh` - Fix portability issue with regards to the SDK release script
This commit is contained in:
parent
b2d4dc5ecb
commit
f67cb241b7
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user