aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
Commit message (Expand)AuthorAgeFilesLines
* STM32F4Discovery configuration clean-uppatacongo2012-07-271-0/+2
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-2/+5
* Ooops.. c_speed is now read-onlypatacongo2012-07-241-2/+5
* Remove BOTHERpatacongo2012-07-241-21/+5
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-45/+130
* PM Update; add configs//ekk-lm3s9b96patacongo2012-06-301-8/+20
* STM32 power management updatepatacongo2012-06-181-10/+139
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-221-33/+467
* A couple of fixes to common and STM32 serial handling to fix some data overru...patacongo2012-04-021-19/+41
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* 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
* Completes coding of the PWM modulepatacongo2011-12-191-0/+1065