aboutsummaryrefslogtreecommitdiff
path: root/scripts/lv_conf_internal_gen.py
Commit message (Expand)AuthorAge
* refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" names...Liam2024-08-02
* fix(kconfig): Do not set LV_CONF_SKIP by default (#6562)Fabian Blatz2024-07-26
* fix(sysmon): fix MicroPython compilation error when system monitor is enabled...Gabor Kiss-Vamosi2024-05-13
* feat(os): add mqx for osal (#6191)Joseph Chen2024-05-09
* fix(draw): fix the default draw thread stack is too large (#5951)VIFEX2024-04-08
* fix(conf): fix typo cause thorvg not enabled (#5837)VIFEXT2024-03-12
* chore(conf): use EXTERNAL and INTERNAL macro to config libs (#5046)Neo Xu2024-02-06
* feat(draw-sw): add Helium acceleration to draw-sw (#5045)Gabriel Wang2023-12-27
* fix: exports a couple of macros and adds a wrapper around a macro (#4958)Kevin Schlosser2023-12-07
* refactor(type): move lv_value_precise_t to lv_types.h (#4943)Neo Xu2023-12-06
* feat(draw): add unified NEON acceleration (#4860)Peter Bee2023-11-27
* feat(arc): add float supportGabor Kiss-Vamosi2023-10-25
* arch(draw): add parallel rendering architectureGabor Kiss-Vamosi2023-07-05
* chore(scripts): change line-ending of lv conf python script (#3967)Fabian2023-02-05
* fix(scripts): in lv_conf_internal preserve newline value for updated … (#3923)Karim2023-01-16
* chore: correct the code format in lv_conf_template.h (#3310)Xiang Xiao2022-05-04
* fix(script): in lv_conf_internal fix some widget dependencies when using Kcon...Alexandre Abadie2022-02-22
* fix(conf): work around GCC bug (#3082)embeddedt2022-02-11
* chore: many trivial spelling and layout fixes (#3008)ckielstra2022-01-17
* fix(conf) add missing LV_LOG_LEVEL default definition (#2996)_VIFEXTech2022-01-12
* fix(conf) define LV_LOG_TRACE_... to 0 in lv_conf_internal.h to avoid warningsGabor Kiss-Vamosi2022-01-10
* chore(conf): ensure the template and generated file conform the coding style ...Xiang Xiao2021-11-22
* fix(conf): Make LV_COLOR_MIX_ROUND_OFS configurable (#2766)Xiang Xiao2021-11-08
* fix(conf) better support bool option from Kconfign (#2555)_VIFEXTech2021-11-05
* Revert "feat(conf) add better check for Kconfig default"Gabor Kiss-Vamosi2021-10-14
* feat(conf) add better check for Kconfig defaultGabor Kiss-Vamosi2021-10-14
* fix(conf) make a better style alignment in lv_conf_internal.h (#2652)Xiang Xiao2021-10-12
* fix(lv_conf_internal_gen.py) formatting fixes on the generated file (#2542)Xiang Xiao2021-09-23
* style fix usage of clang-format directivesThemba Dube2021-08-07
* refactor(lv_conf_checker) rename to lv_conf_internal_gen.pyGabor Kiss-Vamosi2021-04-26