Skip to content

Commit cc66054

Browse files
committed
USART -> UART
1 parent 68704d6 commit cc66054

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

devices/stm32l4x1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _svd: ../svd/stm32l4x1.svd
55
# SVD incorrectly shifts CRCRST 11 bits instead of 12
66
# SVD incorrectly labels APB1SMENR1 bit 17 as USART1SMEN instead of USART2SMEN
77
# SVD incorrectly labels APB1SMENR1 bit 18 as USART2SMEN instead of USART3SMEN
8-
# SVD is missing label APB1SMENR1 bit 19 as USART4SMEN
8+
# SVD is missing label APB1SMENR1 bit 19 as UART4SMEN
99
RCC:
1010
APB1ENR1:
1111
_modify:
@@ -38,8 +38,8 @@ RCC:
3838
bitWidth: 1
3939
access: read-write
4040
_add:
41-
USART4SMEN:
42-
description: USART4 clocks enable during Sleep and Stop modes
41+
UART4SMEN:
42+
description: UART4 clocks enable during Sleep and Stop modes
4343
bitOffset: 19
4444
bitWidth: 1
4545
access: read-write

devices/stm32l4x2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _svd: ../svd/stm32l4x2.svd
88
# SVD incorrectly shifts CRCRST 11 bits instead of 12
99
# SVD incorrectly labels APB1SMENR1 bit 17 as USART1SMEN instead of USART2SMEN
1010
# SVD incorrectly labels APB1SMENR1 bit 18 as USART2SMEN instead of USART3SMEN
11-
# SVD is missing label APB1SMENR1 bit 19 as USART4SMEN
11+
# SVD is missing label APB1SMENR1 bit 19 as UART4SMEN
1212
RCC:
1313
APB1ENR1:
1414
_modify:
@@ -49,8 +49,8 @@ RCC:
4949
bitWidth: 1
5050
access: read-write
5151
_add:
52-
USART4SMEN:
53-
description: USART4 clocks enable during Sleep and Stop modes
52+
UART4SMEN:
53+
description: UART4 clocks enable during Sleep and Stop modes
5454
bitOffset: 19
5555
bitWidth: 1
5656
access: read-write

0 commit comments

Comments
 (0)