summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* ICMPv6: Some initial bugfix from first tests of the ICMPv6 auto-configuratio...Gregory Nutt2015-02-032-7/+22
* Update ChangeLogGregory Nutt2015-02-031-0/+5
* ICMPv6: This completes coding of the ICMPv6 auto-configuration feature. It i...Gregory Nutt2015-02-035-80/+106
* Update ChangeLogGregory Nutt2015-02-031-0/+5
* EFM: Remove a misbehaving assertion. From Pierre-noel BoutevilleGregory Nutt2015-02-031-27/+36
* Fixes a problem with one of the font files. From Pierre-noel BoutevilleGregory Nutt2015-02-032-6/+10
* Update ChangeLogGregory Nutt2015-02-031-1/+5
* Networking: Add support for sending ICMPv6 Router Solicitation and receiving...Gregory Nutt2015-02-0311-182/+1065
* Remove and extra endif from the KconfigGregory Nutt2015-02-031-2/+0
* Costmetic updates to commentsGregory Nutt2015-02-031-14/+14
* Add an ioctal() that can be used to perform ICMPv6 auto-configurationGregory Nutt2015-02-032-68/+82
* Add netlib and application hooks for ICMPv6 auto-configuration (still incompleteGregory Nutt2015-02-031-1/+1
* Update ChangeLogGregory Nutt2015-02-031-0/+6
* Convert the 64-bit usec limit to a 32-bit tick limitGregory Nutt2015-02-035-22/+44
* SAM4CM: Add support for tickless operationGregory Nutt2015-02-0310-6/+3276
* Eliminates a warning. From Macs NGregory Nutt2015-02-031-0/+4
* On my platform I have just 16-bit timer clocked at 32kHz. As result oneshot t...Gregory Nutt2015-02-033-6/+53
* Add some comments to C filesGregory Nutt2015-02-031-0/+65
* ICMPv6: Add file/build structure that will eventually support ICMPv6 auto-co...Gregory Nutt2015-02-024-0/+105
* Restore 20Msec defaultGregory Nutt2015-02-022-2/+2
* Update ChangeLogGregory Nutt2015-02-021-0/+7
* Networking: Apply the same ARP fix for the Neighbor Solicitation logicGregory Nutt2015-02-023-6/+20
* Networking: Fixes another CONFIG_NET_NOINTS issues. When called sem_timedwa...Gregory Nutt2015-02-023-6/+18
* Auto neighbor solicitation is no longer EXPERIMENTAL and is the default for t...Gregory Nutt2015-02-022-2/+4
* Update ChangeLogGregory Nutt2015-02-021-0/+5
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-0220-108/+933
* IPv6: Eliminate a warning from UDP codeGregory Nutt2015-02-021-0/+1
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-028-18/+88
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-0210-185/+89
* Update documentationGregory Nutt2015-02-021-13/+30
* Cosmetic update to a few commentsGregory Nutt2015-02-012-2/+3
* Refresh some configurationsGregory Nutt2015-02-016-85/+221
* Fix compile issues with configs/sim/nettestGregory Nutt2015-02-013-19/+94
* Merge commit '523a5d4527078a6107729dd12a6398b5dedbbc3e'Gregory Nutt2015-02-011-1/+1
|\
| * Obviously can't use LOWCONSOLE with nsh.jeditekunum2015-02-011-1/+1
* | Unix domain: Fix some bugs in logic the frees stream FIFOsGregory Nutt2015-02-011-20/+22
|/
* SIM: fix a case in the simulated Ethernet driver where it was using a old str...Gregory Nutt2015-02-011-2/+3
* Unix domain: Enable logic to clean up the FIFOs underlying stream sockets wi...Gregory Nutt2015-02-012-28/+48
* RAM disk: Missed a few changes in the last commitGregory Nutt2015-02-011-6/+15
* Update ChangeLogGregory Nutt2015-02-011-1/+6
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-017-147/+280
* Update ChangeLogGregory Nutt2015-02-011-0/+3
* Moteino Mego: Move linker scripts to scripts/ directory as with other config...Gregory Nutt2015-02-014-220/+5
* Remove execute privileges from some header filesGregory Nutt2015-02-0110-0/+0
* EFM32 Add support of BURTC and add possibility of debug message of RMU: Pierr...Gregory Nutt2015-02-015-5/+801
* VFS: New block driver unlink support is dependent on mountpoint supportGregory Nutt2015-01-311-0/+2
* Update ChangeLogGregory Nutt2015-01-311-0/+5
* Moteino Mega: Rename files to conform to newer standards. Need to fix all o...Gregory Nutt2015-01-315-11/+10
* Review/modifications for change of last mergeGregory Nutt2015-01-3111-196/+207
* Merge commit '1207647ee19ac48746300f2d3fa8f4679c32de95'Gregory Nutt2015-01-3127-9/+3252
|\