Skip to content

Commit 7056d6b

Browse files
gpgreencreatoy
authored andcommitted
Fixed bitfield typo in SPI cr2 register for py32f002b
1 parent 781d666 commit 7056d6b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

devices/common_patches/spi_f002b.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Rename DDF field in CR1 to DFF to match datasheet
2+
CR1:
3+
_modify:
4+
DDF:
5+
name: DFF
6+
description: desc DFF

devices/py32f002b.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ _svd: ../svd/py32f002b.svd
33
"SPI*":
44
_include:
55
- common_patches/spi_dr8.yaml
6+
- common_patches/spi_f002b.yaml
67

78
"USART*":
89
_include:

0 commit comments

Comments
 (0)