Skip to content

Commit b583836

Browse files
authored
Merge pull request #461 from sajtkukac/feature/fix_nucleo_g431kb_config
Fix product_line and variant for NUCLEO_G431RB
2 parents 5183d20 + 916e40a commit b583836

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

boards/nucleo_g431kb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
66
"f_cpu": "170000000L",
77
"mcu": "stm32g431kbt6",
8-
"product_line": "STM32F407xx",
9-
"variant": "STM32G431xx"
8+
"product_line": "STM32G431xx",
9+
"variant": "NUCLEO_G431KB"
1010
},
1111
"connectivity": [
1212
"can"

examples/arduino-blink/platformio.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ board = nucleo_h743zi
4444
[env:nucleo_g071rb]
4545
board = nucleo_g071rb
4646

47+
[env:nucleo_g431kb]
48+
board = nucleo_g431kb
49+
50+
[env:nucleo_g431rb]
51+
board = nucleo_g431rb
52+
4753
[env:robotdyn_blackpill_f303cc]
4854
board = robotdyn_blackpill_f303cc
4955

0 commit comments

Comments
 (0)