summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NxPlayer: Misc changes to better integrate with NxWM::CMediaPlayerGregory Nutt2014-07-233-7/+24
* NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, ...Gregory Nutt2014-07-236-5/+164
* Fix missing right parenthesis in conditional compilation; Also, should use st...Gregory Nutt2014-07-231-16/+16
* 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-232-0/+9
* 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
* NxWM::CMediaPlayer: Add logic to read files from the media mountpoint, filter...Gregory Nutt2014-07-231-19/+80
* NxWM: Add configuration options to filter CMediaPlayer files based on extensionGregory Nutt2014-07-232-36/+160
* 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
* Fix error introduced in last commit: Can't call ferror AFTER closing fileGregory Nutt2014-07-231-2/+4
* Update ChangeLogGregory Nutt2014-07-232-1/+6
* SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer i...Gregory Nutt2014-07-236-4/+22
* Update ChangeLogGregory Nutt2014-07-231-0/+2
* NxPlayer: Check for read errors and end-of-file with nothing readGregory Nutt2014-07-231-24/+55
* Update ChangeLogGregory Nutt2014-07-221-0/+3
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-225-122/+371
* 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
* nxplayer: Add more debug output so that those of use who are not Ken can fol...Gregory Nutt2014-07-222-24/+57
* Update READMEGregory Nutt2014-07-221-20/+10
* Update ChangeLogGregory Nutt2014-07-221-1/+13
* Make CNxTimer stop itself before destruction. Otherwise a call to an invalid...Gregory Nutt2014-07-221-0/+1
* Make CTabPanel raise action event when tab is changed. Also add a function f...Gregory Nutt2014-07-222-4/+12
* NxWidgets::CTabPanel: Modify behavior in showPage() method. Eliminate a du...Gregory Nutt2014-07-221-7/+4
* NxWidgets::CTaskbar: Fix type of return value fromopenRawWindow() method. F...Gregory Nutt2014-07-221-2/+2
* NxWidgets::CNxString: Make destructor virtual. From Petteri AimonenGregory Nutt2014-07-221-1/+1
* 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