* Update lv_gpu_stm32_dma2d.c
fix stm32 DMA2D blend。
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
* add SWM341 DMA2D support for lvgl
Add option in CMake build to specify that shared libraries should be created (as
opposed to static). This is an exclusive option (not enabled by default).
Co-authored-by: simeplejack-src <example@example.com>
* feat(gpu): add support for arm-2d
* fix(hal): fix typos
* feat(cmsis-pack): v1.0.2-alpha2 for monthly update
* update format for lv_gpu_arm2d.c
* Update LVGL.lvgl.1.0.2-alpha1.pack
* fix(cmsis-pack): fix issue #3032
- catchup with the latest master branch
- fixed an cmsis-pack issue
- update lv_conf_cmsis.h with the latest lv_conf_template.h
* fix(cmsis-pack): update default value of LV_MEM_SIZE for better user experience
- Improve user experience when people use cmsis-pack to try demo: widgets
* fix(env_support): move cmsis-pack to env_support folder
* fix(cmsis-pack): change version info from v8.1.0 to v8.1.1
* feat(cmsis-pack): catchup before merge