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

fix(cmsis-pack): fix issue #4992 (#4994)

This commit is contained in:
Gabriel Wang 2023-12-12 15:58:38 +00:00 committed by GitHub
parent 1f8405c678
commit 9e96b73357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
<repository type="git">https://github.com/lvgl/lvgl.git</repository>
<releases>
<release date="2023-12-10" version="9.0.0-dev" url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/LVGL.lvgl.9.0.0-dev.pack">
<release date="2023-12-12" version="9.0.0-dev1" url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/LVGL.lvgl.9.0.0-dev1.pack">
- LVGL 9.0.0-dev
- New Driver Architecture
- Other fixes
@ -430,7 +430,6 @@
<!-- src/draw/sw -->
<file category="sourceC" name="src/draw/sw/lv_draw_sw.c" />
<file category="sourceC" name="src/draw/sw/lv_draw_sw_arc.c" />
<file category="sourceC" name="src/draw/sw/lv_draw_sw_bg_img.c" />
<file category="sourceC" name="src/draw/sw/lv_draw_sw_border.c" />
<file category="sourceC" name="src/draw/sw/lv_draw_sw_box_shadow.c" />
<file category="sourceC" name="src/draw/sw/lv_draw_sw_fill.c" />

View File

@ -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>2023-12-10</timestamp>
<timestamp>2023-12-12</timestamp>
<pindex>
<pdsc url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/" vendor="LVGL" name="lvgl" version="9.0.0-dev"/>
<pdsc url="https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/" vendor="LVGL" name="lvgl" version="9.0.0-dev1"/>
</pindex>
</index>

View File

@ -161,7 +161,8 @@ done
# pdsc file is mandatory in base directory:
cp -f ./$PACK_VENDOR.$PACK_NAME.pdsc ${PACK_BUILD}
cp -f ../../examples/porting/* ${PACK_BUILD}/examples/porting
cp -f ./lv_os_custom.* ${PACK_BUILD}/src/osal
cp -f ./lv_os_custom_c.txt ${PACK_BUILD}/src/osal/lv_os_custom.c
cp -f ./lv_os_custom_h.txt ${PACK_BUILD}/src/osal/lv_os_custom.h
mv "${PACK_BUILD}/lv_cmsis_pack.txt" "${PACK_BUILD}/lv_cmsis_pack.c"