aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* 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-19150-0/+34589