summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-3/+3
* Fix compile error introduced by recent check-inpatacongo2012-02-041-5/+3
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-021-8/+10
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-081-0/+1
* Add support for STM32 UART4-5 and USART6patacongo2012-01-081-211/+430
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-4/+4
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-041-2/+2
* Add skeleton of AVR32 initpatacongo2010-10-081-2/+2
* Add serial and LED driverpatacongo2010-01-221-1/+1
* Fix errors in conditional compilation logicpatacongo2010-01-211-3/+3
* Fixes for recent header file reorganizationpatacongo2009-12-291-0/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-54/+56
* Working on HCS12 buildpatacongo2009-12-121-4/+4
* Fix types in stm32 serial driverspatacongo2009-10-291-2/+2
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-171-7/+7
* Fix NSH-related compile errorspatacongo2009-10-141-31/+30
* Basic USART setup workspatacongo2009-10-111-24/+15
* Clean-up redundant conditional compilationpatacongo2009-09-291-22/+22
* Fixes for clean compile/linkpatacongo2009-09-281-2/+2
* USART driver implementationpatacongo2009-09-261-142/+349
* Add framework (only) for STM32 USART supportpatacongo2009-09-261-0/+864