Fix product_line and variant

This commit is contained in:
Gabor Leitner
2020-12-24 02:04:17 +01:00
parent bec50160f1
commit 916e40a575
2 changed files with 8 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
"f_cpu": "170000000L",
"mcu": "stm32g431kbt6",
"product_line": "STM32F407xx",
"variant": "STM32G431xx"
"product_line": "STM32G431xx",
"variant": "NUCLEO_G431KB"
},
"connectivity": [
"can"

View File

@@ -44,6 +44,12 @@ board = nucleo_h743zi
[env:nucleo_g071rb]
board = nucleo_g071rb
[env:nucleo_g431kb]
board = nucleo_g431kb
[env:nucleo_g431rb]
board = nucleo_g431rb
[env:robotdyn_blackpill_f303cc]
board = robotdyn_blackpill_f303cc