summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
Commit message (Collapse)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 ↵Gregory Nutt2013-04-251-0/+2
| | | | CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
* Cosmetic updatesGregory Nutt2013-04-181-1/+0
|
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-3/+190
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5807 42af7a65-404d-4744-a932-0658087f49c3
* Complete some missing logic for STM32 F3 DMApatacongo2013-02-101-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5634 42af7a65-404d-4744-a932-0658087f49c3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* For STM32 F3, need to use ICR register to clear some U[S]ART interruptspatacongo2013-02-091-41/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5632 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-091-7/+71
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-231-1/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5552 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-111-40/+81
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5509 42af7a65-404d-4744-a932-0658087f49c3
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-231-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5385 42af7a65-404d-4744-a932-0658087f49c3
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-201-9/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5371 42af7a65-404d-4744-a932-0658087f49c3
* If serial DMA enabled, re-initialize serial consolepatacongo2012-09-071-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5106 42af7a65-404d-4744-a932-0658087f49c3
* Changes to Kconfig and matching defconfig filespatacongo2012-09-041-31/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5085 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-101-0/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5019 42af7a65-404d-4744-a932-0658087f49c3
* STM32F4Discovery configuration clean-uppatacongo2012-07-271-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4985 42af7a65-404d-4744-a932-0658087f49c3
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
* Ooops.. c_speed is now read-onlypatacongo2012-07-241-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4974 42af7a65-404d-4744-a932-0658087f49c3
* Remove BOTHERpatacongo2012-07-241-21/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3
* Baud definitions (B9600 for example) are again encoded; Now supports the ↵patacongo2012-07-231-45/+130
| | | | | | BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4970 42af7a65-404d-4744-a932-0658087f49c3
* PM Update; add configs//ekk-lm3s9b96patacongo2012-06-301-8/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4888 42af7a65-404d-4744-a932-0658087f49c3
* STM32 power management updatepatacongo2012-06-181-10/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4848 42af7a65-404d-4744-a932-0658087f49c3
* Add circular DMA support to STM32 and STM32 serial driver; Add initial ↵patacongo2012-04-221-33/+467
| | | | | | configuration for the Mikroelektronika PIC32MX7 MMB board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4640 42af7a65-404d-4744-a932-0658087f49c3
* A couple of fixes to common and STM32 serial handling to fix some data ↵patacongo2012-04-021-19/+41
| | | | | | overrun conditions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4550 42af7a65-404d-4744-a932-0658087f49c3
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4523 42af7a65-404d-4744-a932-0658087f49c3
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile error introduced by recent check-inpatacongo2012-02-041-5/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4369 42af7a65-404d-4744-a932-0658087f49c3
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-021-8/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4363 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-081-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4282 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 UART4-5 and USART6patacongo2012-01-081-211/+430
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4281 42af7a65-404d-4744-a932-0658087f49c3
* Correct several errors in STM32 serial port configurationpatacongo2011-07-041-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3744 42af7a65-404d-4744-a932-0658087f49c3
* Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2011-07-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3743 42af7a65-404d-4744-a932-0658087f49c3
* Add skeleton of AVR32 initpatacongo2010-10-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2975 42af7a65-404d-4744-a932-0658087f49c3
* Add serial and LED driverpatacongo2010-01-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2519 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in conditional compilation logicpatacongo2010-01-211-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2516 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for recent header file reorganizationpatacongo2009-12-291-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2452 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-161-54/+56
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2359 42af7a65-404d-4744-a932-0658087f49c3
* Working on HCS12 buildpatacongo2009-12-121-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2323 42af7a65-404d-4744-a932-0658087f49c3
* Fix types in stm32 serial driverspatacongo2009-10-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2182 42af7a65-404d-4744-a932-0658087f49c3
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-171-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2149 42af7a65-404d-4744-a932-0658087f49c3
* Fix NSH-related compile errorspatacongo2009-10-141-31/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2133 42af7a65-404d-4744-a932-0658087f49c3
* Basic USART setup workspatacongo2009-10-111-24/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2126 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up redundant conditional compilationpatacongo2009-09-291-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2103 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for clean compile/linkpatacongo2009-09-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2102 42af7a65-404d-4744-a932-0658087f49c3
* USART driver implementationpatacongo2009-09-261-142/+349
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2095 42af7a65-404d-4744-a932-0658087f49c3
* Add framework (only) for STM32 USART supportpatacongo2009-09-261-0/+864
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2094 42af7a65-404d-4744-a932-0658087f49c3