summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for an ioctl that can be used to notify an application when there...Gregory Nutt2014-08-163-4/+155
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-161-13/+39
* Clean missing function headersGregory Nutt2014-08-161-97/+783
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-161-0/+70
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-161-0/+57
* When reading the system timer, don't read a struct timespec, convert it to a ...Gregory Nutt2014-08-152-14/+20
* Tickless: If using an ALARM, then really should report time of expirationGregory Nutt2014-08-121-7/+35
* Define interfaces to use an alarm instead of an interval timer with the tickl...Gregory Nutt2014-08-121-2/+80
* Adds support for localtime. From Max NeklyudovGregory Nutt2014-08-124-2/+10
* Update commentsGregory Nutt2014-08-101-1/+2
* SAMA5: Fix bugs in timer/counter interrupts and one-shot timerGregory Nutt2014-08-101-2/+6
* SAMA5 T/C: Can now handle non-constant BOARD_MCK_FREQUENCY. Also now supports...Gregory Nutt2014-08-091-5/+6
* Fix errors in documentation and comments related to the Tickless OS. From Vi...Gregory Nutt2014-08-091-5/+6
* Move all pthread files from sched/ to sched/pthreadGregory Nutt2014-08-081-1/+1
* WM8904: Don't use MSEC2TICK in timeout calculationGregory Nutt2014-08-081-11/+11
* Some final tickless OS bugfixes. No longer EXPERIMENTAL. Update some commentsGregory Nutt2014-08-072-3/+3
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-5/+8
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-073-24/+40
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-074-17/+8
* Implements the tickless OSGregory Nutt2014-08-071-67/+29
* Added another tickless OS interface to get the timer remaining on the interva...Gregory Nutt2014-08-061-25/+54
* if CONFIG_SCHED_TICKLESS is defined, then the global variable g_system_timer ...Gregory Nutt2014-08-061-9/+13
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-061-4/+191
* 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