Skip to content

Commit 49d3423

Browse files
burrbullz-av
authored andcommitted
F446 UART4 support control flow
1 parent 7c0d066 commit 49d3423

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* H5, U5: Add cluster definitions for GPDMA channels (#1121)
7272
* F2, F4, F7: Add definitions for OPTCR, OPTCR1 and OPTCR2 registers of FLASH peripheral (#1157)
7373
* F2, F4, F7: Fix several fields of FLASH peripheral and reorganise 'patches', 'fields' and 'collect' according to impacted registers (#1161)
74-
* F1, F2, F4: Derive identical UART registers from USART1, add GPTR.PSC
74+
* F1, F2, F4: Derive identical UART registers from USART1, add GPTR.PSC (#1179)
7575
* Update README.md (#1152)
7676
* HRTIM:
7777
* H7 & G4 fixes and enums (#1021) (#1022)
@@ -1132,7 +1132,7 @@ work in this release!
11321132
[@TomDeRybel]: https://github.com/TomDeRybel
11331133
[@torkeldanielsson]: https://github.com/torkeldanielsson
11341134
[@TwoHandz]: https://github.com/TwoHandz
1135-
[@Urhengulas: https://github.com/Urhengulas
1135+
[@Urhengulas]: https://github.com/Urhengulas
11361136
[@usbalbin]: https://github.com/usbalbin
11371137
[@vinchatl]: https://github.com/vinchatl
11381138
[@wallacejohn]: https://github.com/wallacejohn

devices/stm32f446.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ UART4:
405405
- fields/usart/v2/uart.yaml
406406

407407
UART[4]:
408+
_derive:
409+
CR3: USART1.CR3
408410
_include: collect/usart/v1_v2_derive.yaml
409411

410412
USART1:

0 commit comments

Comments
 (0)