1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

chore(cmsis-pack): update the cmsis-pack for the v9.2.2 patch (#7177)

This commit is contained in:
Gabriel Wang 2024-10-30 07:14:36 +00:00 committed by GitHub
parent 9550207be8
commit 7f07a129e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View File

@ -36,6 +36,10 @@
<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-29" version="9.2.2" url="https://github.com/lvgl/lvgl/raw/v9.2.1/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"> <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">
- LVGL 9.2.1 - LVGL 9.2.1
- See Change Log - See Change Log
@ -318,7 +322,7 @@
</conditions> </conditions>
<components> <components>
<bundle Cbundle="LVGL9" Cclass="LVGL" Cversion="9.2.1"> <bundle Cbundle="LVGL9" Cclass="LVGL" Cversion="9.2.2">
<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">

View File

@ -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-29</timestamp>
<pindex> <pindex>
<pdsc url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/" vendor="LVGL" name="lvgl" version="9.2.1"/> <pdsc url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/" vendor="LVGL" name="lvgl" version="9.2.2"/>
</pindex> </pindex>
</index> </index>

View File

@ -1,6 +1,6 @@
/** /**
* @file lv_conf_cmsis.h * @file lv_conf_cmsis.h
* Configuration file for v9.2.1 * Configuration file for v9.2.2
*/ */
/* clang-format off */ /* clang-format off */