Skip to content

F0 patches that rename registers should modify the existing register #538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2021
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
9 changes: 4 additions & 5 deletions devices/common_patches/f0_adc_fixes.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Renames a few fields in the F0 ADC and adds the WAIT file which was missed
# Renames a few fields in the F0 ADC and replaces AUTDLY with WAIT

ADC:
ISR:
Expand All @@ -10,10 +10,9 @@ ADC:
EOSIE:
name: "EOSEQIE"
CFGR1:
_add:
WAIT:
bitOffset: 14
bitWidth: 1
_modify:
AUTDLY:
name: "WAIT"
description: "Wait conversion mode"
SMPR:
_modify:
Expand Down
7 changes: 3 additions & 4 deletions devices/common_patches/f0_dmaen.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
RCC:
AHBENR:
_add:
DMAEN:
_modify:
DMA1EN:
name: DMAEN
description: DMA clock enable
bitOffset: 0
bitWidth: 1