summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add some helper macros to make the code a little more compacGregory Nutt2014-08-171-0/+6
* CosmeticGregory Nutt2014-08-171-2/+3
* SAM3/4 Ethernet: Clone ioctl support from the SAMA5Gregory Nutt2014-08-171-1/+91
* Use the device name assigned by the registration process, not our best guessGregory Nutt2014-08-164-39/+4
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-1616-87/+112
* Update ChangeLogGregory Nutt2014-08-161-0/+10
* Implement all network ioctls, including the new ioctl to setup PHY event noti...Gregory Nutt2014-08-163-2/+304
* Modified to support the change to the network ioctl signature changes. Also ...Gregory Nutt2014-08-161-11/+30
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-166-80/+104
* Update ChangeLogGregory Nutt2014-08-161-1/+4
* Add support for an ioctl that can be used to notify an application when there...Gregory Nutt2014-08-166-4/+568
* Refresh configurationGregory Nutt2014-08-161-0/+11
* A little too much was deleted in a recent commitGregory Nutt2014-08-161-0/+2
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-161-13/+39
* Update ChangeLogGregory Nutt2014-08-161-0/+5
* Clean missing function headersGregory Nutt2014-08-168-114/+907
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-162-19/+90
* Update ChangeLogGregory Nutt2014-08-161-0/+5
* Convert existing board specific PHY interrupt interfaces to use newly defined...Gregory Nutt2014-08-169-79/+226
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-161-3/+4
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-162-0/+61
* SAMA5 setenv.sh: Add another CodeSourcery install pathGregory Nutt2014-08-1614-7/+21
* Don't do 64-bit calculations if accuracy not achievable; Fix compile error in...Gregory Nutt2014-08-151-34/+35
* Update ChangeLogGregory Nutt2014-08-151-1/+5
* Remove libc/time/tzfile.h; content moved inside of libc/time/lib_localtime.cGregory Nutt2014-08-152-185/+139
* libc/time/lib_localtime.c is much closer to NuttX coding style. libc/time/pri...Gregory Nutt2014-08-153-2319/+2267
* Update ChangeLogGregory Nutt2014-08-151-0/+8
* When reading the system timer, don't read a struct timespec, convert it to a ...Gregory Nutt2014-08-157-99/+198
* Correct release notes, updat changelog, fix some conditional compilationGregory Nutt2014-08-152-4/+6
* Update remaining documents for the 7.4 releaseGregory Nutt2014-08-143-15/+38
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-142-4/+364
* Updated commentsGregory Nutt2014-08-121-4/+14
* Fix warning caused by change in mktime prototypeGregory Nutt2014-08-121-8/+9
* Tickless Stuff: Back out the risky timer operations when the ready-to-run li...Gregory Nutt2014-08-124-57/+32
* Update README filesGregory Nutt2014-08-123-4/+10
* Fix conditional compilation errorGregory Nutt2014-08-121-16/+16
* Tickless: If using an ALARM, then really should report time of expirationGregory Nutt2014-08-124-14/+257
* Define interfaces to use an alarm instead of an interval timer with the tickl...Gregory Nutt2014-08-123-9/+181
* Update ChangeLogGregory Nutt2014-08-121-0/+3
* Adds support for localtime. From Max NeklyudovGregory Nutt2014-08-1211-7/+2697
* Add a Sudoku gameGregory Nutt2014-08-111-2/+8
* Minor update to handling of timeslick delay on tast switchesGregory Nutt2014-08-112-7/+43
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-1111-11/+58
* Fix a computation error in the fix for the last computational errorGregory Nutt2014-08-113-2919/+4
* Update ChangeLogGregory Nutt2014-08-111-0/+6
* Fix inaccurate time conversion. Remove MSEC_PER_TICK and convert uint32_t to...Gregory Nutt2014-08-111-5/+17
* Correct time conversion, 1000000 not 1000 to convert seconds to microseconds.Gregory Nutt2014-08-114-20/+33
* Update ChangeLogGregory Nutt2014-08-111-0/+4
* Timers: In Tickless mode, need to stop the interval timer before inserted a n...Gregory Nutt2014-08-113-60/+145
* Comment out reassessment of timer in the middle of context switches. Need to...Gregory Nutt2014-08-114-3/+16