summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-073-11/+11
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-07250-250/+250
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-07238-243/+2
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-066-8/+8
* Updated READMEGregory Nutt2014-08-061-6/+35
* Update some defconfig files; enable network initialization threadGregory Nutt2014-08-063-16/+44
* NSH Networking: Also add an option to let platform-specific logic select the...Gregory Nutt2014-08-062-87/+260
* SAMA5D3 HSMCI: TX DMA is again disabledGregory Nutt2014-08-052-13/+9
* SAMA5: Some usage documents for media playersGregory Nutt2014-08-042-9/+43
* WM8904: Update READMEs and defconfigs to last tested configurationGregory Nutt2014-08-043-0/+5
* WM8904 interface enable method now returns the previous interrupt state. Cor...Gregory Nutt2014-08-042-66/+104
* Correct the WM8904 interrupt configuration, active high level. Fix that and d...Gregory Nutt2014-08-042-6/+22
* SAMA5 WM8904: Add option to use MAINCK as WM8904 MCLKGregory Nutt2014-08-034-0/+46
* SAMA5 PCK: Add Main clock as an option for the PCK clock sourceGregory Nutt2014-08-0312-0/+12
* SAMA5D3X-EK NxPlayer Configuration: Update with last WM8904 settingsGregory Nutt2014-08-021-0/+3
* WM8904: Ad the MCLK frequency to the interface definition. The WM8904 drive...Gregory Nutt2014-08-012-0/+2
* Add debug logic to dump WM8904 registersGregory Nutt2014-08-011-14/+15
* SAMA5 WM8904: Fix errors in programmable clock output configurationGregory Nutt2014-08-012-3/+3
* SAMA5 SSC: Start Delay is now configurableGregory Nutt2014-08-012-2/+6
* SAMA5 SSC: Frame Synch Delay is now configurableGregory Nutt2014-08-013-6/+19
* Updated READMEGregory Nutt2014-07-311-11/+16
* SAMA5D3x-EK NxPlayer: Updated ConfigurationGregory Nutt2014-07-312-2/+18
* SAMA5D3x-EK: Add a configuration to support the command line NxPlayer.Gregory Nutt2014-07-313-0/+1257
* SAMA5D3X-EK: Add support for the WM8904 audio CODECGregory Nutt2014-07-311-0/+350
* SAMA5D3X-EK: Add support for the WM8904 audio CODECGregory Nutt2014-07-316-24/+281
* SAMA5D3X-EK NSH: Refresh configurationGregory Nutt2014-07-311-2/+27
* Add short document for running the NxWM demoGregory Nutt2014-07-312-4/+135
* SAMA5D4-EK NxWM: The USB keyboard is now the default input deviceGregory Nutt2014-07-301-1/+2
* dd support for a USB keyboard as the NxConsole and text widget input. Not fu...Gregory Nutt2014-07-301-17/+14
* Costmetic: Update TODO list, README files, refreshed configuration, updated c...Gregory Nutt2014-07-302-15/+22
* SAMA5 HSMCI: e-enable TX DMA and verify that DMA writes to the SD card are fu...Gregory Nutt2014-07-303-41/+94
* Updated README file, cosmetic changes to comments and debug outputGregory Nutt2014-07-301-8/+13
* Update TODO listi and READMEGregory Nutt2014-07-291-8/+10
* The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configur...Gregory Nutt2014-07-292-0/+13
* Cosmetic updates to comments and README files and some namingGregory Nutt2014-07-292-9/+46
* Minor warning/latent bug clean-up of auto-mounter logicGregory Nutt2014-07-292-3/+5
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-2921-61/+666
* Update ChangeLogGregory Nutt2014-07-291-17/+61
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-292-10/+17
* SAMA5D-EK: Correct system timer frequency. Input clock is MCK/2, not MCKGregory Nutt2014-07-2912-0/+13
* Cosmetic changes to commentsGregory Nutt2014-07-291-2/+3
* SAMA5D4-EK: Disable PMIC workaround... it does not workGregory Nutt2014-07-283-2/+15
* Fixes to last SAMA5 PMIC checkinGregory Nutt2014-07-284-17/+33
* SAMA5D4-EK: Add logic to disable the faulty PMIC. This must be done with JP2...Gregory Nutt2014-07-284-4/+176
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-262-5/+5
* Updated READMEGregory Nutt2014-07-251-9/+32
* Port ADC, DAC, and PWM logic from the configs/zkit-arm-1769. From Max.Gregory Nutt2014-07-245-11/+502
* AMA5D4-EK NxWM: Configuration refreshedGregory Nutt2014-07-241-0/+7
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ...Gregory Nutt2014-07-231-0/+6
* SAMA5D4-EK NSH: Enable the command line media player in the NSH configuratio...Gregory Nutt2014-07-232-7/+90