nuttx/boards/arm/samv7/samv71-xult/src
Michael Jung 9140693567 Add lcd_dev_s pointer to lcd_planeinfo_s
In order to support multiple LCD instances per board, add a pointer from
lcd_planeinfo_s to the lcd_dev_s which it belongs to.  Also enhance the
putrun, getrun, putarea and getarea methods to pass through the
lcd_dev_s pointer to the respective device driver.

Port all LCD device drivers to this lcd_planeinfo_s extension.

Enhance SSD1306 driver to support multiple LCDs.

Signed-off-by: Michael Jung <michael.jung@secore.ly>
2022-06-21 21:33:23 +08:00
..
atmxt-xpro.h arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
Make.defs boards/arm/samv7: rework linker script usage logic to allow custom linker scripts 2022-03-11 11:25:50 +08:00
sam_appinit.c Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +02:00
sam_at24config.c boards: arm: Author Gregory Nutt: update licenses to Apache 2021-03-18 22:58:27 -07:00
sam_atmxtconfig.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_audio_null.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_autoleds.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
sam_boot.c arch/arm/samv7/sam_tc: implement timer driver support 2022-03-16 03:19:57 +08:00
sam_bringup.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_buttons.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_composite.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_ethernet.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_ili9488.c Add lcd_dev_s pointer to lcd_planeinfo_s 2022-06-21 21:33:23 +08:00
sam_maxtouch.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_mcan.c boards: arm: Author Gregory Nutt: update licenses to Apache 2021-03-18 22:58:27 -07:00
sam_mrf24j40.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_sdram.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
sam_spi.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_st7789.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_usbdev.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
sam_usbmsc.c boards: arm: Author Gregory Nutt: update licenses to Apache 2021-03-18 22:58:27 -07:00
sam_userleds.c boards: arm: Author Gregory Nutt: update licenses to Apache 2021-03-18 22:58:27 -07:00
sam_wm8904.c arch/arm: Remove FAR and CODE from board folder(2) 2022-05-03 16:50:52 +03:00
samv71-xult.h boards/arm/samv7: move HSMCI interface to common 2022-01-20 01:24:14 +08:00