summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
Commit message (Expand)AuthorAgeFilesLines
* STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOSGregory Nutt2013-05-201-0/+1
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-191-3/+6
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-0/+2
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless CO...Gregory Nutt2013-04-251-0/+2
* Cosmetic updatesGregory Nutt2013-04-181-1/+0
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-3/+190
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-101-3/+3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-091-41/+50
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-7/+71
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-5/+7
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-231-1/+26
* Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-111-40/+81
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-231-5/+5
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-201-9/+123
* If serial DMA enabled, re-initialize serial consolepatacongo2012-09-071-1/+8
* Changes to Kconfig and matching defconfig filespatacongo2012-09-041-31/+31
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-101-0/+25
* 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
* 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