mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-05 16:00:10 +08:00
chore(cmsis-pack): ensure the v9.2.2 cmsis-pack is visible on keil.arm.com (#7201)
This commit is contained in:
BIN
Binary file not shown.
@@ -36,8 +36,12 @@
|
|||||||
<repository type="git">https://github.com/lvgl/lvgl.git</repository>
|
<repository type="git">https://github.com/lvgl/lvgl.git</repository>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release date="2024-10-16" version="9.3.0-dev1" url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/LVGL.lvgl.9.3.0-dev1.pack">
|
<release date="2024-10-31" version="9.3.0-dev2" url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/LVGL.lvgl.9.3.0-dev2.pack">
|
||||||
- LVGL 9.2.1
|
- LVGL 9.3.0-dev
|
||||||
|
- See Change Log
|
||||||
|
</release>
|
||||||
|
<release date="2024-10-29" version="9.2.2" url="https://github.com/lvgl/lvgl/raw/v9.2.2/env_support/cmsis-pack/LVGL.lvgl.9.2.2.pack">
|
||||||
|
- LVGL 9.2.2
|
||||||
- See Change Log
|
- See Change Log
|
||||||
</release>
|
</release>
|
||||||
<release date="2024-10-16" version="9.2.1" url="https://github.com/lvgl/lvgl/raw/v9.2.1/env_support/cmsis-pack/LVGL.lvgl.9.2.1.pack">
|
<release date="2024-10-16" version="9.2.1" url="https://github.com/lvgl/lvgl/raw/v9.2.1/env_support/cmsis-pack/LVGL.lvgl.9.2.1.pack">
|
||||||
@@ -364,7 +368,7 @@
|
|||||||
</conditions>
|
</conditions>
|
||||||
|
|
||||||
<components>
|
<components>
|
||||||
<bundle Cbundle="LVGL9" Cclass="LVGL" Cversion="9.3.0-dev1">
|
<bundle Cbundle="LVGL9" Cclass="LVGL" Cversion="9.3.0-dev2">
|
||||||
<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="Essential">
|
<component Cgroup="Essential">
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
|
<index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<vendor>LVGL</vendor>
|
<vendor>LVGL</vendor>
|
||||||
<url>https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/</url>
|
<url>https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/</url>
|
||||||
<timestamp>2024-10-16</timestamp>
|
<timestamp>2024-10-31</timestamp>
|
||||||
<pindex>
|
<pindex>
|
||||||
<pdsc url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/" vendor="LVGL" name="lvgl" version="9.3.0-dev1"/>
|
<pdsc url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/" vendor="LVGL" name="lvgl" version="9.3.0-dev2"/>
|
||||||
</pindex>
|
</pindex>
|
||||||
</index>
|
</index>
|
||||||
|
|||||||
@@ -873,7 +873,8 @@
|
|||||||
# define LV_USE_LZ4_EXTERNAL 0
|
# define LV_USE_LZ4_EXTERNAL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*SVG library*/
|
/*SVG library
|
||||||
|
* - Requires `LV_USE_VECTOR_GRAPHIC = 1` */
|
||||||
#define LV_USE_SVG_ANIMATION 0
|
#define LV_USE_SVG_ANIMATION 0
|
||||||
#define LV_USE_SVG_DEBUG 0
|
#define LV_USE_SVG_DEBUG 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user