Skip to content

Commit d831a84

Browse files
committed
Merge branch 'release/v5.4.1'
2 parents 5d85869 + f5dde49 commit d831a84

File tree

3 files changed

+80
-2
lines changed

3 files changed

+80
-2
lines changed

boards/rhombio_l476dmw1k.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"build": {
3+
"cpu": "cortex-m4",
4+
"extra_flags": "-DSTM32L476xx",
5+
"f_cpu": "80000000L",
6+
"mcu": "stm32l476vgt6"
7+
},
8+
"connectivity": [
9+
"can"
10+
],
11+
"debug": {
12+
"default_tools": [
13+
"cmsis-dap"
14+
],
15+
"jlink_device": "STM32L476RG",
16+
"onboard_tools": [
17+
"cmsis-dap"
18+
],
19+
"openocd_target": "stm32l4x",
20+
"svd_path": "STM32L4x6.svd"
21+
},
22+
"frameworks": [
23+
"mbed",
24+
"stm32cube"
25+
],
26+
"name": "L476DMW1K",
27+
"upload": {
28+
"maximum_ram_size": 131072,
29+
"maximum_size": 1048576,
30+
"protocol": "cmsis-dap",
31+
"protocols": [
32+
"jlink",
33+
"stlink",
34+
"blackmagic",
35+
"cmsis-dap"
36+
]
37+
},
38+
"url": "https://os.mbed.com/platforms/RHOMBIO-L476DMW1K/",
39+
"vendor": "rhomb.io"
40+
}

boards/sakuraio_evb_01.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"cpu": "cortex-m4",
4+
"extra_flags": "-DSTM32F411xE",
5+
"f_cpu": "100000000L",
6+
"mcu": "stm32f411ret6"
7+
},
8+
"debug": {
9+
"default_tools": [
10+
"cmsis-dap"
11+
],
12+
"jlink_device": "STM32F411RE",
13+
"onboard_tools": [
14+
"cmsis-dap"
15+
],
16+
"openocd_target": "stm32f4x",
17+
"svd_path": "STM32F411xx.svd"
18+
},
19+
"frameworks": [
20+
"mbed",
21+
"stm32cube"
22+
],
23+
"name": "Evaluation Board",
24+
"upload": {
25+
"maximum_ram_size": 131072,
26+
"maximum_size": 1048576,
27+
"protocol": "mbed",
28+
"protocols": [
29+
"jlink",
30+
"stlink",
31+
"mbed",
32+
"blackmagic",
33+
"cmsis-dap"
34+
]
35+
},
36+
"url": "https://os.mbed.com/platforms/SAKURAIO_EVB_01/",
37+
"vendor": "sakura.io"
38+
}

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-ststm32.git"
1414
},
15-
"version": "5.4.0",
15+
"version": "5.4.1",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json"
@@ -76,7 +76,7 @@
7676
"framework-arduinoststm32-maple": {
7777
"type": "framework",
7878
"optional": true,
79-
"version": "~1.10000.190220"
79+
"version": "~1.10000.190516"
8080
},
8181
"framework-arduinostm32mxchip": {
8282
"type": "framework",

0 commit comments

Comments
 (0)