summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
Commit message (Expand)AuthorAgeFilesLines
* CosmeticGregory Nutt2015-04-091-1/+1
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* STM32 serial: Make input hardware flow-control work with RX DMA. From Jussi ...Gregory Nutt2015-03-131-24/+135
* STM32: Fix RX DMA setup for UART5. From Jussi Kivilinna.Gregory Nutt2015-03-131-2/+3
* Adds architecture support for the STM32F372 and F373 (no board support yet). ...Gregory Nutt2015-03-021-5/+5
* nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and definition of up...Gregory Nutt2015-01-191-4/+4
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-271-3/+36
* Remove STM32-specific RX flow control logic from the upper level serial drive...Gregory Nutt2014-12-271-15/+31
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-271-4/+8
* STM32: Fix some incorrectly placed conditional logicGregory Nutt2014-12-261-4/+3
* STM32 Serial: Don't compile up_earlyserialinit() if USE_EARLYSERIALINIT is n...Gregory Nutt2014-10-281-0/+2
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-201-5/+4
* Fix for UART7 and UART8 on STM32 clock enable from AtonGregory Nutt2014-09-111-3/+3
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-291-5/+4
* STM32 serial: MAke uart_devs[] const. From Freddie ChopinGregory Nutt2014-08-221-1/+1
* Recent STM32 UART change: Wasn't that logic backward? Shouldn't that have b...Gregory Nutt2014-08-221-5/+1
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Unconfigure GPIO pins when closing a serial port to prevent back effects fro...Gregory Nutt2014-06-301-0/+32
* STM32: Handle setting of USART CR1_M when 8 bits of data plus parityGregory Nutt2014-06-111-19/+27
* STM32: Expicitly include header file files. From Freddie ChopinGregory Nutt2014-06-101-0/+1
* Couple of fixes for the latest STM32 additions / modifications. These are si...Gregory Nutt2014-05-091-2/+0
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-26/+160
* Nucleo-F401RE: With these changes and the changes from previous commits, the...Gregory Nutt2014-05-061-20/+24
* STM32 serial: Fix clone typo.. FLOWCONROL vs FLOWCONTROLGregory Nutt2014-02-141-20/+20
* STM32: Single wire UART support from Thomas GrublerGregory Nutt2014-01-021-0/+13
* STM32: Fix STM32 serial init for non-reordered serial ports. From Lorenz MeierGregory Nutt2013-08-101-1/+8
* Added option to disable STM32 serial port re-orderingGregory Nutt2013-08-101-1/+10
* Add flow control support to the STM32 serial driver; Fix some issues with UAR...Gregory Nutt2013-06-061-57/+203
* 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