summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-07-291-1/+8
* The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configur...Gregory Nutt2014-07-294-12/+25
* 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
* Update ChangeLogGregory Nutt2014-07-291-0/+3
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-2923-64/+686
* Update the automounter so that it will handle the initial insertion stateGregory Nutt2014-07-292-3/+12
* Update ChangeLogGregory Nutt2014-07-292-17/+64
* Add support for an automounter that will automatically mount and unmount a fi...Gregory Nutt2014-07-294-0/+828
* Cosmetic changes, mostly to commentsGregory Nutt2014-07-295-170/+304
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-293-11/+18
* Cosmetic changes to commentsGregory Nutt2014-07-294-14/+2
* Update ChangeLogGregory Nutt2014-07-291-0/+3
* SAMA5D-EK: Correct system timer frequency. Input clock is MCK/2, not MCKGregory Nutt2014-07-2913-3/+21
* Cosmetic changes to commentsGregory Nutt2014-07-292-3/+4
* SAMA5D4-EK: Disable PMIC workaround... it does not workGregory Nutt2014-07-283-2/+15
* Fixes to last SAMA5 PMIC checkinGregory Nutt2014-07-285-20/+38
* Update ChangeLogsGregory Nutt2014-07-281-0/+5
* SAMA5D4-EK: Add logic to disable the faulty PMIC. This must be done with JP2...Gregory Nutt2014-07-284-4/+176
* Fix some compile problems with the WM8904 driver due to recent audio subsyste...Gregory Nutt2014-07-281-1/+1
* Update ChangeLogsGregory Nutt2014-07-282-0/+4
* NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speedGregory Nutt2014-07-282-8/+126
* NXWidgets::CNxWidget: Remove an unused bit fieldGregory Nutt2014-07-283-32/+43
* PCM decoder: Fix a logic error in a DEBUG assertionGregory Nutt2014-07-281-2/+1
* Update ChangeLogsGregory Nutt2014-07-282-0/+5
* LPC17xx: DC updates from Max. Also fixes some syntax errors that I introduce...Gregory Nutt2014-07-282-85/+71
* uIP webserver: Missing logic to close sockets on loop termination. From Max.Gregory Nutt2014-07-281-1/+6
* PCM: Forget to increment pointers in one part of sub-samplingGregory Nutt2014-07-271-0/+10
* PCM: Major simplification of the sub-sampling design. Now need no extra buff...Gregory Nutt2014-07-271-551/+92
* PCM: remove partial sample buffer. Not neededGregory Nutt2014-07-271-78/+53
* Update ChangeLogsGregory Nutt2014-07-272-1/+5
* NxPlayer needs to set curbyte field to zero before enqueuing a buffer. Other...Gregory Nutt2014-07-272-3/+3
* Update ChangeLogsGregory Nutt2014-07-272-2/+11
* Misc bugfixes while integrating fast forward by sub-samplingGregory Nutt2014-07-272-11/+28
* CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rateGregory Nutt2014-07-272-22/+23
* PCM: First cut at fast forward by subsamplingGregory Nutt2014-07-272-34/+829
* First cut implementation of fast forward and rewind controlsGregory Nutt2014-07-272-29/+115
* Add definitions to support fast forward and rewind configurationGregory Nutt2014-07-272-14/+15
* NxWM::CMediaPlayer: successive presses on fast forward or rewind button now i...Gregory Nutt2014-07-272-17/+47
* Update ChangeLogsGregory Nutt2014-07-272-0/+6
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-273-20/+20
* Updated ChangeLogGregory Nutt2014-07-271-0/+3
* NxWM::CMediaPlayer: Need to remember last text box selection or else each ne...Gregory Nutt2014-07-272-1/+12
* ARM: Move L2 cache initialization to much later in the sequenceGregory Nutt2014-07-278-38/+47
* Update ChangeLogGregory Nutt2014-07-261-0/+17
* ARMv7-A L2 Cache currently depends on EXPERIMENTAL because it does not yet wo...Gregory Nutt2014-07-261-1/+1
* ARMv7 L2 Cache: Minor bugfixes/improvementsGregory Nutt2014-07-262-16/+41
* Enables cache early in boot-up sequenceGregory Nutt2014-07-261-2/+7
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-2614-107/+107
* New cache.h file. Renames cp15_XYZ_cache() to arch_XYZ_cache() and addes L2...Gregory Nutt2014-07-261-0/+191