summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-0/+24
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-281-1/+1
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-0/+20
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-282-12/+28
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-231-2/+2
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-211-2/+2
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-144-8/+195
* Add interface to enabled/disable debug outputpatacongo2012-02-123-6/+8
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-3/+16
* The RAM log cannot block like more character drivers, otherwise cat /dev/sysl...patacongo2012-02-111-0/+11
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-112-2/+6
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-113-15/+77
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-3/+154
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-081-1/+1
* FTPD daemon and example now build without errorspatacongo2012-02-054-43/+109
* Add the beginnings of an FTP serverpatacongo2012-02-041-1/+3
* Add inet_pton()patacongo2012-02-031-2/+2
* Add inet_ntop()patacongo2012-02-031-0/+7
* Add avsprintf()patacongo2012-02-031-0/+1
* Add strcasestr()patacongo2012-02-031-26/+27
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-6/+6
* Add tcsetattr and tcgetattrpatacongo2012-02-013-41/+46
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-312-7/+20
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-311-6/+6
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-302-314/+36
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+312
* The composite USB device is basically functional (more testing needed)patacongo2012-01-271-0/+1
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-271-0/+24
* Add a text for the new composite USB devicepatacongo2012-01-264-8/+13
* More USB composite device logicpatacongo2012-01-266-156/+565
* Major restructuring of CLASS<->driver interface to better support composite U...patacongo2012-01-261-15/+18
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-254-91/+91
* Fixes on reverification of USB mass storage classpatacongo2012-01-252-2/+20
* Massive name change USB STRG -> USB MSCpatacongo2012-01-254-182/+182
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-253-2/+112
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-3/+4
* Add logic to set MAX17040 frequencypatacongo2012-01-231-2/+5
* Fixes for clean compile of battery driverspatacongo2012-01-231-7/+10
* Completes first (untested) cut at MAX1704x battery driverpatacongo2012-01-231-9/+13
* Simplify upper-half battery driverpatacongo2012-01-221-12/+17
* Create a generic battery driver infrastructurepatacongo2012-01-222-2/+211
* Create directory structures to support power-related devicespatacongo2012-01-221-4/+4
* New, extended CAN structures must be packed.patacongo2012-01-201-3/+4
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-18/+59
* STM32 fixes for F4 32-bit timerspatacongo2012-01-131-4/+4
* Fix last change; the change was good but will prevent queuing multiple outgoi...patacongo2012-01-111-7/+17
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-1/+6
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-8/+84
* Replace logic STM32 IDLE loop with standard power management interfacespatacongo2012-01-081-2/+7
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-061-4/+4