Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions devices/common_patches/spi_f002b.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Rename DDF field in CR1 to DFF to match datasheet
CR1:
_modify:
DDF:
name: DFF
description: desc DFF
1 change: 1 addition & 0 deletions devices/py32f002b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ _svd: ../svd/py32f002b.svd
"SPI*":
_include:
- common_patches/spi_dr8.yaml
- common_patches/spi_f002b.yaml

"USART*":
_include:
Expand Down
Loading