We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c45f2 commit 9dc882eCopy full SHA for 9dc882e
targets/targets.json
@@ -2652,6 +2652,28 @@
2652
"STM32G431xx"
2653
]
2654
},
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
2668
2669
+ "device_has_add": [
2670
+ "USBDEVICE"
2671
2672
+ "detect_code": [
2673
+ "1234"
2674
2675
+ "device_name": "STM32G431KBTx"
2676
2677
"MCU_STM32G441xB": {
2678
"inherits": [
2679
"MCU_STM32G4"
0 commit comments