summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-46/+147
* 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-051-76/+172
* 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-253-99/+99
* Add support for the poweroff on calypso phonespatacongo2012-03-253-2/+161
* Add support for compal e99 and e88 phonespatacongo2012-03-2410-0/+2307
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-225-17/+13
* Move serial header files to include/nuttx/serialpatacongo2012-03-2112-12/+12
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-163-7/+7
* Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo2012-03-151-7/+41
* Add hooks to support STM32 power managementpatacongo2012-03-149-1/+513
* Completes bit definitions for STM32 USB OTG FS registerspatacongo2012-03-131-149/+362
* Add bit definitions for STM32 USB OTG FS Host-mode control and status registerspatacongo2012-03-121-21/+126
* Add bit definitions for STM32 USB OTG FS Core global control and status regis...patacongo2012-03-121-28/+82
* More STM32 USB OTG definitionspatacongo2012-03-123-6/+686
* Dirty port of LPC17 USB host driver to the STM32 -- nothing more than a name ...patacongo2012-03-121-0/+2699
* Fix a typo introduce in the last big bunch of checkins for the STM32 F2patacongo2012-03-101-1/+3
* Add support for the STM3220G-EVAL boardpatacongo2012-03-1011-0/+5267
* Add peripheral support for the STM32 F2 familypatacongo2012-03-1034-226/+251
* Add PIC32 SPI driverpatacongo2012-03-0748-0/+0
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-036-27/+27
* STM32 Quad Encoder bug fixespatacongo2012-02-281-4/+16
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-9/+9
* Overflow position offset not needed if we have only 32-bit counterspatacongo2012-02-281-0/+18
* Add support for mixed 16- and 32-bit timerspatacongo2012-02-281-30/+140
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-272-36/+199
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-273-94/+135
* Fix bugs in lazy FPU register savingpatacongo2012-02-256-23/+26
* Misc quad encoder updatespatacongo2012-02-251-1/+1
* Ooops part of last checkin was still in the editorpatacongo2012-02-251-4/+23
* STM32 quad encoder: Don't calculate the timer prescaler value at runtime; pre...patacongo2012-02-251-23/+39
* Fixes for the STM32 quadrature encoderpatacongo2012-02-254-79/+112
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-243-26/+87