Skip to content

Commit

Permalink
Merge branch 'release/v17.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 29, 2024
2 parents 0513b15 + eedc343 commit d70430f
Show file tree
Hide file tree
Showing 204 changed files with 209 additions and 206 deletions.
2 changes: 1 addition & 1 deletion boards/acsip_s76s.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32L073xx",
"extra_flags": "-DSTM32L0 -DSTM32L073xx",
"f_cpu": "32000000L",
"framework_extra_flags": {
"arduino": "-D__CORTEX_SC=0 -DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit_feather_f405.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F405xx",
"extra_flags": "-DSTM32F4 -DSTM32F405xx",
"f_cpu": "168000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/afroflight_f103cb.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F1xx -DSTM32F103xB",
"extra_flags": "-DSTM32F1 -DSTM32F1xx -DSTM32F103xB",
"f_cpu": "72000000L",
"mcu": "stm32f103cbt6",
"product_line": "STM32F103xB",
Expand Down
2 changes: 1 addition & 1 deletion boards/agafia_sg0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32G0xx -DSTM32G071xx",
"extra_flags": "-DSTM32G0 -DSTM32G0xx -DSTM32G071xx",
"f_cpu": "64000000L",
"framework_extra_flags": {
"arduino": "-D__CORTEX_SC=0"
Expand Down
2 changes: 1 addition & 1 deletion boards/armstrap_eagle1024.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F40_41xxx -DSTM32F417xx",
"extra_flags": "-DSTM32F4 -DSTM32F40_41xxx -DSTM32F417xx",
"f_cpu": "168000000L",
"mcu": "stm32f417vgt6",
"product_line": "STM32F417xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/armstrap_eagle2048.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F427_437xx -DSTM32F427xx",
"extra_flags": "-DSTM32F4 -DSTM32F427_437xx -DSTM32F427xx",
"f_cpu": "168000000L",
"mcu": "stm32f427vit6",
"product_line": "STM32F427xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/armstrap_eagle512.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F40_41xxx -DSTM32F407xx",
"extra_flags": "-DSTM32F4 -DSTM32F40_41xxx -DSTM32F407xx",
"f_cpu": "168000000L",
"mcu": "stm32f407vet6",
"product_line": "STM32F407xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/b96b_aerocore2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F427_437xx -DSTM32F427xx",
"extra_flags": "-DSTM32F4 -DSTM32F427_437xx -DSTM32F427xx",
"f_cpu": "168000000L",
"mcu": "stm32f427vit6",
"product_line": "STM32F427xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/b96b_argonkey.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F412Cx",
"extra_flags": "-DSTM32F4 -DSTM32F412Cx",
"f_cpu": "100000000L",
"mcu": "stm32f412cg",
"product_line": "STM32F412Cx",
Expand Down
2 changes: 1 addition & 1 deletion boards/b96b_f446ve.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F446xx",
"extra_flags": "-DSTM32F4 -DSTM32F446xx",
"f_cpu": "168000000L",
"mcu": "stm32f446vet6",
"product_line": "STM32F446xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/b96b_neonkey.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F411xE",
"extra_flags": "-DSTM32F4 -DSTM32F411xE",
"f_cpu": "100000000L",
"mcu": "stm32f411ce",
"product_line": "STM32F411xE",
Expand Down
2 changes: 1 addition & 1 deletion boards/blackpill_f401cc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xC",
"extra_flags": "-DSTM32F4 -DSTM32F4xx -DSTM32F401xC",
"f_cpu": "84000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/blackpill_f401ce.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xE",
"extra_flags": "-DSTM32F4 -DSTM32F4xx -DSTM32F401xE",
"f_cpu": "84000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/blackpill_f411ce.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F411xE",
"extra_flags": "-DSTM32F4 -DSTM32F4xx -DSTM32F411xE",
"f_cpu": "100000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/btt_ebb42_v1_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32G0xx -DSTM32G0B1xx",
"extra_flags": "-DSTM32G0 -DSTM32G0xx -DSTM32G0B1xx",
"f_cpu": "64000000L",
"framework_extra_flags": {
"arduino": "-D__CORTEX_SC=0 -DARDUINO_EBB42_V1_1"
Expand Down
2 changes: 1 addition & 1 deletion boards/bw_swan_r5.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L4xx -DSTM32L4R5xx",
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
"f_cpu": "120000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/cicada_l082cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"cpu": "cortex-m0plus",
"core": "stm32l0",
"extra_flags": "-DARDUINO_STM32L0_CICADA",
"extra_flags": "-DSTM32L0 -DARDUINO_STM32L0_CICADA",
"f_cpu": "32000000L",
"hwids": [
[
Expand Down
2 changes: 1 addition & 1 deletion boards/cloud_jam_l4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L476xx",
"extra_flags": "-DSTM32L4 -DSTM32L476xx",
"f_cpu": "80000000L",
"mcu": "stm32l476rgt6",
"product_line": "STM32L476xx"
Expand Down
2 changes: 1 addition & 1 deletion boards/coreboard_f401rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xC",
"extra_flags": "-DSTM32F4 -DSTM32F4xx -DSTM32F401xC",
"f_cpu": "84000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/cricket_l082cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"cpu": "cortex-m0plus",
"core": "stm32l0",
"extra_flags": "-DARDUINO_STM32L0_CRICKET",
"extra_flags": "-DSTM32L0 -DARDUINO_STM32L0_CRICKET",
"f_cpu": "32000000L",
"hwids": [
[
Expand Down
2 changes: 1 addition & 1 deletion boards/demo_f030f4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m0",
"extra_flags": "-DSTM32F030x6",
"extra_flags": "-DSTM32F0 -DSTM32F030x6",
"f_cpu": "48000000L",
"mcu": "stm32f030f4p6",
"product_line": "STM32F030x6",
Expand Down
2 changes: 1 addition & 1 deletion boards/devebox_h743vitx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7xx -DSTM32H743xx",
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H743xx",
"f_cpu": "480000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_DevEBoxH743VITX -DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/devebox_h750vbtx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"core": "stm32",
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7xx -DSTM32H750xx",
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H750xx",
"f_cpu": "480000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_DevEBoxH750VBTX -DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_b_g431b_esc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
"extra_flags": "-DSTM32G4 -DSTM32G4xx -DSTM32G431xx",
"f_cpu": "170000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_b_u585i_iot02a.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m33",
"extra_flags": "-DSTM32U5xx -DSTM32U585xx",
"extra_flags": "-DSTM32U5 -DSTM32U5xx -DSTM32U585xx",
"f_cpu": "160000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f030r8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m0",
"extra_flags": "-DSTM32F030x8",
"extra_flags": "-DSTM32F0 -DSTM32F030x8",
"f_cpu": "48000000L",
"mcu": "stm32f030r8t6",
"product_line": "STM32F030x8",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f051r8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m0",
"extra_flags": "-DSTM32F051x8",
"extra_flags": "-DSTM32F0 -DSTM32F051x8",
"f_cpu": "48000000L",
"mcu": "stm32f051r8t6",
"product_line": "STM32F051x8",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f072rb.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m0",
"extra_flags": "-DSTM32F072xB",
"extra_flags": "-DSTM32F0 -DSTM32F072xB",
"f_cpu": "48000000L",
"mcu": "stm32f072rbt6",
"product_line": "STM32F072xB",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f100rb.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m3",
"extra_flags": "-DSTM32F100xB",
"extra_flags": "-DSTM32F1 -DSTM32F100xB",
"f_cpu": "24000000L",
"mcu": "stm32f100rbt6",
"product_line": "STM32F100xB",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f334c8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F334x8",
"extra_flags": "-DSTM32F3 -DSTM32F334x8",
"f_cpu": "72000000L",
"mcu": "stm32f334c8t6",
"product_line": "STM32F334x8"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f401vc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F401xC",
"extra_flags": "-DSTM32F4 -DSTM32F401xC",
"f_cpu": "84000000L",
"mcu": "stm32f401vct6",
"product_line": "STM32F401xC"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f412zg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F412Zx",
"extra_flags": "-DSTM32F4 -DSTM32F412Zx",
"f_cpu": "100000000L",
"mcu": "stm32f412zgt6",
"product_line": "STM32F412Zx",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f413zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F413xx",
"extra_flags": "-DSTM32F4 -DSTM32F413xx",
"f_cpu": "100000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f723ie.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m7",
"extra_flags": "-DSTM32F723xx",
"extra_flags": "-DSTM32F7 -DSTM32F723xx",
"f_cpu": "216000000L",
"mcu": "stm32f723iek6",
"product_line": "STM32F723xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f746ng.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m7",
"extra_flags": "-DSTM32F746xx",
"extra_flags": "-DSTM32F7 -DSTM32F746xx",
"f_cpu": "216000000L",
"mcu": "stm32f746ngh6",
"product_line": "STM32F746xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f750n8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m7",
"extra_flags": "-DSTM32F750xx",
"extra_flags": "-DSTM32F7 -DSTM32F750xx",
"f_cpu": "216000000L",
"mcu": "stm32f750n8h6",
"product_line": "STM32F750xx"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_f769ni.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m7",
"extra_flags": "-DSTM32F769xx",
"extra_flags": "-DSTM32F7 -DSTM32F769xx",
"f_cpu": "216000000L",
"mcu": "stm32f769nih6",
"product_line": "STM32F769xx",
Expand Down
4 changes: 2 additions & 2 deletions boards/disco_g031j6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32G0xx -DSTM32G031xx",
"extra_flags": "-DSTM32G0 -DSTM32G0xx -DSTM32G031xx",
"f_cpu": "64000000L",
"framework_extra_flags": {
"arduino": "-D__CORTEX_SC=0"
Expand All @@ -25,7 +25,7 @@
"name": "ST STM32G0316-DISCO",
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 131072,
"maximum_size": 32768,
"protocol": "mbed",
"protocols": [
"blackmagic",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_g071rb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"core": "stm32",
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32G0xx -DSTM32G071xx",
"extra_flags": "-DSTM32G0 -DSTM32G0xx -DSTM32G071xx",
"f_cpu": "64000000L",
"mcu": "stm32g071rbt6",
"product_line": "STM32G071xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_h735ig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7xx -DSTM32H735xx",
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H735xx",
"f_cpu": "550000000L",
"mcu": "stm32h735igk6",
"product_line": "STM32H735xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_h747xi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7xx -DSTM32H747xx",
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H747xx",
"f_cpu": "400000000L",
"mcu": "stm32h747xih6",
"product_line": "STM32H747xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_l053c8.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32L053xx",
"extra_flags": "-DSTM32L0 -DSTM32L053xx",
"f_cpu": "32000000L",
"mcu": "stm32l053c8t6",
"product_line": "STM32L053xx"
Expand Down
2 changes: 1 addition & 1 deletion boards/disco_l072cz_lrwan1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32L072xx",
"extra_flags": "-DSTM32L0 -DSTM32L072xx",
"f_cpu": "32000000L",
"framework_extra_flags": {
"arduino": "-D__CORTEX_SC=0 -DCUSTOM_PERIPHERAL_PINS"
Expand Down
Loading

0 comments on commit d70430f

Please sign in to comment.