Skip to content

Commit

Permalink
Merge branch 'release/v14.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 31, 2021
2 parents ebd5cec + 9592763 commit 3b7dfe1
Show file tree
Hide file tree
Showing 329 changed files with 4,885,312 additions and 657,695 deletions.
5 changes: 4 additions & 1 deletion boards/adafruit_feather_f405.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F405xx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f405rgt6",
"product_line": "STM32F405xx",
"variant": "FEATHER_F405",
"variant": "STM32F4xx/F405RGT_F415RGT",
"zephyr": {
"variant": "adafruit_feather_stm32f405"
}
Expand Down
5 changes: 4 additions & 1 deletion boards/afroflight_f103cb.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"build": {
"arduino": {
"variant_h": "variant_AFROFLIGHT_F103CB_XX.h"
},
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F1xx -DSTM32F103xB",
"f_cpu": "72000000L",
"mcu": "stm32f103cbt6",
"product_line": "STM32F103xB",
"variant": "AFROFLIGHT_F103CB"
"variant": "STM32F1xx/F103C8T_F103CB(T-U)"
},
"debug": {
"jlink_device": "STM32F103CB",
Expand Down
5 changes: 4 additions & 1 deletion boards/armed_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f407vet6",
"product_line": "STM32F407xx",
"variant": "ARMED_V1"
"variant": "STM32F4xx/F407V(E-G)T_F417V(E-G)T"
},
"connectivity": [
"can"
Expand Down
7 changes: 5 additions & 2 deletions boards/black_f407ve.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"build": {
"arduino": {
"variant_h": "variant_BLACK_F407VX.h"
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_BLACK_F407VE"
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f407vet6",
"product_line": "STM32F407xx",
"variant": "BLACK_F407XX"
"variant": "STM32F4xx/F407V(E-G)T_F417V(E-G)T"
},
"connectivity": [
"can"
Expand Down
7 changes: 5 additions & 2 deletions boards/black_f407vg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"build": {
"arduino": {
"variant_h": "variant_BLACK_F407VX.h"
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_BLACK_F407VG"
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f407vgt6",
"product_line": "STM32F407xx",
"variant": "BLACK_F407XX"
"variant": "STM32F4xx/F407V(E-G)T_F417V(E-G)T"
},
"connectivity": [
"can"
Expand Down
7 changes: 5 additions & 2 deletions boards/black_f407ze.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"build": {
"arduino": {
"variant_h": "variant_BLACK_F407ZX.h"
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_BLACK_F407ZE"
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f407zet6",
"product_line": "STM32F407xx",
"variant": "BLACK_F407XX"
"variant": "STM32F4xx/F407Z(E-G)T_F417Z(E-G)T"
},
"connectivity": [
"can"
Expand Down
7 changes: 5 additions & 2 deletions boards/black_f407zg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"build": {
"arduino": {
"variant_h": "variant_BLACK_F407ZX.h"
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_BLACK_F407ZG"
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f407zgt6",
"product_line": "STM32F407xx",
"variant": "BLACK_F407XX",
"variant": "STM32F4xx/F407Z(E-G)T_F417Z(E-G)T",
"zephyr": {
"variant": "black_f407zg_pro"
}
Expand Down
5 changes: 4 additions & 1 deletion boards/blackpill_f103c8.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"build": {
"arduino": {
"variant_h": "variant_PILL_F103Cx.h"
},
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F1 -DSTM32F103xB",
Expand All @@ -16,7 +19,7 @@
],
"mcu": "stm32f103c8t6",
"product_line": "STM32F103xB",
"variant": "PILL_F103XX",
"variant": "STM32F1xx/F103C8T_F103CB(T-U)",
"zephyr": {
"variant": "stm32_min_dev_black"
}
Expand Down
5 changes: 4 additions & 1 deletion boards/blackpill_f103c8_128.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"build": {
"arduino": {
"variant_h": "variant_PILL_F103Cx.h"
},
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F1 -DSTM32F103xB",
Expand All @@ -16,7 +19,7 @@
],
"mcu": "stm32f103c8t6",
"product_line": "STM32F103xB",
"variant": "PILL_F103XX",
"variant": "STM32F1xx/F103C8T_F103CB(T-U)",
"zephyr": {
"variant": "stm32_min_dev_black"
}
Expand Down
5 changes: 4 additions & 1 deletion boards/blackpill_f401cc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xC",
"f_cpu": "84000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f401ccu6",
"product_line": "STM32F401xC",
"variant": "Generic_F401Cx"
"variant": "STM32F4xx/F401CC(F-U-Y)_F401C(B-D-E)(U-Y)"
},
"debug": {
"jlink_device": "STM32F401CC",
Expand Down
5 changes: 4 additions & 1 deletion boards/blackpill_f401ce.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xE",
"f_cpu": "84000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f401ceu6",
"product_line": "STM32F401xE",
"variant": "Generic_F401Cx",
"variant": "STM32F4xx/F401CC(F-U-Y)_F401C(B-D-E)(U-Y)",
"zephyr": {
"variant": "blackpill_f401ce"
}
Expand Down
5 changes: 4 additions & 1 deletion boards/blackpill_f411ce.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F411xE",
"f_cpu": "100000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f411ceu6",
"product_line": "STM32F411xE",
"variant": "Generic_F411Cx",
"variant": "STM32F4xx/F411C(C-E)(U-Y)",
"zephyr": {
"variant": "blackpill_f411ce"
}
Expand Down
4 changes: 2 additions & 2 deletions boards/blue_f407ve_mini.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"extra_flags": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_BLUE_F407VE_Mini"
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f407vet6",
"product_line": "STM32F407xx",
"variant": "BLUE_F407VE_Mini"
"variant": "STM32F4xx/F407V(E-G)T_F417V(E-G)T"
},
"connectivity": [
"can"
Expand Down
2 changes: 1 addition & 1 deletion boards/bluepill_f103c6.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"mcu": "stm32f103c6t6",
"product_line": "STM32F103x6",
"variant": "PILL_F103XX"
"variant": "STM32F1xx/F103C4T_F103C6(T-U)"
},
"debug": {
"default_tools": [
Expand Down
7 changes: 5 additions & 2 deletions boards/bluepill_f103c8.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"build": {
"arduino": {
"variant_h": "variant_PILL_F103Cx.h"
},
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F1 -DSTM32F103xB -DARDUINO_BLUEPILL_F103C8",
"extra_flags": "-DSTM32F1 -DSTM32F103xB",
"f_cpu": "72000000L",
"hwids": [
[
Expand All @@ -16,7 +19,7 @@
],
"mcu": "stm32f103c8t6",
"product_line": "STM32F103xB",
"variant": "PILL_F103XX",
"variant": "STM32F1xx/F103C8T_F103CB(T-U)",
"zephyr": {
"variant": "stm32_min_dev_blue"
}
Expand Down
5 changes: 4 additions & 1 deletion boards/bluepill_f103c8_128k.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"build": {
"arduino": {
"variant_h": "variant_PILL_F103Cx.h"
},
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F1 -DSTM32F103xB -DARDUINO_BLUEPILL_F103C8",
Expand All @@ -16,7 +19,7 @@
],
"mcu": "stm32f103c8t6",
"product_line": "STM32F103xB",
"variant": "PILL_F103XX",
"variant": "STM32F1xx/F103C8T_F103CB(T-U)",
"zephyr": {
"variant": "stm32_min_dev_blue"
}
Expand Down
2 changes: 1 addition & 1 deletion boards/cloud_jam_l4.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"openocd_board": "st_nucleo_l4",
"openocd_target": "stm32l4x",
"svd_path": "STM32L4x6.svd"
"svd_path": "STM32L476.svd"
},
"frameworks": [
"cmsis",
Expand Down
5 changes: 4 additions & 1 deletion boards/coreboard_f401rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xC",
"f_cpu": "84000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32f401rct6",
"product_line": "STM32F401xC",
"variant": "Generic_F401Rx"
"variant": "STM32F4xx/F401R(B-C-D-E)T"
},
"connectivity": [
"can"
Expand Down
2 changes: 1 addition & 1 deletion boards/demo_f030f4.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "48000000L",
"mcu": "stm32f030f4p6",
"product_line": "STM32F030x6",
"variant": "DEMO_F030F4"
"variant": "STM32F0xx/F030F4P"
},
"debug": {
"jlink_device": "STM32F030F4",
Expand Down
48 changes: 48 additions & 0 deletions boards/disco_b_g431b_esc1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
"f_cpu": "170000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32g431cbu6",
"product_line": "STM32G431xx",
"variant": "STM32G4xx/G431C(6-8-B)U_G441CBU"
},
"connectivity": [
"can"
],
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32G431CB",
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32g4x",
"svd_path": "STM32G431xx.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube"
],
"name": "ST B-G431B-ESC1 Discovery",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"stlink",
"jlink",
"cmsis-dap",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/evaluation-tools/b-g431b-esc1.html",
"vendor": "ST"
}
2 changes: 1 addition & 1 deletion boards/disco_f030r8.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "48000000L",
"mcu": "stm32f030r8t6",
"product_line": "STM32F030x8",
"variant": "DISCO_F030R8"
"variant": "STM32F0xx/F030R8T"
},
"debug": {
"default_tools": [
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f051r8.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"openocd_board": "stm32f0discovery",
"openocd_target": "stm32f0x",
"svd_path": "STM32F0xx.svd"
"svd_path": "STM32F0x1.svd"
},
"frameworks": [
"cmsis",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f072rb.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "48000000L",
"mcu": "stm32f072rbt6",
"product_line": "STM32F072xB",
"variant": "DISCO_F072RB",
"variant": "STM32F0xx/F072R8T_F072RB(H-I-T)",
"zephyr": {
"variant": "stm32f072b_disco"
}
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f100rb.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "24000000L",
"mcu": "stm32f100rbt6",
"product_line": "STM32F100xB",
"variant": "DISCO_F100RB"
"variant": "STM32F1xx/F100R(8-B)T"
},
"debug": {
"default_tools": [
Expand Down
Loading

0 comments on commit 3b7dfe1

Please sign in to comment.