summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-4/+4
* 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
* 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-242-18/+66
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-226-10/+119
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-5/+12
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-213-25/+9
* Fix SDIO DMA (finally)patacongo2012-02-211-1/+1
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-212-10/+67
* More STM32 SDIO DMA fixespatacongo2012-02-215-18/+70
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-206-61/+252
* Fix error in STM32 DMA driver stream index calculationpatacongo2012-02-193-7/+32
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-193-10/+52
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-9/+15
* Clear up some configuration naming that was inconsistent accross STM32 chipspatacongo2012-02-181-1/+1
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-186-92/+101
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-153-88/+87
* I suppose the STM32 F4 is like the F1 in that TIM inputs should not use alter...patacongo2012-02-151-154/+154
* Fix TIM in/out pin namingpatacongo2012-02-151-20/+87
* Initial fleshing out of the STM32 quadrature encoder driverpatacongo2012-02-142-46/+357
* More STM32 quadrature encoder codepatacongo2012-02-144-34/+601
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-143-0/+298
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-5/+5
* Fix compile error introduced by recent check-inpatacongo2012-02-041-5/+3
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-022-10/+10
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-291-1/+1
* More clean up of namespacepatacongo2012-01-261-1/+1
* Add support for stm32 F4 I2C3patacongo2012-01-252-15/+88
* STM32 F4 I2C updatespatacongo2012-01-251-22/+22
* Create directory structures to support power-related devicespatacongo2012-01-221-1/+1
* Add support for extended (29-bit) CAN IDspatacongo2012-01-202-24/+45
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-203-17/+48
* Fix offset to STM32 F1 AFIO EXTICR registerpatacongo2012-01-182-29/+29
* Fixe the STM32 repetition counter. Setting of the repitition count was out o...patacongo2012-01-161-24/+53
* Increase range of pulse count in PWM driverpatacongo2012-01-162-39/+95
* STM32 fixes for F4 32-bit timerspatacongo2012-01-132-408/+575
* Fix the STM32 PWM driver pulse count logicpatacongo2012-01-111-12/+56
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-111-0/+11
* Fix bug in STM32 CAN: It must be interrupt drivenpatacongo2012-01-111-37/+172
* CAN request order prioritypatacongo2012-01-111-1/+5
* Implement the new CAN txready method for STM32patacongo2012-01-111-2/+43
* Fix CAN callback argumentpatacongo2012-01-101-7/+20