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:
parent
df6b1a13b0
commit
a447451969
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user