summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Collapse)AuthorAgeFilesLines
* First cut at conversion of write-buffering to use I/O buffer chaings (IOBs)Gregory Nutt2014-06-224-35/+69
|
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-211-9/+1
|
* Add seekable standard streamsGregory Nutt2014-06-141-27/+34
|
* Add support for seekable memory streamsGregory Nutt2014-06-141-30/+108
|
* Correct contact informationGregory Nutt2014-06-132-2/+2
|
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-121-1/+1
|
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-123-0/+170
|
* IOB: Remove private data. Not neededGregory Nutt2014-06-121-3/+2
|
* SAMA5: Add support for Micrel KSZ8081 PHYGregory Nutt2014-06-111-6/+26
|
* IOB: remove flagsGregory Nutt2014-06-091-7/+2
|
* Fix typo in iob.hGregory Nutt2014-06-081-1/+1
|
* IOB: Add macro to get the start of dataGregory Nutt2014-06-071-1/+2
|
* IOB: Add iob_contig()Gregory Nutt2014-06-071-0/+11
|
* Add Ethernet definitionsGregory Nutt2014-06-061-3/+7
|
* IOB: Some handy macrosGregory Nutt2014-06-061-0/+5
|
* IOB: Add queue handling interfaces; improve listsGregory Nutt2014-06-061-20/+71
|
* Add iob_freechainGregory Nutt2014-06-051-1/+12
|
* IOB: Add iob_clone()Gregory Nutt2014-06-051-0/+10
|
* IOB: Remove unimplemented VLAN stuff; add unit test and fixes to pass unit testGregory Nutt2014-06-051-5/+24
|
* NET: Improvied I/O buffer logicGregory Nutt2014-06-041-5/+26
|
* Add iob_copyin()Gregory Nutt2014-06-031-0/+5
|
* NET: Add generic I/O buffering logicGregory Nutt2014-06-031-0/+160
|
* sockio.h needs to include netinet/in.h for struct in_addrGregory Nutt2014-06-031-0/+2
|
* Fix error in tree.hGregory Nutt2014-06-021-13/+15
|
* Add CONFIG_NET_ETHERNET (not used yet)Gregory Nutt2014-06-011-1/+0
|
* Port BSD tree.h header fileGregory Nutt2014-05-311-0/+1056
|
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ↵Gregory Nutt2014-05-303-40/+61
| | | | uip_arp_ functions to arp_
* Cosmetic changesGregory Nutt2014-05-281-1/+1
|
* mtd.h needs forward reference to struct spi_dev_sGregory Nutt2014-05-251-1/+3
|
* Change all variadic macros to C99 styleGregory Nutt2014-05-222-66/+66
|
* Configuration has CC3000_SPI_MODE settings but source uses ↵Gregory Nutt2014-05-211-2/+2
| | | | CONFIG_CC3000_SPIMODE. From Jussi Kivilinna
* SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)Gregory Nutt2014-05-131-5/+5
|
* Fix typo RBG -> RGB in several macrosGregory Nutt2014-05-122-10/+9
|
* Add ILI9325 register definition header fileGregory Nutt2014-05-121-0/+524
|
* P-code BINFMT: Add logic to pass information from the binfmt logic to the ↵Gregory Nutt2014-05-082-15/+28
| | | | P-code interpreter. This includes some extension to the binfmt interfaces.
* Corrected pcode.h header fileGregory Nutt2014-05-081-92/+15
|
* Add serial method so that lower half driver can provide RX flow control ↵Gregory Nutt2014-05-081-0/+11
| | | | information. From Jussi Kivilinna
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-075-38/+649
|
* Timer driver updates from Bob DoironGregory Nutt2014-05-051-36/+16
|
* If the CPU load measurements are being driven by an external clock, then the ↵Gregory Nutt2014-04-301-0/+22
| | | | prototype for sched_process_cpuload() must be available in include/nuttx/arch.h
* Enhanced timer interface from Bob DoironGregory Nutt2014-04-301-8/+18
|
* Updates to ZNeo configurations + misc cosmetic changes to commentsGregory Nutt2014-04-251-1/+2
|
* Nucleo: Remove bogus MPU definitionsGregory Nutt2014-04-251-2/+1
|
* Update TODO list and commentsGregory Nutt2014-04-231-1/+10
|
* Updated IEEE 695 header fileGregory Nutt2014-04-221-18/+51
|
* Nucleo-F401RE update from Frank BennettGregory Nutt2014-04-221-1/+2
|
* SAM4S Xplained Pro fixups from Bob DOIRON after the last big set of commitsGregory Nutt2014-04-221-1/+1
|
* Fix Bob's name in as many places as possible; Make sure that Bob is an ↵Gregory Nutt2014-04-221-1/+2
| | | | author in as many files as I can think of (might be missing a few)
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-221-4/+4
|
* Various SAM4S related fixes, mostely related to the timer driver driver and ↵Gregory Nutt2014-04-222-7/+17
| | | | the SAM4S timer/counter. All from Bob Doisin