mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(env_support): move cmsis-pack to env_support folder (#3026)
* fix(env_support): move cmsis-pack to env_support folder * fix(cmsis-pack): change version info from v8.1.0 to v8.1.1 * feat(cmsis-pack): catchup before merge
This commit is contained in:
parent
1efe61fda2
commit
b0949109bd
Binary file not shown.
@ -24,7 +24,7 @@
|
|||||||
<vendor>LVGL</vendor>
|
<vendor>LVGL</vendor>
|
||||||
<name>lvgl</name>
|
<name>lvgl</name>
|
||||||
<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint.</description>
|
<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint.</description>
|
||||||
<url>https://raw.githubusercontent.com/lvgl/lvgl/master/cmsis-pack/</url>
|
<url>https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/</url>
|
||||||
<supportContact>https://github.com/lvgl/lvgl/issues/new/choose</supportContact>
|
<supportContact>https://github.com/lvgl/lvgl/issues/new/choose</supportContact>
|
||||||
<license>LICENCE.txt</license>
|
<license>LICENCE.txt</license>
|
||||||
<!-- optional license file -->
|
<!-- optional license file -->
|
||||||
@ -36,10 +36,9 @@
|
|||||||
<repository type="git">https://github.com/lvgl/lvgl.git</repository>
|
<repository type="git">https://github.com/lvgl/lvgl.git</repository>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release date="2022-01-12" version="0.8.3" url="https://raw.githubusercontent.com/lvgl/lvgl/master/cmsis-pack/LVGL.lvgl.0.8.3.pack">
|
<release date="2022-01-20" version="0.8.4" url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/LVGL.lvgl.0.8.4.pack">
|
||||||
- LVGL v8.1.0
|
- LVGL v8.1.1
|
||||||
- Add benchmark
|
- move cmsis-pack to env_support folder.
|
||||||
- Add Demo:Widgets
|
|
||||||
</release>
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
@ -149,7 +148,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<components>
|
<components>
|
||||||
<bundle Cbundle="LVGL" Cclass="LVGL" Cversion="8.1.0">
|
<bundle Cbundle="LVGL" Cclass="LVGL" Cversion="8.1.1">
|
||||||
<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint.</description>
|
<description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint.</description>
|
||||||
<doc></doc>
|
<doc></doc>
|
||||||
<component Cgroup="lvgl" Csub="Essential" >
|
<component Cgroup="lvgl" Csub="Essential" >
|
@ -43,21 +43,18 @@ PACK_BUILD=build/
|
|||||||
|
|
||||||
# alternative: specify directory names to be added to pack base directory
|
# alternative: specify directory names to be added to pack base directory
|
||||||
PACK_DIRS="
|
PACK_DIRS="
|
||||||
../src
|
../../src
|
||||||
../docs
|
../../docs
|
||||||
../rt-thread
|
../../demos
|
||||||
../zephyr
|
|
||||||
../cmake
|
|
||||||
../demos
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
# Specify file names to be added to pack base directory
|
# Specify file names to be added to pack base directory
|
||||||
PACK_BASE_FILES="
|
PACK_BASE_FILES="
|
||||||
../LICENCE.txt
|
../../LICENCE.txt
|
||||||
../README.md
|
../../README.md
|
||||||
../README_zh.md
|
../../README_zh.md
|
||||||
../lvgl.h
|
../../lvgl.h
|
||||||
lv_conf_cmsis.h
|
lv_conf_cmsis.h
|
||||||
lv_cmsis_pack.txt
|
lv_cmsis_pack.txt
|
||||||
"
|
"
|
||||||
@ -144,7 +141,7 @@ mkdir -p ${PACK_BUILD}/examples/porting
|
|||||||
# Copy files into build base directory: $PACK_BUILD
|
# Copy files into build base directory: $PACK_BUILD
|
||||||
# pdsc file is mandatory in base directory:
|
# pdsc file is mandatory in base directory:
|
||||||
cp -f ./$PACK_VENDOR.$PACK_NAME.pdsc ${PACK_BUILD}
|
cp -f ./$PACK_VENDOR.$PACK_NAME.pdsc ${PACK_BUILD}
|
||||||
cp -f ../examples/porting/* ${PACK_BUILD}/examples/porting
|
cp -f ../../examples/porting/* ${PACK_BUILD}/examples/porting
|
||||||
|
|
||||||
|
|
||||||
# directories
|
# directories
|
Loading…
x
Reference in New Issue
Block a user