summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add ioctl to support software triggering of ADC/DAC conversionsGregory Nutt2013-10-251-1/+10
* More apps/examples/cc3000 changes from David SidraneGregory Nutt2013-10-231-0/+1
* Part of last changes; file was left in editorGregory Nutt2013-10-231-2/+0
* CC3000 driver updates from David SidraneGregory Nutt2013-10-232-16/+21
* SAMA5 CAN: Driver is now code complete but still untestedGregory Nutt2013-10-221-4/+2
* scanf() fixes from kfrolov: 1) sscanf() function hangs in the following examp...Gregory Nutt2013-10-211-1/+1
* Updated Spark/cc3000 files from David SidraneGregory Nutt2013-10-182-3/+3
* Add SDIO preflight methodGregory Nutt2013-10-181-2/+30
* TCP: Change how initial MSS is handled. From Max HoltzbergGregory Nutt2013-10-171-12/+18
* CC3000-related typo fixes from the last bit checked. Thanks to David SidraneGregory Nutt2013-10-163-4/+3
* CC3000 driver changes from David SidraneGregory Nutt2013-10-1611-3108/+2423
* CC3000 driver changes from David SidraneGregory Nutt2013-10-164-45/+1015
* Updated CC30000 example from David SidraneGregory Nutt2013-10-161-53/+0
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-151-3/+26
* Update to net_close() improvement from Max HoltzbergGregory Nutt2013-10-081-7/+0
* Cosmetic changes to commentsGregory Nutt2013-10-061-3/+2
* Make net_close() nonblocking and free unestablished connections if no free co...Gregory Nutt2013-10-061-5/+16
* Clean-up routing table design.Gregory Nutt2013-10-052-38/+37
* Add a user interface to manage the routing tableGregory Nutt2013-10-023-180/+50
* Add candidate net/route.h. Not yet integratedGregory Nutt2013-10-022-65/+178
* Partial implementation of a simple network routing table.Gregory Nutt2013-10-011-0/+162
* KL: Now builds up_putsGregory Nutt2013-10-011-0/+10
* cosmetic update to commentsGregory Nutt2013-09-301-2/+3
* net/net_sendfile: High performance sendfile is now functional. From Max Hol...Gregory Nutt2013-09-301-0/+1
* SAMA5 ADC/Touchscreen: A little more progress. Still not completeGregory Nutt2013-09-301-1/+1
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-301-1/+11
* SAMA5 GMAC: Various fixes from initial debugGregory Nutt2013-09-292-9/+9
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-282-43/+43
* The last checkin replaced some impossible error handling with DEBUGASSERT. E...Gregory Nutt2013-09-281-2/+2
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-284-4/+62
* SAMA5 GMAC and GMII support is code complete and ready for testGregory Nutt2013-09-272-20/+57
* Beginng of support for GMII/RGMII PHYsGregory Nutt2013-09-262-19/+287
* Standardize stack checking interfaceGregory Nutt2013-09-241-0/+24
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-212-11/+10
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-201-4/+4
* Fix inconsistency in USB host tracing definitionsGregory Nutt2013-09-191-7/+26
* Add definitions for the Micrel KSZ8051 PHYGregory Nutt2013-09-171-0/+35
* CDC/ACM: Backward condtional compilation fixed. Provided by Lorenz MeierGregory Nutt2013-09-131-2/+2
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-091-2/+18
* Beginning of support for USB host side tracingGregory Nutt2013-09-092-35/+123
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-2/+2
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-061-150/+153
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-061-2/+5
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-1/+5
* Some restructing of the CC3000 buildGregory Nutt2013-09-0411-6/+7
* CC3000 driver updates from Alan Carvalho de AssisGregory Nutt2013-09-049-2753/+2753
* Initial cut of a driver for the TI CC3000 network module with support on the ...Gregory Nutt2013-09-0311-0/+2903
* SAMA5 UPPHS: Fix a small mountain of compilation errors. Still things to REV...Gregory Nutt2013-09-011-0/+4
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-279-10/+10
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-3/+45