summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Fix STM32 OTG FS device driver FIFO setuppatacongo2012-04-132-20/+63
* Kconfig updatepatacongo2012-04-132-0/+8
* Kconfig updatepatacongo2012-04-122-10/+10
* Add logic to hold off processing OUT SETUP request until OUT data phase compl...patacongo2012-04-121-54/+195
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-128-17/+17
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-12/+67
* Add tools/cmpconfig.c to compare to configuration filespatacongo2012-04-111-1/+2
* Correction to the ZLP fix for the STM32 F4 OTG FS driverpatacongo2012-04-111-1/+17
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-3/+13
* More configuration filespatacongo2012-04-1117-15/+251
* more updates for the STM32 OTG FS device driverpatacongo2012-04-101-11/+11
* Updated STM32 OTG FS device driverpatacongo2012-04-101-9/+69
* Fixes for the STM32 OTG FS device driverpatacongo2012-04-102-72/+75
* A few early STM32 OTF FS fixespatacongo2012-04-091-87/+108
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-3/+3
* The STM32 OTG FS driver is code completepatacongo2012-04-092-322/+489
* Updated STM32 OTG FS device driverpatacongo2012-04-081-36/+183
* Updated STM32 OTG FS device driverpatacongo2012-04-082-415/+417
* Finish analysis of OUT data path in STM32 OTG FS device driverpatacongo2012-04-082-79/+275
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-087-7/+7
* Fix much replicated typo. STM32 F4 SRAM is CCM, not TCMpatacongo2012-04-073-38/+38
* Add partial TxFIFO logic to STM32 OTG FS device driverpatacongo2012-04-071-76/+194
* Updated Kconfig files from Lzyypatacongo2012-04-071-25/+16
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-46/+147
* Add kconfig documentationpatacongo2012-04-0610-10/+10
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-0610-0/+40
* Add RX interrupt logic to the STM32 OTG FS device driverpatacongo2012-04-061-262/+474
* Fix compilation errors with floating point is enabled and field widths are di...patacongo2012-04-051-7/+28
* Add patch to build kconfig-frontends under Cygwinpatacongo2012-04-051-43/+126
* Beginning of a NuttX configuration toolpatacongo2012-04-052-76/+217
* Completes most of the STM32 OTG FS device interruptspatacongo2012-04-052-221/+363
* More progress on the STM32 OTG FS device driverpatacongo2012-04-053-181/+310
* STM32 OTG FS device driver updatepatacongo2012-04-042-730/+714
* Add STM32 OTG FS device endpoint stall logicpatacongo2012-04-041-24/+158
* More work on STM32 OTG FS device driverpatacongo2012-04-041-191/+324
* Updates to STM32 OTG FS device driverpatacongo2012-04-042-468/+704
* Beginning of an OTG FS device side driver (not much there on initial check-in)patacongo2012-04-032-6/+3176
* Beginnings of STM32 F4 OTG FS device driverpatacongo2012-04-023-7/+15
* A couple of fixes to common and STM32 serial handling to fix some data overru...patacongo2012-04-021-19/+41
* Fix types in STM32 PWM driver commentspatacongo2012-03-291-4/+4
* Candidate fix for STM32 F4 I2Cpatacongo2012-03-281-51/+93
* Updaes for NX Consolepatacongo2012-03-271-1/+1
* Fix handling if STM32 I2C byte countpatacongo2012-03-271-7/+12
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-1/+1
* LPC17xx DAC fixespatacongo2012-03-254-100/+103
* Add support for the poweroff on calypso phonespatacongo2012-03-253-2/+161
* Update documenation to include Calypso and the Compal phonespatacongo2012-03-241-13/+20
* Add support for compal e99 and e88 phonespatacongo2012-03-2417-0/+2609
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-2210-22/+18
* Move serial header files to include/nuttx/serialpatacongo2012-03-2123-23/+23