summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-085-5/+119
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-072-9/+12
* FTP server is marginally functionalpatacongo2012-02-051-1/+1
* FTPD daemon and example now build without errorspatacongo2012-02-059-48/+181
* Add build environment for the FTP daemonpatacongo2012-02-042-3/+15
* Fix compile error introduced by recent check-inpatacongo2012-02-041-5/+3
* Add the beginnings of an FTP serverpatacongo2012-02-044-26/+40
* Add inet_pton()patacongo2012-02-035-9/+345
* Add inet_ntop()patacongo2012-02-035-5/+210
* Add avsprintf()patacongo2012-02-035-56/+159
* Add strcasestr()patacongo2012-02-036-41/+170
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-0223-20/+2033
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-0211-38/+400
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-02161-284/+79
* Add a configuration for testing the Telnet daemonpatacongo2012-02-026-0/+1683
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-0220-42/+1499
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-0144-280/+170
* Add tcsetattr and tcgetattrpatacongo2012-02-0113-58/+368
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-3111-65/+256
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-319-18/+19
* Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2012-01-311-2/+2
* Various fixes for the telnet driverpatacongo2012-01-313-6/+6
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-317-22/+24
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-306-325/+49
* A few more telnet updatespatacongo2012-01-301-2/+2
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-3010-44/+572
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-2915-27/+60
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-293-5/+9
* Most USB Composite device debugpatacongo2012-01-278-21/+106
* The composite USB device is basically functional (more testing needed)patacongo2012-01-274-210/+221
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-2713-237/+362
* Add a text for the new composite USB devicepatacongo2012-01-2618-21/+1886
* More USB composite device logicpatacongo2012-01-2613-190/+702
* Major restructuring of CLASS<->driver interface to better support composite U...patacongo2012-01-266-138/+296
* More clean up of namespacepatacongo2012-01-268-16/+16
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-25117-2917/+2917
* Fixes on reverification of USB mass storage classpatacongo2012-01-255-7/+65
* Massive name change USB STRG -> USB MSCpatacongo2012-01-25145-4229/+4233
* Add support for stm32 F4 I2C3patacongo2012-01-252-15/+88
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-2513-281/+1086
* Corrections for LP17xx UARTs and Nucleus 2Gpatacongo2012-01-259-12/+222
* STM32 F4 I2C updatespatacongo2012-01-253-23/+33
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-2420-241/+1209
* Enable the I2C tool in the STM3240G-EVAL NSH configurationpatacongo2012-01-245-1/+113
* Add logic to set MAX17040 frequencypatacongo2012-01-233-11/+28
* Fixes for clean compile of battery driverspatacongo2012-01-233-24/+54
* Completes first (untested) cut at MAX1704x battery driverpatacongo2012-01-235-47/+401
* Simplify upper-half battery driverpatacongo2012-01-223-59/+65
* Create a generic battery driver infrastructurepatacongo2012-01-226-87/+577
* Create directory structures to support power-related devicespatacongo2012-01-2216-58/+279