Skip to content

Commit 9dc882e

Browse files
author
Tauno Magnusson
committed
Added entry for STM32 NUCLEO_G431KB Board
1 parent 00c45f2 commit 9dc882e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

targets/targets.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,6 +2652,28 @@
26522652
"STM32G431xx"
26532653
]
26542654
},
2655+
"NUCLEO_G431KB": {
2656+
"inherits": [
2657+
"MCU_STM32G431xB"
2658+
],
2659+
"overrides": {
2660+
"clock_source": "USE_PLL_HSI",
2661+
"lse_available": 0
2662+
},
2663+
"extra_labels_add": [
2664+
"STM32G431KB"
2665+
],
2666+
"macros_add": [
2667+
"STM32G431KB"
2668+
],
2669+
"device_has_add": [
2670+
"USBDEVICE"
2671+
],
2672+
"detect_code": [
2673+
"1234"
2674+
],
2675+
"device_name": "STM32G431KBTx"
2676+
},
26552677
"MCU_STM32G441xB": {
26562678
"inherits": [
26572679
"MCU_STM32G4"

0 commit comments

Comments
 (0)