diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-02-06 13:39:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-06 13:39:37 +0000 |
| commit | c8a7b74bc2c10d7c4da18b4cfdb08f5e28abf71e (patch) | |
| tree | e8095aa2c5c1e52efec57a56f36c598c889910b5 /examples/boot/application | |
| parent | 7d8e6649b7d3364d363cacf9696bd9f40f6881a8 (diff) | |
| parent | 64ebb9b7fee1fec62eacc1064a7458a6e6b07048 (diff) | |
| parent | fda36fd81b25bac914e977654beecdb41aaabbb3 (diff) | |
Merge #1192 #1193
1192: stm32/usart: implement stop_bits configuration r=Dirbaio a=pattop
1193: stm32/usart: fix LPUART clock multiplier r=Dirbaio a=pattop
According to RM0351 Rev 9 (L4) and RM0399 Rev 3 (H7):
baud = (256 * clock) / LPUARTDIV
Co-authored-by: Patrick Oppenlander <[email protected]>
