summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* AMA5D4-EK NxWM: Configuration refreshedGregory Nutt2014-07-241-0/+7
* Fix some compile errors when audio DEBUG is enabledGregory Nutt2014-07-242-6/+6
* More removal of EXTERN on function prototypesGregory Nutt2014-07-241-5/+6
* Convert ac_format and ac_controls to unions to make access a little cleanerGregory Nutt2014-07-245-78/+76
* Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commit...Gregory Nutt2014-07-245-105/+115
* Update ChangelogGregory Nutt2014-07-241-0/+3
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt2014-07-243-11/+62
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ...Gregory Nutt2014-07-231-0/+6
* Update ChangeLogGregory Nutt2014-07-231-0/+3
* SAMA5D4-EK NSH: Enable the command line media player in the NSH configuratio...Gregory Nutt2014-07-232-7/+90
* Update ChangeLogsGregory Nutt2014-07-231-0/+5
* SAMA5D4 NxWM: Configuration now has the audio subsystem and the NxPlayer ena...Gregory Nutt2014-07-233-63/+157
* Ongoing campaign to remove EXTERN storage class on function prototypesGregory Nutt2014-07-232-12/+14
* Fix a type in the audio Kconfig file, UDIO->AUDIOGregory Nutt2014-07-231-1/+1
* Update ChangeLogGregory Nutt2014-07-231-0/+3
* Add ioctls so that PCM decoder can configure the driver bitrate, num channels...Gregory Nutt2014-07-234-11/+100
* Flesh out missing PCM decoder methodsGregory Nutt2014-07-232-55/+186
* Update ChangeLogGregory Nutt2014-07-231-1/+3
* Audio: Add a NULL audio device that can be used to simply unit-level testing...Gregory Nutt2014-07-2311-15/+1185
* Update ChangeLogGregory Nutt2014-07-231-0/+5
* SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer i...Gregory Nutt2014-07-236-4/+22
* Update ChangeLogGregory Nutt2014-07-221-0/+3
* 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