Add family, line, core
This commit is contained in:
parent
8cd5934bd9
commit
453e93115e
3
parse.py
3
parse.py
@ -269,6 +269,9 @@ def parse_chips():
|
|||||||
if chip_name not in chips:
|
if chip_name not in chips:
|
||||||
chips[chip_name] = OrderedDict({
|
chips[chip_name] = OrderedDict({
|
||||||
'name': chip_name,
|
'name': chip_name,
|
||||||
|
'family': r['@Family'],
|
||||||
|
'line': r['@Line'],
|
||||||
|
'core': r['Core'],
|
||||||
'flash': flash,
|
'flash': flash,
|
||||||
'ram': ram,
|
'ram': ram,
|
||||||
'gpio_af': gpio_af,
|
'gpio_af': gpio_af,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user