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

2 Commits

Author SHA1 Message Date
Gabriel Wang
218d68e99d
feat: update the cmsis-pack to 0.8.3 (#3021)
* doc: add readme.md for cmsis-pack

* feat: add benchmark to cmsis-pack

* fix: force WORD alignment for enabling AC6 auto-vectorization

* feat: add demo:widgets

* fix: use the original lv_demos.h
2022-01-19 22:31:02 +01:00
Gabriel Wang
e24f58962b
feat(cmsis-pack): add cmsis-pack support (#2993)
* feat: add cmsis-pack for lvgl

* feat: add porting to cmsis-pack

* fix template compilation issue

* Update lv_cmsis_pack.c

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>

* feat(cmsis-pack): prevent lv_cmsis_pack.c from being automatically picked by IDE like eclipse.

- catchup the latest master

* move all cmsis pack related files to cmsis-pack folder

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-01-15 21:31:55 +01:00