Skip to content

Commit d70430f

Browse files
committed
Merge branch 'release/v17.4.0'
2 parents 0513b15 + eedc343 commit d70430f

File tree

204 files changed

+209
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+209
-206
lines changed

boards/acsip_s76s.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"cpu": "cortex-m0plus",
4-
"extra_flags": "-DSTM32L073xx",
4+
"extra_flags": "-DSTM32L0 -DSTM32L073xx",
55
"f_cpu": "32000000L",
66
"framework_extra_flags": {
77
"arduino": "-D__CORTEX_SC=0 -DCUSTOM_PERIPHERAL_PINS"

boards/adafruit_feather_f405.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "stm32",
44
"cpu": "cortex-m4",
5-
"extra_flags": "-DSTM32F405xx",
5+
"extra_flags": "-DSTM32F4 -DSTM32F405xx",
66
"f_cpu": "168000000L",
77
"framework_extra_flags": {
88
"arduino": "-DCUSTOM_PERIPHERAL_PINS"

boards/afroflight_f103cb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"core": "stm32",
77
"cpu": "cortex-m3",
8-
"extra_flags": "-DSTM32F1xx -DSTM32F103xB",
8+
"extra_flags": "-DSTM32F1 -DSTM32F1xx -DSTM32F103xB",
99
"f_cpu": "72000000L",
1010
"mcu": "stm32f103cbt6",
1111
"product_line": "STM32F103xB",

boards/agafia_sg0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"core": "stm32",
77
"cpu": "cortex-m0plus",
8-
"extra_flags": "-DSTM32G0xx -DSTM32G071xx",
8+
"extra_flags": "-DSTM32G0 -DSTM32G0xx -DSTM32G071xx",
99
"f_cpu": "64000000L",
1010
"framework_extra_flags": {
1111
"arduino": "-D__CORTEX_SC=0"

boards/armstrap_eagle1024.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "stm32",
44
"cpu": "cortex-m4",
5-
"extra_flags": "-DSTM32F40_41xxx -DSTM32F417xx",
5+
"extra_flags": "-DSTM32F4 -DSTM32F40_41xxx -DSTM32F417xx",
66
"f_cpu": "168000000L",
77
"mcu": "stm32f417vgt6",
88
"product_line": "STM32F417xx",

boards/armstrap_eagle2048.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "stm32",
44
"cpu": "cortex-m4",
5-
"extra_flags": "-DSTM32F427_437xx -DSTM32F427xx",
5+
"extra_flags": "-DSTM32F4 -DSTM32F427_437xx -DSTM32F427xx",
66
"f_cpu": "168000000L",
77
"mcu": "stm32f427vit6",
88
"product_line": "STM32F427xx",

boards/armstrap_eagle512.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "stm32",
44
"cpu": "cortex-m4",
5-
"extra_flags": "-DSTM32F40_41xxx -DSTM32F407xx",
5+
"extra_flags": "-DSTM32F4 -DSTM32F40_41xxx -DSTM32F407xx",
66
"f_cpu": "168000000L",
77
"mcu": "stm32f407vet6",
88
"product_line": "STM32F407xx",

boards/b96b_aerocore2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"core": "stm32",
44
"cpu": "cortex-m4",
5-
"extra_flags": "-DSTM32F427_437xx -DSTM32F427xx",
5+
"extra_flags": "-DSTM32F4 -DSTM32F427_437xx -DSTM32F427xx",
66
"f_cpu": "168000000L",
77
"mcu": "stm32f427vit6",
88
"product_line": "STM32F427xx",

boards/b96b_argonkey.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"cpu": "cortex-m4",
4-
"extra_flags": "-DSTM32F412Cx",
4+
"extra_flags": "-DSTM32F4 -DSTM32F412Cx",
55
"f_cpu": "100000000L",
66
"mcu": "stm32f412cg",
77
"product_line": "STM32F412Cx",

boards/b96b_f446ve.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"cpu": "cortex-m4",
4-
"extra_flags": "-DSTM32F446xx",
4+
"extra_flags": "-DSTM32F4 -DSTM32F446xx",
55
"f_cpu": "168000000L",
66
"mcu": "stm32f446vet6",
77
"product_line": "STM32F446xx",

0 commit comments

Comments
 (0)