chore(cmsis-pack) update cmsis-pack for the last PRs of v9.4.0 (#9077)

This commit is contained in:
Gabriel Wang
2025-10-16 19:12:29 +02:00
committed by GitHub
parent 058013f5eb
commit 8897282c00
3 changed files with 4 additions and 1 deletions
Binary file not shown.
+1
View File
@@ -1697,6 +1697,7 @@
<file category="sourceC" name="src/libs/vg_lite_driver/VGLite/vg_lite_stroke.c" />
<file category="sourceC" name="src/libs/vg_lite_driver/VGLiteKernel/vg_lite_kernel.c" />
<file category="sourceC" name="src/libs/vg_lite_driver/lv_vg_lite_hal/lv_vg_lite_hal.c" />
<file category="sourceC" name="src/libs/vg_lite_driver/lv_vg_lite_hal/vg_lite_os.c" />
</files>
<RTE_Components_h>
+3 -1
View File
@@ -359,7 +359,9 @@
/* EVE_GEN value: 2, 3, or 4 */
#define LV_DRAW_EVE_EVE_GENERATION 4
/* the maximum number of bytes to buffer before a single SPI transmission */
/* The maximum number of bytes to buffer before a single SPI transmission.
* Set it to 0 to disable write buffering.
*/
#define LV_DRAW_EVE_WRITE_BUFFER_SIZE 2048
#endif