summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Need to release the addess environment when the task group is releasedGregory Nutt2014-08-221-4/+10
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-224-9/+95
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-2213-299/+271
* STM32 F401: Only 3 USARTS, but need to set STM32_NUSARTS to six because they...Gregory Nutt2014-08-221-1/+1
* Update ChangeLogGregory Nutt2014-08-221-0/+3
* Add support for statically allocated watchdog timer structuresGregory Nutt2014-08-229-101/+119
* Update ChangeLogGregory Nutt2014-08-221-1/+4
* STM32 F401: Correct support for USART6 on this chip. From Freddie ChopinGregory Nutt2014-08-221-10/+6
* Update ChangeLogGregory Nutt2014-08-211-0/+7
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-2171-666/+658
* Viewtool STM32F107: Turn on ARP request logic and TCP write bufferingGregory Nutt2014-08-211-3/+6
* Update ChangeLogGregory Nutt2014-08-211-1/+6
* If we run out of pre-allocated watchdog times, the logic will allocate additi...Gregory Nutt2014-08-218-72/+198
* Refresh some configurationsGregory Nutt2014-08-211-0/+2
* Refresh some configurationsGregory Nutt2014-08-214-0/+16
* Update ChangeLogGregory Nutt2014-08-201-0/+2
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-205-4/+1727
* Update ChangeLogGregory Nutt2014-08-201-1/+1
* SAM4E-EK LCD finally worksGregory Nutt2014-08-201-23/+29
* Update ChangeLogGregory Nutt2014-08-201-0/+2
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-206-55/+1370
* Update ChangeLogGregory Nutt2014-08-201-0/+6
* ARP reuestion logc needs to do the right thing if (1) the address is a broadc...Gregory Nutt2014-08-201-1/+56
* ARP request logic is no longer EXPERIMENTALGregory Nutt2014-08-201-1/+0
* Add missing include file. From KosmaGregory Nutt2014-08-201-0/+2
* Update ChangeLogGregory Nutt2014-08-191-0/+2
* Add a register definition header file for the ILI9341 LCDGregory Nutt2014-08-194-3/+195
* Trivial typo fixGregory Nutt2014-08-191-1/+1
* Refresh SAM4E-EK configurationsGregory Nutt2014-08-195-139/+358
* ARP: Fix bid conversion from msec to nsecGregory Nutt2014-08-192-1/+5
* Update ChangeLogGregory Nutt2014-08-193-2/+5
* ARP: Add signal logic so that we do not have to wait so long with the network...Gregory Nutt2014-08-196-41/+432
* Move some internal networking function protoypes out of the public include/nu...Gregory Nutt2014-08-182-41/+66
* Update ChangeLogGregory Nutt2014-08-181-0/+8
* If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operation...Gregory Nutt2014-08-185-12/+98
* Update ChangeLogGregory Nutt2014-08-181-0/+12
* arp_poll(): inished the implementation of logic to send ARP requests. Comple...Gregory Nutt2014-08-185-88/+290
* arp_send.c: Partial implementation of logic to send ARP requests to assure th...Gregory Nutt2014-08-184-0/+368
* PKT sockets: Change how the IFF_NOARP flag is handled. This should be set on...Gregory Nutt2014-08-182-11/+12
* arp_format.c: Move the logic that formats an ARP packet into a separate file ...Gregory Nutt2014-08-184-20/+144
* Change all Spark configurations to use SPI mode 1. From Alan Carvalho de AssisGregory Nutt2014-08-184-4/+4
* Update ChangeLogGregory Nutt2014-08-181-0/+9
* Move arp_arpin() from arp_inout.c to its own file. Rename arp_inout.c to arpi...Gregory Nutt2014-08-184-49/+116
* Move arp_out() from arp_inout.c to its own fileGregory Nutt2014-08-184-187/+270
* 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