mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
Add licenses to TactilitySDK releases (#134)
This commit is contained in:
parent
da3a93ce73
commit
9033daa6dd
@ -22,9 +22,9 @@ cp build/esp-idf/TactilityC/libTactilityC.a $tactility_library_path/Binary/
|
|||||||
mkdir -p $tactility_library_path/Include
|
mkdir -p $tactility_library_path/Include
|
||||||
find_target_dir=$build_dir/$tactility_library_path/Include/
|
find_target_dir=$build_dir/$tactility_library_path/Include/
|
||||||
cd TactilityC/Source
|
cd TactilityC/Source
|
||||||
echo To $find_target_dir
|
|
||||||
find -name '*.h' | cpio -pdm $find_target_dir
|
find -name '*.h' | cpio -pdm $find_target_dir
|
||||||
cd -
|
cd -
|
||||||
|
cp Documentation/license-tactilitysdk.md $build_dir/$tactility_library_path/LICENSE.md
|
||||||
|
|
||||||
# lvgl
|
# lvgl
|
||||||
lvgl_library_path=$library_path/lvgl
|
lvgl_library_path=$library_path/lvgl
|
||||||
@ -36,12 +36,14 @@ cd Libraries/lvgl
|
|||||||
find src/ -name '*.h' | cpio -pdm $find_target_dir
|
find src/ -name '*.h' | cpio -pdm $find_target_dir
|
||||||
cd -
|
cd -
|
||||||
cp Libraries/lvgl/lvgl.h $find_target_dir
|
cp Libraries/lvgl/lvgl.h $find_target_dir
|
||||||
|
cp Libraries/lvgl/LICENCE.txt $lvgl_library_path/LICENSE.txt
|
||||||
cp Libraries/lvgl_conf/lv_conf_kconfig.h $lvgl_library_path/Include/lv_conf.h
|
cp Libraries/lvgl_conf/lv_conf_kconfig.h $lvgl_library_path/Include/lv_conf.h
|
||||||
|
|
||||||
# elf_loader
|
# elf_loader
|
||||||
elf_loader_library_path=$library_path/elf_loader
|
elf_loader_library_path=$library_path/elf_loader
|
||||||
mkdir -p $elf_loader_library_path
|
mkdir -p $elf_loader_library_path
|
||||||
cp -r Libraries/elf_loader/elf_loader.cmake $elf_loader_library_path/
|
cp Libraries/elf_loader/elf_loader.cmake $elf_loader_library_path/
|
||||||
|
cp Libraries/elf_loader/license.txt $elf_loader_library_path/
|
||||||
|
|
||||||
cp Buildscripts/CMake/TactilitySDK.cmake $target_path/
|
cp Buildscripts/CMake/TactilitySDK.cmake $target_path/
|
||||||
cp Buildscripts/CMake/CMakeLists.txt $target_path/
|
cp Buildscripts/CMake/CMakeLists.txt $target_path/
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
# Bugs
|
# Bugs
|
||||||
- elf_loader, lvgl and TactilityC in TactilitySDK should include their license files
|
|
||||||
- I2C Scanner is on M5Stack devices is broken
|
- I2C Scanner is on M5Stack devices is broken
|
||||||
- Fix screenshot app on ESP32: it currently blocks when allocating memory (its cmakelists.txt also needs a fix, see TODO in there)
|
- Fix screenshot app on ESP32: it currently blocks when allocating memory (its cmakelists.txt also needs a fix, see TODO in there)
|
||||||
- WiFi bug: when pressing disconnect while between `WIFI_EVENT_STA_START` and `IP_EVENT_STA_GOT_IP`, then auto-connect becomes active again.
|
- WiFi bug: when pressing disconnect while between `WIFI_EVENT_STA_START` and `IP_EVENT_STA_GOT_IP`, then auto-connect becomes active again.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user