Searched full:kconfig (Results 1 – 25 of 27) sorted by relevance
12
/lvgl-latest/.github/workflows/ |
D | verify_kconfig.yml | 1 name: Verify Kconfig 13 verify-kconfig: 26 - name: Check for leading spaces in Kconfig 29 if grep -qP '^ +' Kconfig; then 30 echo "Error: Kconfig contains leading spaces instead of tabs" 34 run: python3 -m pip install kconfiglib && python kconfig_verify.py ../Kconfig
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 49 LVGL also can be used via ``Kconfig`` and ``menuconfig``. You can use 50 ``lv_conf.h`` together with Kconfig as well, but keep in mind that the values 52 set in Kconfig. To ignore the configs from ``lv_conf.h`` simply remove 92 Kconfig section in Configuration 94 TODO: Add how to use LVGL with Kconfig.
|
/lvgl-latest/scripts/ |
D | update_version.py | 126 """Replace version info in Kconfig file""" 147 # Match the version fields in Kconfig file 165 KconfigReplacer(['Kconfig']), 172 PrefixReplacer(['Kconfig'], 'Kconfig file for LVGL v'),
|
D | lv_conf_internal_gen.py | 58 /** Handle special Kconfig options. */ 129 …#If the value should be 1 (enabled) by default use a more complex structure for Kconfig checks bec… 134 #2. In Kconfig environment use the CONFIG_... value if set, else use 0 135 #3. In not Kconfig environment use the LVGL's default value 152 #2. Use the Kconfig value if set
|
D | kconfig_verify.py | 13 kconf = kconfiglib.Kconfig(kconfig_file)
|
/lvgl-latest/src/ |
D | lv_conf_kconfig.h | 1 /** * @file lv_conf_kconfig.h * Configs that need special handling when LVGL is used with Kconfig */ 22 * Make sure version number in Kconfig file is correctly set. 23 …* Mismatch can happen when user manually copy lvgl/Kconfig file to their project, like what NuttX … 29 # warning "Version mismatch between Kconfig and lvgl/lv_version.h" 151 * NOTE: In Kconfig instead of `LV_DEFAULT_FONT`
|
/lvgl-latest/docs/details/integration/os/ |
D | zephyr.rst | 77 Zephyr includes a powerful shell implementation that can be enabled with the Kconfig symbols 143 Kconfig subsection 146 Aside from enabling the shell you can also use Kconfig to finetune 164 To optimize LVGL's performance, several `kconfig` options can be configured:
|
D | nuttx.rst | 93 … gperf git libncurses5-dev libtool libusb-dev libusb-1.0.0-dev pkg-config kconfig-frontends openocd
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 195 - **fix(Kconfig): remove leading spaces on line 1692** `6695 <https://github.com/lvgl/lvgl/pull/66… 219 - **fix(kconfig): Do not set LV_CONF_SKIP by default** `6562 <https://github.com/lvgl/lvgl/pull/656… 327 - **fix(kconfig): add Montserrat 10 font to default title font list in Kconfig (#6057)** `6058 <htt… 339 - **fix(kconfig): update as per lv_conf_template.h** `5980 <https://github.com/lvgl/lvgl/pull/5980>… 475 - **chore(kconfig): move use_vector to correct place** `5995 <https://github.com/lvgl/lvgl/pull/599…
|
D | README.md | 204 - `.. code-block:: kconfig`,
|
D | CODING_STYLE.rst | 60 - Exception: the **Kconfig** file and any make files require leading tab characters
|
D | README_pt_BR.rst | 194 library <https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LVGL>`__
|
/lvgl-latest/zephyr/ |
D | module.yml | 5 kconfig: zephyr/Kconfig
|
D | Kconfig | 2 rsource "../Kconfig"
|
/lvgl-latest/.github/ |
D | pull_request_template.md | 9 …er/scripts/lv_conf_internal_gen.py) and update [Kconfig](https://github.com/lvgl/lvgl/blob/master/…
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | fbdev.rst | 20 Enable the framebuffer driver support in lv_conf.h, by cmake compiler define or by KConfig. Additio…
|
D | ili9341.rst | 26 Enable the ILI9341 driver support in lv_conf.h, by cmake compiler define or by KConfig
|
D | st7735.rst | 28 Enable the ST7735 driver support in lv_conf.h, by cmake compiler define or by KConfig
|
D | st7789.rst | 27 Enable the ST7789 driver support in lv_conf.h, by cmake compiler define or by KConfig
|
D | st7796.rst | 28 Enable the ST7796 driver support in lv_conf.h, by cmake compiler define or by KConfig
|
D | gen_mipi.rst | 37 Enable the generic MIPI LCD driver support in lv_conf.h, by cmake compiler define or by KConfig
|
/lvgl-latest/docs/details/integration/driver/ |
D | libinput.rst | 40 Enable the libinput driver support in lv_conf.h, by cmake compiler define or by KConfig.
|
D | X11.rst | 26 1. Enable the X11 driver support in lv_conf.h, by cmake compiler define or by KConfig
|
D | windows.rst | 53 Enable the Windows driver support in lv_conf.h, by cmake compiler define or by KConfig
|
D | opengles.rst | 26 2. Enable the OpenGL driver support in lv_conf.h, by cmake compiler define or by KConfig
|
12