summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-9/+10
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-201-13/+13
* Add missing include file. From KosmaGregory Nutt2014-08-201-0/+2
* Add a register definition header file for the ILI9341 LCDGregory Nutt2014-08-191-0/+188
* Move some internal networking function protoypes out of the public include/nu...Gregory Nutt2014-08-181-41/+7
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-5/+15
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-172-1/+43
* Add some helper macros to make the code a little more compacGregory Nutt2014-08-171-0/+6
* CosmeticGregory Nutt2014-08-171-2/+3
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+1
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-164-76/+91
* 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