Update features to include F0

This commit is contained in:
Thales Fragoso
2021-06-22 14:41:42 -03:00
parent 9e5406f761
commit 797534d1a6
2 changed files with 74 additions and 0 deletions

View File

@ -13,6 +13,7 @@ dname = os.path.dirname(abspath)
os.chdir(dname)
supported_families = [
"STM32F0",
'STM32F4',
'STM32L0',
'STM32L4',