summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_lowputc.c
Commit message (Expand)AuthorAgeFilesLines
* 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