summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes on reverification of USB mass storage classpatacongo2012-01-255-7/+65
* Massive name change USB STRG -> USB MSCpatacongo2012-01-255-132/+132
* 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
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-246-55/+237
* 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
* New, extended CAN structures must be packed.patacongo2012-01-201-3/+4
* Add support for extended (29-bit) CAN IDspatacongo2012-01-2024-77/+231
* Fix some warningspatacongo2012-01-201-2/+3
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-2013-23/+115
* Fixes to PIC32 USB driver and LPC17xx CAN driverpatacongo2012-01-203-60/+137
* PIC32 USB: Remove some bad logic in EP0 post-SETUP clean-uppatacongo2012-01-191-32/+44
* Add logic to handle state and BDTs correctly with USB packet is dispatched by...patacongo2012-01-191-31/+38
* Add configuratin to select TSEG1 and TSEG2 valuespatacongo2012-01-197-17/+52
* Fix shift value in PIC32 USB header filepatacongo2012-01-191-1/+1
* PIC32 USB, using IN BDTs where OUT BDTs should be usedpatacongo2012-01-181-2/+2
* SYNC_TIME is 3 quanta in LPC17xx CAN bit time calculationpatacongo2012-01-181-34/+33
* Fix offset to STM32 F1 AFIO EXTICR registerpatacongo2012-01-183-29/+34
* PIC32 USB driver fixes (still not working)patacongo2012-01-173-8/+16
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-1712-50/+177
* Finish coding of PIC32MX Ethernet driverpatacongo2012-01-174-172/+209
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-175-187/+359
* Fixe the STM32 repetition counter. Setting of the repitition count was out o...patacongo2012-01-161-24/+53
* Fix STM32 F4 APB2 clock input frequenciespatacongo2012-01-163-8/+10
* Increase range of pulse count in PWM driverpatacongo2012-01-165-42/+101
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-157-156/+217
* STM32 fixes for F4 32-bit timerspatacongo2012-01-136-416/+622
* Add definitions for another Sure Elec. PIC32 boardpatacongo2012-01-124-1/+34
* Fix the STM32 PWM driver pulse count logicpatacongo2012-01-112-13/+60
* On a failure to recognize a FAT file system, the mount logic should return -E...patacongo2012-01-112-6/+9
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-113-27/+66
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-114-39/+181
* Add support for the STM32F4-Discovery (from Mike Smith)patacongo2012-01-1122-5/+5495
* Fix last change; the change was good but will prevent queuing multiple outgoi...patacongo2012-01-112-62/+112
* CAN request order prioritypatacongo2012-01-112-4/+11
* Implement the new CAN txready method for STM32patacongo2012-01-113-5/+46
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-104-45/+116
* Fix CAN callback argumentpatacongo2012-01-102-8/+21
* Correct GPIO dump outputpatacongo2012-01-105-48/+64
* Finish PWM pulse count configurationpatacongo2012-01-097-63/+106