summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-08-231-0/+2
* ARMv7-A: Add skeleton environment and build support for process address envir...Gregory Nutt2014-08-234-0/+308
* Upate ChangeLogGregory Nutt2014-08-231-1/+6
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator bas...Gregory Nutt2014-08-239-29/+503
* Update ChangeLogGregory Nutt2014-08-231-0/+3
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-237-83/+340
* Add option to select 64-bit build platformGregory Nutt2014-08-222-2/+16
* STM32 serial: MAke uart_devs[] const. From Freddie ChopinGregory Nutt2014-08-221-1/+1
* Recent STM32 UART change: Wasn't that logic backward? Shouldn't that have b...Gregory Nutt2014-08-222-13/+9
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-227-9/+11
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-222-0/+2
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-227-56/+172
* uintptr_t should be 64-bits under Cygwin64Gregory Nutt2014-08-221-2/+10
* Update ChangeLog and README.txtGregory Nutt2014-08-222-1/+16
* 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