summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The...Gregory Nutt2014-11-172-13/+13
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-162-9/+41
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-162-25/+29
* Fixes for Ethernet, SLIP, and Ethernet+SLIP buildsGregory Nutt2014-11-161-8/+8
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-162-14/+21
* Add link MTU size to network device structure.Gregory Nutt2014-11-162-11/+38
* Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt2014-11-151-28/+0
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-153-20/+51
* Merge remote-tracking branch 'origin/master' into llhdrlenGregory Nutt2014-11-151-1/+1
|\
| * Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN insteadGregory Nutt2014-11-151-1/+1
* | Resove merge conflictsGregory Nutt2014-11-152-22/+39
|/
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-151-6/+1
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-152-7/+25
* NET: Fix some some more ARP/Ethernet releated configurationGregory Nutt2014-11-141-2/+2
* Add driver for ST7565 that works with NHD‐C12864KGZ display. From Pierre-n...Gregory Nutt2014-11-131-0/+152
* Oops.. part of the last change will still in the editorGregory Nutt2014-11-121-1/+1
* Defines inline functions as not instrumented - this is relevant for anyone us...Gregory Nutt2014-11-121-1/+1
* From Lorenz Meier: The implementation of access() as vararg macro has the iss...Gregory Nutt2014-11-111-3/+2
* Add ANSI/VT100 color codesGregory Nutt2014-11-101-0/+30
* Update csdtio tooGregory Nutt2014-11-061-1/+15
* Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilati...Gregory Nutt2014-11-062-2/+32
* Add tmpnam() and tempnam()Gregory Nutt2014-11-051-0/+22
* Add mktemp() and mkstemp()Gregory Nutt2014-11-051-1/+3
* MM: Minimum memory allocation must to up to 32 if sizeof pointer is 8-bytesGregory Nutt2014-11-021-11/+31
* Add isatty() function. From Alan Carvalho de AssisGregory Nutt2014-10-271-0/+4
* Add include/wchar.hGregory Nutt2014-10-271-0/+228
* Cosmetic changesGregory Nutt2014-10-271-10/+11
* Fixes to tickless operation code. From Brandon WarhurstGregory Nutt2014-10-231-1/+1
* ARMv7: Add support to use ITM for SYSLOG debug outputGregory Nutt2014-10-221-1/+1
* include: adds interface description for ili9341Gregory Nutt2014-10-201-1/+112
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-5/+2
* Back out an incorrect changeGregory Nutt2014-10-121-2/+2
* Cosmetic update to commentsGregory Nutt2014-10-121-18/+38
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-18/+18
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-112-19/+19
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-112-14/+12
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-111-24/+7
* Fix a couple of C++ related problems in include/cxxGregory Nutt2014-10-112-1/+3
* AIO now also supports socket transfersGregory Nutt2014-10-112-5/+6
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-101-12/+6
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-101-34/+2
* Add support for delays of different durations in work queue processingGregory Nutt2014-10-101-17/+32
* Modularize starting of worker threads to better isolate individual initializa...Gregory Nutt2014-10-101-23/+0
* Decoupling work queue data structures. This is part of the preparation to su...Gregory Nutt2014-10-101-71/+46
* Repartition work queue code. Move kernel-specific parts from libc/wqueue to ...Gregory Nutt2014-10-101-20/+22
* Trivial AIO-related changesGregory Nutt2014-10-091-0/+4
* Update comments and function headersGregory Nutt2014-10-091-31/+90
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-092-42/+11
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-6/+0
* Passing va_list in syscall does not work. Temporarily moved syslog and lowsy...Gregory Nutt2014-10-082-4/+30