summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
Commit message (Expand)AuthorAgeFilesLines
* SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabledGregory Nutt2014-05-151-0/+5
* Misc changes while testing the SAM4E-EK LCD (still does not work)Gregory Nutt2014-05-143-15/+22
* SAM4E-EK: Ooops.. two touchscreen drivers(?)Gregory Nutt2014-05-143-300/+6
* SAM4E-EK: Add a touchscreen driver (untestd on initial checkin)Gregory Nutt2014-05-134-12/+386
* SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)Gregory Nutt2014-05-135-233/+1462
* SAM4E: PIO definition clean-upGregory Nutt2014-05-121-22/+1
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-052-2/+2
* Simplified optimization for the SAM4E-EKGregory Nutt2014-04-301-1/+1
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-161-4/+0
* More trailing whilespace removalGregory Nutt2014-04-133-3/+3
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-113-7/+7
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-3/+2
* SAM4E: Clarify LCD data widthGregory Nutt2014-03-282-10/+0
* SAM4E-EK: Remove bogus LCD driver; replace with information that might be us...Gregory Nutt2014-03-275-1117/+397
* SAM4E-EK: CMCC is enabled in all configurations and delay loop has been cali...Gregory Nutt2014-03-263-9/+20
* SAM4E-EK: All configurations converted to run with 120MHz CPU clockGregory Nutt2014-03-263-57/+67
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overr...Gregory Nutt2014-03-261-13/+47
* SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. And...Gregory Nutt2014-03-251-1/+17
* backport a serial console fix from the sam4e to the sama5d3Gregory Nutt2014-03-251-2/+16
* Add missing HSCMI configuration options; Make HSMCI configuration naming more...Gregory Nutt2014-03-241-8/+8
* Cosmetic updates to comments and README filesGregory Nutt2014-03-241-1/+12
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-relat...Gregory Nutt2014-03-236-28/+28
* SAM4E-EK: Fixes for HSMCI compilationGregory Nutt2014-03-232-8/+8
* Fix condition in conditional compilation associated with USB monitor supportGregory Nutt2014-03-231-1/+1
* Cosmet update to debug messages and to commentsGregory Nutt2014-03-231-0/+4
* Fix bad configuration change of last commitGregory Nutt2014-03-232-4/+4
* SAM4E-EK: Enable interrupt stack in all configurationsGregory Nutt2014-03-233-10/+20
* SAM4E-EK UDP: prevent some bad recursive behaviorGregory Nutt2014-03-221-4/+8
* SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM consoleGregory Nutt2014-03-225-15/+1346
* SAM4E-EK NSH: Increase the number of preallocated WDOGS to 32 to avoid timeo...Gregory Nutt2014-03-211-1/+1
* SAM4E UDP: Cosmetic updates to tracing and READMEGregory Nutt2014-03-211-79/+116
* Cosmetic update to READMEGregory Nutt2014-03-201-2/+2
* SAM4E UDP: Add support for USB monitorGregory Nutt2014-03-183-6/+23
* SAM4E: Fix a few more UDP bring-up bugs. Still not workingGregory Nutt2014-03-181-4/+1
* SAM4E: Revise board-specific USB MSC supportGregory Nutt2014-03-184-60/+212
* Removed to unnecessary, cloned USB-related logicGregory Nutt2014-03-174-53/+2
* SAM4E: Add USB full speed device (UDP) driverGregory Nutt2014-03-172-7/+15
* SAM3/4: Fleshing out environment to support USB device (UDP)Gregory Nutt2014-03-161-2/+15
* SAM4E-EK: NSH configuration now has DMA-based SPI and AT25 Serial FLASH supo...Gregory Nutt2014-03-142-11/+143
* SAM3/4: Integrate the SPI DMA interface with the existing code. Does not ye...Gregory Nutt2014-03-132-11/+11
* SAM4E-EK: Add support for the SAM4E-EK AT25 serial flashGregory Nutt2014-03-138-194/+532
* Backport SPI driver enhancements from SAMA5 to SAM3/4Gregory Nutt2014-03-133-17/+21
* SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. SAM...Gregory Nutt2014-03-133-54/+223
* SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SA...Gregory Nutt2014-03-121-15/+161
* SAM4E: Various bring-up fixes. NSH now worksGregory Nutt2014-03-125-30/+127
* SAM4E-EK: Purely cosmetic updatesGregory Nutt2014-03-116-139/+180
* SAM4E-EK: Add basic board supportGregory Nutt2014-03-1021-0/+5336