nuttx/boards/arm/rp2040
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
..
adafruit-feather-rp2040 boards: rp2040: Fix build errors for nshsram configurations 2024-04-01 17:08:11 +08:00
adafruit-kb2040 boards: rp2040: Fix build errors for nshsram configurations 2024-04-01 17:08:11 +08:00
adafruit-qt-py-rp2040 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
common rp2040: Add lower layer driver for WIZnet W5500 2024-04-21 11:11:09 +08:00
pimoroni-tiny2040 boards: rp2040: Fix build errors for nshsram configurations 2024-04-01 17:08:11 +08:00
raspberrypi-pico boards: raspberrypi-pico: Fix nshsram build error 2024-04-01 00:31:17 +08:00
raspberrypi-pico-w fix nxstyle 2024-04-15 15:33:17 -03:00
seeed-xiao-rp2040 seeed-xiao-rp2040: Add initial board support 2023-11-29 19:32:22 -08:00
w5500-evb-pico rp2040: add w5500-evb-pico board configuration 2024-04-21 11:11:09 +08:00
waveshare-rp2040-lcd-1.28 lvgl: update existing config to use lvgl v9 2024-04-29 10:06:43 +08:00