summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_lcd.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* SAMA5 LCDC: Back out the delay kludge. Increase the LCDC input clock from MC...Gregory Nutt2014-07-121-12/+0
* SAMA5D4-EK LCDC: Change source clock to 2*Mck seems to solve stability issuesGregory Nutt2014-07-121-1/+1
* SAMA5D4-EK LCDC: Adding a delay after enabling the LCD solves lots of start-...Gregory Nutt2014-07-121-1/+13
* SAMA5D4-EK LCD: Actual hardware with appears to be RGB888Gregory Nutt2014-07-101-5/+5
* SAMA5D4-EK: LCDC works (with a few color problems)Gregory Nutt2014-07-101-2/+4
* SAMA5D4 LCDC: Adapt the SAMA5D3 LCDC driver to work with the SAMA5D4 which ha...Gregory Nutt2014-07-081-32/+121
* Fix a typo that was cloned to several SAMA5 and MTD filesGregory Nutt2013-12-211-1/+1
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* A little SAMA5 camera stuffGregory Nutt2013-12-091-1/+0
* SAMA5 LCD: More bad color format definitionsGregory Nutt2013-11-101-50/+50
* SAMA5 LCD: Fix some bad color format definitionsGregory Nutt2013-11-101-10/+10
* SAMA5 LCD: Move framebuffers to center of free memory region. That creates ...Gregory Nutt2013-10-181-99/+140
* SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options ...Gregory Nutt2013-10-131-555/+151
* SAMA5 LCDC: Move framebuffer to lower memory; I suspect some corruption by i...Gregory Nutt2013-10-131-11/+10
* SAMA5 LCDC: Fixed backlight PWM divider. Backlight no longer flashesGregory Nutt2013-10-111-69/+87
* SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up parame...Gregory Nutt2013-10-101-34/+145
* SAMA5 LCDC: Move DMA descriptors out of internal SRAM and into SDRAM. I am no...Gregory Nutt2013-10-101-234/+467
* SAMA5 LCDC: Fix a few compilation errors that show up when additional layers...Gregory Nutt2013-10-091-2/+7
* SAMA5 LCDC: Few more bug fixes but still not workingGregory Nutt2013-10-091-6/+7
* SAMA5 LCDC: Corrections from first debug sessions. Still a way to goGregory Nutt2013-10-091-56/+121
* SAMA5: LCDC driver incorporated into the build system.Gregory Nutt2013-10-081-170/+387
* SAMA5: LCD driver is code complete but untestedGregory Nutt2013-10-081-133/+843
* SAMA5: More LCDC driver progressGregory Nutt2013-10-081-191/+370
* SAMA5: More LCDC driver progressGregory Nutt2013-10-071-50/+406
* SAMA5: LCDC driver progressGregory Nutt2013-10-071-116/+780
* SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver ...Gregory Nutt2013-10-061-0/+801