* Try to fix ASAN behavior
* improve alignments
* fix buffer overflow and various other fixes
* minor fixes
* formatting
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* test(bar) Add test for docummented default attributes
* test(bar) Update test for docummented default attributes
* test(bar): Indicator width tracks value
* test(bar) Calculate bar indicator width based on its style
Take padding, max value and bar value into consideraion
* test(bar) Indicator area gets smaller when increasing padding in LV_PART_MAIN style
* test(bar) Start value changes only when in range mode
* docs(bar): Add missing MODE to symbols
* test(bar) Start value should be smaller than current value
* test(bar): Test current value truncation to max and min value
* bar: Check bar mode in lv_bar_set_start_value
bar start_value can be changed only when bar is in LV_BAR_MODE_RANGE mode.
Return early when it's not.
* test(bar): Fix width calculation test
* bar: Initialize indic_area in constructor
* test(bar): Refactor indicator coordinate update test
* test(bar): Indicator negative value in symmetrical mode
* test(bar): Fix base direction
* test(bar): Indicator coord test for RTL base dir
* 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
* add first implememtation
* Update src/extra/others/gridnav/lv_gridnav.c
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
* minor fix
* add example and minor fixes
* add more examples
* add more examples
* code formatting
* add LV_GRIDNAC_CTRL_SCROLL_FIRST
* code formatting
* add example for list
* add docs
* Misc: improvements to gridnav docs (#2994)
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Ken Carpenter <62639971+FoundationKen@users.noreply.github.com>
* 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
* 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>
* kconfig: Fix invalid dependancy in fsdrv
LV_USE_FS_* symbols are integers, instead of usual booleans.
We must treat them as such.
* ci: Get LVGL version from git tag
* docu: Update Espressif readme
* ci run apt update before installing