summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_uart.h
Commit message (Expand)AuthorAgeFilesLines
* Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-111-5/+2
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-201-0/+14
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-2/+2
* If serial DMA enabled, re-initialize serial consolepatacongo2012-09-071-0/+17
* Changes to Kconfig and matching defconfig filespatacongo2012-09-041-22/+22
* Fix STM32 USART4/5 vs UART4/5 confusionpatacongo2012-04-291-10/+10
* Fix a UART4/5 naming problem introduced in the last check-inpatacongo2012-04-221-2/+2
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-221-1/+191
* Finishes basic header file updates for STM3230patacongo2011-11-211-149/+2
* Add Uros' RCC actitivity counter to STM32 idle looppatacongo2011-08-201-0/+0
* More changes from Urospatacongo2011-03-271-211/+211
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-209/+209
* Add UART4/5 register definitionspatacongo2009-09-261-2/+12
* USART driver implementationpatacongo2009-09-261-0/+5
* Add SPI and UART header filespatacongo2009-09-221-0/+196