Ban STM32GBK1CB.

It's a ghost stm32g4 chip that completely breaks the naming convention
and is apparently full-unobtainium (doesn't exist on mouser, digikey, etc.)
This commit is contained in:
Dario Nieuwenhuis 2021-11-28 23:34:12 +01:00
parent df6b1a13b0
commit a447451969

View File

@ -445,6 +445,8 @@ def parse_chips():
for f in sorted(glob('sources/cubedb/mcu/STM32*.xml')): for f in sorted(glob('sources/cubedb/mcu/STM32*.xml')):
if 'STM32MP' in f: if 'STM32MP' in f:
continue continue
if 'STM32GBK' in f:
continue
print(f) print(f)