summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src/up_touchscreen.c
Commit message (Collapse)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 ↵Gregory Nutt2013-06-261-2/+2
| | | | to SAM3/4 SPI to SPI0 for compatibity with the SAM3X/3A which has SPI0 and SPI1; Add directory which will eventually holdl an Arduino Due port
* 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 ↵Gregory Nutt2013-06-161-7/+7
| | | | ADS7843E driver
* SAM3/4: Loop counter for PLL delay must be volatile or it may get optimized ↵Gregory Nutt2013-06-131-0/+1
| | | | away
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-1/+3
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-041-1/+0
|
* Eliminated sam3u_internal.h. Use separate header files instead. More ↵Gregory Nutt2013-06-021-9/+9
| | | | renaming from sam3u_ to sam_ to make room in the namespce for the sam4l_
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U ↵Gregory Nutt2013-06-021-8/+8
| | | | to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ↵patacongo2012-05-111-5/+25
| | | | | | initialization interfaces for all boards git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
* Turn PIC32MXMMB backlight offpatacongo2012-04-251-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4653 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843 updatespatacongo2011-10-121-1/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4042 42af7a65-404d-4744-a932-0658087f49c3
* Fix C++ dependencies, cleaning, ..patacongo2011-10-051-3/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4025 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-041-16/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* SAM3U SPI driver updatepatacongo2011-10-031-2/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4017 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-031-0/+197
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4013 42af7a65-404d-4744-a932-0658087f49c3