1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f2/include
Hermann Lelong 182be862bb stm32f2: Improve UART driver
Add missing DMA interrupts for UART
Improve baudrate intialization:
 - Return error if baudrate is theorically unreachable
 - Implement oversampling by 8 method for high baudrates
Add UART hardware flow control support
Ensure uart tx thread safety with a mutex
Allow setting of pins mode per UART
2016-04-01 16:38:49 +02:00
..
cpu_conf.h stm32f2: Update with last api changes 2016-03-23 15:26:18 +01:00
periph_cpu.h stm32f2: Improve UART driver 2016-04-01 16:38:49 +02:00
stm32f205xx.h stm32f2: Update with last api changes 2016-03-23 15:26:18 +01:00
stm32f207xx.h stm32f2: Update with last api changes 2016-03-23 15:26:18 +01:00
stm32f215xx.h stm32f2: Update with last api changes 2016-03-23 15:26:18 +01:00
stm32f217xx.h stm32f2: Update with last api changes 2016-03-23 15:26:18 +01:00