summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src/up_touchscreen.c
Commit message (Expand)AuthorAgeFilesLines
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-261-2/+2
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-2/+2
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-161-7/+7
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ...Gregory Nutt2013-06-131-0/+1
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-1/+3
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-041-1/+0
* Eliminated sam3u_internal.h. Use separate header files instead. More renamin...Gregory Nutt2013-06-021-9/+9
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-021-8/+8
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-5/+25
* Turn PIC32MXMMB backlight offpatacongo2012-04-251-0/+0
* ADS7843 updatespatacongo2011-10-121-1/+11
* Fix C++ dependencies, cleaning, ..patacongo2011-10-051-3/+18
* ADS7843E driver is code completepatacongo2011-10-041-16/+56
* SAM3U SPI driver updatepatacongo2011-10-031-2/+12
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-031-0/+197