summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* ARP: Add missing configuration option to select dumping of ARP packet headers...Gregory Nutt2014-08-185-73/+200
* Update ChangeLogGregory Nutt2014-08-181-0/+6
* sscanf(): NuttX libc tried to guess how many characters to parse, extracted t...Gregory Nutt2014-08-181-23/+24
* Update README files, Kconfig help comments, and make the network monitor not ...Gregory Nutt2014-08-185-75/+242
* NSH link management now works! The last fix was to the Ethernet drivers: Th...Gregory Nutt2014-08-174-0/+97
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-1710-70/+342
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-175-13/+195
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-173-45/+52
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-179-14/+382
* For all SAM Ethernet, need to enable management interface before reading PHY ...Gregory Nutt2014-08-174-0/+99
* Update ChangeLogsGregory Nutt2014-08-171-0/+2
* 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