nuttx/boards/arm/stm32/stm32f429i-disco/configs
Xu Xingliang 62c2b3e1ec lvgl: update existing config to use lvgl v9
These configs are changed based on below rules.
1. always enable +CONFIG_LV_USE_NUTTX=y
2. If touchpad is used, enable +CONFIG_LV_USE_NUTTX_TOUCHSCREEN=y
3. enable log by +CONFIG_LV_USE_LOG=y
4. If -CONFIG_LV_MEM_CUSTOM=y previously defined, replace it with +CONFIG_LV_USE_CLIB_MALLOC=y +CONFIG_LV_USE_CLIB_SPRINTF=y +CONFIG_LV_USE_CLIB_STRING=y
5. If -CONFIG_LV_PORT_USE_FBDEV=y, default config is for fbdev. If -CONFIG_LV_PORT_USE_LCDDEV=y, +CONFIG_LV_USE_NUTTX_LCD=y
6. Remove all -CONFIG_LV_TICK_CUSTOM=y -CONFIG_LV_TICK_CUSTOM_INCLUDE="port/lv_port_tick.h"
7. If -CONFIG_LV_PORT_LCDDEV_DOUBLE_BUFFER=y, replace it with CONFIG_LV_NUTTX_LCD_DOUBLE_BUFFER=y. For fbdev, double buffer is automatically detected.
8. If -CONFIG_LV_COLOR_16_SWAP=y, need to upgrade the LCD driver to support hardware byte order swap.

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-04-29 10:06:43 +08:00
..
adc
extflash
fb Documentation: migrate STM32F4 2023-08-24 12:07:40 -03:00
gdbstub board/stm32: add demo for gdbstub 2023-12-11 08:43:26 -08:00
highpri libc/stdio: Enable LIBC_FLOATINGPOINT by default if ARCH_FPU is enabled 2022-07-21 09:53:09 -04:00
lcd
lvgl lvgl: update existing config to use lvgl v9 2024-04-29 10:06:43 +08:00
nsh
nxhello boards/xxx: Remove CONFIG_SCHED_ATEXIT/ONEXIT from all defconfigs 2022-05-25 15:28:43 +08:00
nxwm boards/xxx: Remove CONFIG_SCHED_ATEXIT/ONEXIT from all defconfigs 2022-05-25 15:28:43 +08:00
ofloader enable CONFIG_BOARDCTL for ofloader 2023-08-13 11:43:43 -03:00
stack add demo for record stack defconfig 2023-12-11 02:06:51 -08:00
usbmsc
usbnsh boards:Modify test "ramtest" path 2023-10-26 13:17:35 +02:00