summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix an issue for architectures where interrupt numbers and vector numbers do ...patacongo2012-01-041-2/+2
* Correct last set of changes to configuration logicpatacongo2011-12-291-5/+25
* A little STM32 logic in the PIC32 USB driverpatacongo2011-12-281-0/+13
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-2/+3
* STM32 CAN driver now compilespatacongo2011-12-211-0/+3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-9/+14
* Add a test for PWM driverspatacongo2011-12-191-5/+5
* Remove the PWM pulse count method. It can't be support on current hardwarepatacongo2011-12-191-23/+0
* Completes coding of the PWM modulepatacongo2011-12-191-3/+3
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo2011-12-171-2/+2
* Fix the data format used in apps/examples/adcpatacongo2011-12-161-1/+1
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-161-0/+253
* Add generic, upper-half PWM driverpatacongo2011-12-162-10/+45
* More STM32 DAC driver logicpatacongo2011-12-151-9/+32
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-141-1/+1