Skip to content

Commit 6eca7e5

Browse files
committed
tests: update test configuration for stm32f072xx HICs
1 parent f343dd9 commit 6eca7e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ def VENDOR_TO_FAMILY(x, y) : return (VENDOR_ID[x] <<8) | y
266266
'max32625': 0x97969906,
267267
'nrf52820': 0x6E052820,
268268
'sam3u2c': 0x97969903,
269+
'stm32f072x8': 0x530F0728,
270+
'stm32f072xb': 0x530F072B,
269271
'stm32f103xb': 0x97969908,
270272
}
271273

0 commit comments

Comments
 (0)