Clean up a bit.
This commit is contained in:
parent
fc64e88b92
commit
b7c071aa71
@ -5,6 +5,7 @@ block/VREFINTCAL:
|
|||||||
- name: DATA
|
- name: DATA
|
||||||
description: Factory calibration
|
description: Factory calibration
|
||||||
byte_offset: 0
|
byte_offset: 0
|
||||||
|
access: Read
|
||||||
fieldset: DATA
|
fieldset: DATA
|
||||||
fieldset/DATA:
|
fieldset/DATA:
|
||||||
description: Factory calibration data
|
description: Factory calibration data
|
||||||
|
1
parse.py
1
parse.py
@ -490,7 +490,6 @@ def parse_chips():
|
|||||||
with open(family_extra) as extra_f:
|
with open(family_extra) as extra_f:
|
||||||
extra = yaml.load(extra_f, Loader=yaml.SafeLoader)
|
extra = yaml.load(extra_f, Loader=yaml.SafeLoader)
|
||||||
for (extra_name, extra_p) in extra['peripherals'].items():
|
for (extra_name, extra_p) in extra['peripherals'].items():
|
||||||
print(f'adding {extra_name}')
|
|
||||||
peris[extra_name] = extra_p
|
peris[extra_name] = extra_p
|
||||||
|
|
||||||
# Handle GPIO specially.
|
# Handle GPIO specially.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user