Added entry for STM32 NUCLEO_G431KB Board

pull/13979/head
Tauno Magnusson 2020-11-27 23:16:55 +01:00
parent 00c45f259f
commit 9dc882e7d2
1 changed files with 22 additions and 0 deletions

View File

@ -2652,6 +2652,28 @@
"STM32G431xx"
]
},
"NUCLEO_G431KB": {
"inherits": [
"MCU_STM32G431xB"
],
"overrides": {
"clock_source": "USE_PLL_HSI",
"lse_available": 0
},
"extra_labels_add": [
"STM32G431KB"
],
"macros_add": [
"STM32G431KB"
],
"device_has_add": [
"USBDEVICE"
],
"detect_code": [
"1234"
],
"device_name": "STM32G431KBTx"
},
"MCU_STM32G441xB": {
"inherits": [
"MCU_STM32G4"