Skip to content

Commit 9044feb

Browse files
committed
Merge branch 'release/v15.2.0'
2 parents d89d729 + afad797 commit 9044feb

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

boards/vccgnd_f407zg_mini.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"build": {
33
"core": "stm32",
4-
"cpu": "cortex-m3",
4+
"cpu": "cortex-m4",
55
"extra_flags": "-DSTM32F407xx -DSTM32F4",
6-
"f_cpu": "72000000L",
6+
"f_cpu": "168000000L",
77
"framework_extra_flags": {
88
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
99
},
@@ -25,7 +25,7 @@
2525
"name": "VCCGND F407ZGT6 Mini",
2626
"upload": {
2727
"maximum_ram_size": 131072,
28-
"maximum_size": 524288,
28+
"maximum_size": 1048576,
2929
"protocol": "stlink",
3030
"protocols": [
3131
"blackmagic",

examples/mbed-legacy-examples/mbed-custom-target/platformio.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
platform = ststm32
1414
framework = mbed
1515
board = custom_nucleo_l452re_mbed
16-
board_build.mbed.ldscript = $PROJECTSRC_DIR/TARGET_STM32L452xE/device/TOOLCHAIN_GCC_ARM/STM32L452XX.ld
16+
board_build.mbed.ldscript = $PROJECT_SRC_DIR/TARGET_STM32L452xE/device/TOOLCHAIN_GCC_ARM/STM32L452XX.ld
1717
build_flags =
18-
-I$PROJECTSRC_DIR/TARGET_STM32L452xE
19-
-I$PROJECTSRC_DIR/TARGET_STM32L452xE/device
20-
-I$PROJECTSRC_DIR/TARGET_STM32L452xE/TARGET_NUCLEO_L452RE
18+
-I$PROJECT_SRC_DIR/TARGET_STM32L452xE
19+
-I$PROJECT_SRC_DIR/TARGET_STM32L452xE/device
20+
-I$PROJECT_SRC_DIR/TARGET_STM32L452xE/TARGET_NUCLEO_L452RE
2121
platform_packages =
2222
framework-mbed @ ~6.51506.0

examples/mbed-rtos-custom-target/platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
platform = ststm32
1414
framework = mbed
1515
board = custom_nucleo_l452re_mbed
16-
board_build.mbed.ldscript = $PROJECTSRC_DIR/TARGET_STM32L452xE/TOOLCHAIN_GCC_ARM/stm32l452xe.ld
17-
build_flags =
18-
-I$PROJECTSRC_DIR/TARGET_STM32L452xE
19-
-I$PROJECTSRC_DIR/TARGET_STM32L452xE/device
20-
-I$PROJECTSRC_DIR/TARGET_STM32L452xE/TARGET_NUCLEO_L452RE_P
16+
board_build.mbed.ldscript = $PROJECT_SRC_DIR/TARGET_STM32L452xE/TOOLCHAIN_GCC_ARM/stm32l452xe.ld
17+
build_flags =
18+
-I$PROJECT_SRC_DIR/TARGET_STM32L452xE
19+
-I$PROJECT_SRC_DIR/TARGET_STM32L452xE/device
20+
-I$PROJECT_SRC_DIR/TARGET_STM32L452xE/TARGET_NUCLEO_L452RE_P

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-ststm32.git"
2020
},
21-
"version": "15.1.0",
21+
"version": "15.2.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -300,7 +300,7 @@
300300
"type": "framework",
301301
"optional": true,
302302
"owner": "platformio",
303-
"version": "~2.20700.0"
303+
"version": "~2.20701.0"
304304
},
305305
"tool-stm32duino": {
306306
"type": "uploader",

0 commit comments

Comments
 (0)