summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_lowputc.c
Commit message (Expand)AuthorAgeFilesLines
* STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOSGregory Nutt2013-05-201-2/+0
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-191-1/+2
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-1/+34
* Fixes to get USB working on STM32 F3patacongo2013-02-101-229/+236
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-3/+3
* Fixes to get STM32F3Discovery runningpatacongo2013-02-081-12/+44
* Add STM32 F3 USART definitionspatacongo2013-02-081-35/+88
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-1/+1
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-201-2/+73
* Changes to Kconfig and matching defconfig filespatacongo2012-09-041-10/+10
* Fix STM32 USART4/5 vs UART4/5 confusionpatacongo2012-04-291-4/+4
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-221-83/+0
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-3/+3
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-021-2/+0
* Add support for STM32 UART4-5 and USART6patacongo2012-01-081-70/+31
* More changes for STM3240 buildpatacongo2011-11-221-3/+185
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-3/+3
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-041-1/+1
* Add serial and LED driverpatacongo2010-01-221-2/+2
* Fixes for recent header file reorganizationpatacongo2009-12-291-0/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-4/+4
* Need to config CTS/RTS pins for USART2/3 even if not using flow controlpatacongo2009-10-291-0/+4
* Fix types in stm32 serial driverspatacongo2009-10-291-9/+9
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-171-1/+1
* Basic USART setup workspatacongo2009-10-111-10/+10
* Misc clocking fixespatacongo2009-10-041-3/+24
* Fix GPIO alternate pin name space issuepatacongo2009-10-031-22/+5
* Add SPI2 setuppatacongo2009-10-021-24/+2
* Support part/full remap; Fix register addressingpatacongo2009-10-011-24/+56
* Configure USART GPIO Rx/Txpatacongo2009-10-011-6/+17
* Clean-up redundant conditional compilationpatacongo2009-09-291-13/+13
* Fixes for clean compile/linkpatacongo2009-09-281-2/+4
* USART driver implementationpatacongo2009-09-261-5/+167
* Add framework (only) for STM32 USART supportpatacongo2009-09-261-0/+176