summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct GPIO dump outputpatacongo2012-01-102-44/+53
* Finish PWM pulse count configurationpatacongo2012-01-091-4/+4
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-105/+430
* Replace logic STM32 IDLE loop with standard power management interfacespatacongo2012-01-083-132/+65
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-081-0/+1
* Add support for STM32 UART4-5 and USART6patacongo2012-01-082-281/+461
* Apply STM32 timer patch from Mike Smithpatacongo2012-01-081-0/+54
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-061-48/+48
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-061-67/+67
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-36/+62
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP...patacongo2012-01-031-2/+3
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-022-7/+16
* The STM32 F4 CAN driver has been verified in loopback modepatacongo2012-01-022-52/+143
* STM32 GPIO fix; Fixes for PIC32 USB term examplepatacongo2011-12-302-13/+10
* Correct last set of changes to configuration logicpatacongo2011-12-291-1/+29
* A little STM32 logic in the PIC32 USB driverpatacongo2011-12-281-5/+5
* Changes to tools to support MAC OSpatacongo2011-12-271-2/+2
* Update to the STM32 ADC and CAN driverspatacongo2011-12-224-69/+247
* STM32 CAN debug fixespatacongo2011-12-221-84/+80
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-222-31/+71
* Disable interrupts while accessing the APB2RTSR registerpatacongo2011-12-221-0/+8
* STM32 ADC driver updatepatacongo2011-12-222-46/+64
* STM32 CAN driver now compilespatacongo2011-12-213-199/+627
* Add the beginning of an STM32 CAN driverpatacongo2011-12-213-2/+767
* STM32 ADC driver updatepatacongo2011-12-202-110/+263
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-1/+1
* Finishes the PWM driver for the STM32patacongo2011-12-201-12/+12
* PWM driver workspatacongo2011-12-202-23/+120