Yuan Cao
|
6ed21ee1c0
|
Fixed serial_device IRQ infinite loop bug due to uint8_t overflowing
|
2019-07-13 00:05:25 -04:00 |
Martin Kojtal
|
b0073bb70d
|
Merge pull request #10774 from fkjagodzinski/fix-uart_irq
Fix serial IRQ handling
|
2019-06-25 15:49:41 +01:00 |
jeromecoutant
|
a90e68e788
|
STM32H7 UART: enable LPUART
|
2019-06-07 18:05:06 +02:00 |
Filip Jagodzinski
|
fa0cc68657
|
STM32H7: Fix serial IRQ handling
Check that the RX or TX interrupt is enabled before calling
a registered handler with RxIrq or TxIrq arg.
|
2019-06-07 15:30:03 +02:00 |
jeromecoutant
|
eec7126d37
|
STM32 Serial Flow Control
Crash occured when RTS=CTS=NC
Now we chek if used pins are the same UART as TX and RX
|
2019-01-31 17:11:23 +01:00 |
jeromecoutant
|
b1a284a876
|
STM32: astyle check
|
2019-01-10 10:22:21 +01:00 |
jeromecoutant
|
4b67820f8a
|
NUCLEO_H743ZI: add initial SDK
|
2019-01-04 10:03:36 +01:00 |