mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
parent
1f8405c678
commit
9e96b73357
Binary file not shown.
@ -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" />
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user