mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-26 19:23:46 +08:00
chore(cmsis-pack): ensure the v9.2.2 cmsis-pack is visible on keil.arm.com (#7201)
This commit is contained in:
parent
9b90655ffb
commit
26e4225d74
Binary file not shown.
@ -36,8 +36,12 @@
|
||||
<repository type="git">https://github.com/lvgl/lvgl.git</repository>
|
||||
|
||||
<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">
|
||||
- LVGL 9.2.1
|
||||
<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.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
|
||||
</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">
|
||||
@ -364,7 +368,7 @@
|
||||
</conditions>
|
||||
|
||||
<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>
|
||||
<doc></doc>
|
||||
<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">
|
||||
<vendor>LVGL</vendor>
|
||||
<url>https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/</url>
|
||||
<timestamp>2024-10-16</timestamp>
|
||||
<timestamp>2024-10-31</timestamp>
|
||||
<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>
|
||||
</index>
|
||||
|
@ -873,7 +873,8 @@
|
||||
# define LV_USE_LZ4_EXTERNAL 0
|
||||
#endif
|
||||
|
||||
/*SVG library*/
|
||||
/*SVG library
|
||||
* - Requires `LV_USE_VECTOR_GRAPHIC = 1` */
|
||||
#define LV_USE_SVG_ANIMATION 0
|
||||
#define LV_USE_SVG_DEBUG 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user