summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* WM8904 interface enable method now returns the previous interrupt stateGregory Nutt2014-08-041-2/+4
* WM8904: Add logic to analyze BCLK setupGregory Nutt2014-08-031-0/+25
* WM8904 driver: Fix wm8904_dump_registers macro: Wrong number of parameters.Gregory Nutt2014-08-021-1/+5
* WM8904: Add logic to program the FLL to achieve the bitrateGregory Nutt2014-08-021-1/+1
* WM8904: Add an option to control WM8904 register dumpingGregory Nutt2014-08-021-1/+3
* WM8904: Ad the MCLK frequency to the interface definition. The WM8904 drive...Gregory Nutt2014-08-011-2/+8
* Add debug logic to dump WM8904 registersGregory Nutt2014-08-011-0/+21
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-3/+4
* Costmetic: Update TODO list, README files, refreshed configuration, updated c...Gregory Nutt2014-07-301-1/+1
* The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configur...Gregory Nutt2014-07-291-3/+3
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-291-1/+1
* Update the automounter so that it will handle the initial insertion stateGregory Nutt2014-07-291-2/+5
* Add support for an automounter that will automatically mount and unmount a fi...Gregory Nutt2014-07-291-0/+191
* Cosmetic changes, mostly to commentsGregory Nutt2014-07-293-165/+299
* Misc bugfixes while integrating fast forward by sub-samplingGregory Nutt2014-07-271-1/+1
* Add definitions to support fast forward and rewind configurationGregory Nutt2014-07-271-13/+14
* Move subsampling rate definitions from nxplayer.h to audio.hGregory Nutt2014-07-271-0/+12
* 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-241-4/+13
* Audio: Get rid of the decoder->driver IOCTLs that I added a couple of commit...Gregory Nutt2014-07-241-35/+8
* Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt2014-07-241-3/+20
* Ongoing campaign to remove EXTERN storage class on function prototypesGregory Nutt2014-07-232-12/+14
* Add ioctls so that PCM decoder can configure the driver bitrate, num channels...Gregory Nutt2014-07-231-0/+10
* Audio: Add a NULL audio device that can be used to simply unit-level testing...Gregory Nutt2014-07-232-3/+139
* Flesh out a few more PCM methods, still incomplete. Re-vision PCM structure ...Gregory Nutt2014-07-221-19/+40
* Rename pcm_decode.h to pcm.h since it will hold more than just decoding defin...Gregory Nutt2014-07-221-5/+36
* Add new framework for the PCM decoder. It is now a 'front end' for lower-lev...Gregory Nutt2014-07-222-9/+126
* Remove WM8904 driver unused paramters, clean-up comments, remove some kruft i...Gregory Nutt2014-07-221-5/+3
* The WM8904 audio driver is mostly code complete and ready to begin initial t...Gregory Nutt2014-07-192-5/+42
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-191-11/+1
* WM8904: Add initialization logicGregory Nutt2014-07-191-0/+10
* Framework for a WM8904 audio driver. The initial driver check-in is simply K...Gregory Nutt2014-07-182-7/+21
* WM8904: Add header file support for this forcoming driverGregory Nutt2014-07-183-3/+175
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-162-4/+4
* maXTouch: Add thresholding so that MOVE reports are not generated unless ther...Gregory Nutt2014-07-121-0/+20
* NX graphics library: Macroize some color operators that become trivial when t...Gregory Nutt2014-07-121-0/+8
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-111-211/+218
* Addition rwbuffer interfaces should not be enabled unless they are needed; if...Gregory Nutt2014-07-111-1/+8
* Clean-up up some warningGregory Nutt2014-07-111-4/+8
* Add an MTD layer that will add read-ahead or write buffering to any MTD drive...Gregory Nutt2014-07-111-35/+47
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* maXTouch: Check for successful memory allocation was backwardGregory Nutt2014-07-071-4/+5
* BCH: Add configurable AES encryption support to block-to-character (BCH) driv...Gregory Nutt2014-07-071-0/+4
* NET: Important fix to the read-ahead buffer queue managment: Consumed bytes w...Gregory Nutt2014-07-071-0/+23
* NET: Fix a few problems after big merge of network reorganizationGregory Nutt2014-07-061-1/+1
* NET: Rename some non-configurable constants UIP_ to IP_ or TCP_Gregory Nutt2014-07-061-5/+5
* NET: Rename TCP state values: UIP_ -> TCP_Gregory Nutt2014-07-062-31/+31
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-061-23/+16
* NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.hGregory Nutt2014-07-062-301/+28
* Updated commentsGregory Nutt2014-07-063-28/+15