Checkpoint.

This commit is contained in:
Bob McWhirter
2021-05-10 15:21:57 -04:00
parent c4294d97ff
commit 0470abb353
84 changed files with 789 additions and 174 deletions

View File

@ -115,6 +115,9 @@ for chip in chips.values():
if block_mod == 'rng':
f.write(f'impl_rng!({name});')
if block_mod == 'spi':
f.write(f'impl_spi!({name});')
if block_mod == 'gpio':
custom_singletons = True
port = name[4:]