summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-224-108/+355
* Update ChangeLogGregory Nutt2014-07-221-0/+5
* Rename pcm_decode.h to pcm.h since it will hold more than just decoding defin...Gregory Nutt2014-07-224-17/+97
* Update ChangeLogGregory Nutt2014-07-221-1/+9
* Add new framework for the PCM decoder. It is now a 'front end' for lower-lev...Gregory Nutt2014-07-229-73/+708
* Remove WM8904 driver unused paramters, clean-up comments, remove some kruft i...Gregory Nutt2014-07-222-52/+15
* Fix a recently introduced typo that was being masked by some bad conditional ...Gregory Nutt2014-07-221-4/+6
* Update READMEGregory Nutt2014-07-221-20/+10
* Update ChangeLogGregory Nutt2014-07-222-1/+9
* STM32 OTGFS device: Various changes to try to reduce that amount of time in ...Gregory Nutt2014-07-221-12/+11
* Fix typos in the STM32 DAC header file. From Petteri AimonenGregory Nutt2014-07-221-2/+2
* Add missing configuration option to select the MAX11802 touchscreen controllerGregory Nutt2014-07-221-0/+7
* Update ChangeLogGregory Nutt2014-07-221-0/+2
* Fix an error in SLIP escapingGregory Nutt2014-07-221-4/+4
* Add inclusion of assert.h to so files that use DEBUGASSERTGregory Nutt2014-07-213-0/+3
* Make sure that all sim configurations have CONFIG_SIM_M32 undefined. That is...Gregory Nutt2014-07-211-1/+1
* sim/nettest, updated defconfig fileGregory Nutt2014-07-211-50/+142
* Updated READMEGregory Nutt2014-07-211-5/+5
* SAMA5D4-EK: HSMCI0 must use XDMAC0 (or made unsecure)Gregory Nutt2014-07-212-6/+10
* SAMA5D4 XDMAC: Never sets a channel as secure. Will probably have to revisit...Gregory Nutt2014-07-211-0/+4
* SAMA5D4: Fix some HSMCI issues when XDMAC0 is enabledGregory Nutt2014-07-211-29/+38
* SAMA5 HSMCI: Correct multi-block DMA setup; Fixes related to DMA timeout. St...Gregory Nutt2014-07-211-103/+162
* SAMA5 XDMAC: Missing some CUBC bitsGregory Nutt2014-07-211-3/+5
* SAMA4D5 HSMCI: Set burst size to 1, sample DMA registers on timeout, and don'...Gregory Nutt2014-07-211-63/+100
* XDMAC register sampling missed CIM register; Should not set SWREQ bit in DMA ...Gregory Nutt2014-07-212-0/+7
* Fix a commented out assertionGregory Nutt2014-07-201-4/+2
* Update changelogGregory Nutt2014-07-201-0/+3
* Fix typos in commentsGregory Nutt2014-07-201-2/+2
* SAMA5D4-EK: PIO Schmitt trigger logic backwardGregory Nutt2014-07-201-3/+5
* Kconfig: MW8904 driver no longer depends on EXPERIMENTAL (it probably still s...Gregory Nutt2014-07-201-1/+1
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-206-136/+187
* Update ChangeLogGregory Nutt2014-07-191-0/+2
* The WM8904 audio driver is mostly code complete and ready to begin initial t...Gregory Nutt2014-07-194-509/+571
* Update ChangelogGregory Nutt2014-07-191-1/+2
* SAMA5D ADC: Fix some typos in conditional compilationGregory Nutt2014-07-191-12/+12
* SAMA5D4-EK: Add PCK pin disambiguationGregory Nutt2014-07-191-1/+7
* SAMA5 SCK: The SAMA5D3 does things a little differentlyGregory Nutt2014-07-191-1/+34
* SAMA5 PCK: Add support for the slow clock as the PCK clock sourceGregory Nutt2014-07-195-22/+47
* SAMA5: Update slow clock logic. Things work a little differently on the SAM...Gregory Nutt2014-07-192-0/+8
* SAMA5: Add slow clock supportGregory Nutt2014-07-1921-14/+291
* Update ChangeLogGregory Nutt2014-07-191-0/+3
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-199-143/+475
* WM8904: Add initialization logicGregory Nutt2014-07-195-31/+466
* Update ChangeLogGregory Nutt2014-07-181-0/+4
* Framework for a WM8904 audio driver. The initial driver check-in is simply K...Gregory Nutt2014-07-186-13/+1599
* WM8904: Add header file support for this forcoming driverGregory Nutt2014-07-184-3/+1058
* Cosmet updates to some commentsGregory Nutt2014-07-171-1/+1
* WM8904: A few initial definitions for for the SAMA5D4-EKGregory Nutt2014-07-172-0/+58
* SAMA5D4-EK NxWM Configuration: Increase number of preallocated watchdogs and...Gregory Nutt2014-07-173-5/+4
* NxWM: Increase default priority of mouse and keyboard listener threads. Does ...Gregory Nutt2014-07-172-4/+4