summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Fix cosmetic typo in header file idempotence. Note by LazloGregory Nutt2014-12-101-3/+3
* Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by ...Gregory Nutt2014-12-101-0/+158
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-093-0/+36
* Add CRC8 support. From Ken PettitGregory Nutt2014-12-091-0/+84
* stdint.h: Don't use hex values to specify minimum values of fixed width, sig...Gregory Nutt2014-12-081-106/+106
* Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids re-defi...Gregory Nutt2014-12-061-0/+59
* msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, an...Gregory Nutt2014-12-051-19/+20
* Add support for ST Micro EEPROM device geometries. From Sebastien LorquetGregory Nutt2014-12-051-1/+16
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-4/+4
* Updated commentsGregory Nutt2014-11-292-2/+2
* Update commentsGregory Nutt2014-11-292-0/+2
* Re-arrange the AJOYSTICK data structure so that it matches the mouse structureGregory Nutt2014-11-291-1/+5
* Update some Documentation and comments associated with the last ioctl changeGregory Nutt2014-11-291-2/+3
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-293-11/+78
* Update/correct some commentsGregory Nutt2014-11-291-3/+6
* Add an analog joystick driver. Initial checkin is only a little more of a cl...Gregory Nutt2014-11-281-10/+27
* Add an interface definition header file for an analog joystick deviceGregory Nutt2014-11-283-3/+283
* DJoystick: Add a new ioctl to get the support joystick discrete signalsGregory Nutt2014-11-281-3/+19
* STM3210E-EVAL: Add a DJoystick driverGregory Nutt2014-11-281-13/+30
* Cosmetic change to commentGregory Nutt2014-11-281-1/+2
* cctype: Undefined macros defined ctype.h so that builtin C++ implementations ...Gregory Nutt2014-11-281-0/+15
* This commit is a set of patches 02/11 through 03/11 correcting issues with th...Gregory Nutt2014-11-281-0/+1
* Some additional, minor improvements to djoystick interrupt controlsGregory Nutt2014-11-271-1/+8
* Add an interface definition and upper half driver for a discrete joystick deviceGregory Nutt2014-11-273-9/+259
* Two new fonts from Pierre-noel BoutevilleGregory Nutt2014-11-261-0/+18
* Add support for generic EEPROM access via a character driver. Add also the E...Gregory Nutt2014-11-262-1/+101
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-0/+4
* Fix typo in confiditional compilation. From Alan Carvalho de AssisGregory Nutt2014-11-231-1/+1
* 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