Add family, line, core

This commit is contained in:
Dario Nieuwenhuis 2021-05-06 01:19:35 +02:00
parent 8cd5934bd9
commit 453e93115e

View File

@ -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,