File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
mbed-legacy-examples/mbed-custom-target Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
3
"core" : " stm32" ,
4
- "cpu" : " cortex-m3 " ,
4
+ "cpu" : " cortex-m4 " ,
5
5
"extra_flags" : " -DSTM32F407xx -DSTM32F4" ,
6
- "f_cpu" : " 72000000L " ,
6
+ "f_cpu" : " 168000000L " ,
7
7
"framework_extra_flags" : {
8
8
"arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
9
},
25
25
"name" : " VCCGND F407ZGT6 Mini" ,
26
26
"upload" : {
27
27
"maximum_ram_size" : 131072 ,
28
- "maximum_size" : 524288 ,
28
+ "maximum_size" : 1048576 ,
29
29
"protocol" : " stlink" ,
30
30
"protocols" : [
31
31
" blackmagic" ,
Original file line number Diff line number Diff line change 13
13
platform = ststm32
14
14
framework = mbed
15
15
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
17
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
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
21
21
platform_packages =
22
22
framework-mbed @ ~6.51506.0
Original file line number Diff line number Diff line change 13
13
platform = ststm32
14
14
framework = mbed
15
15
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
Original file line number Diff line number Diff line change 18
18
"type" : " git" ,
19
19
"url" : " https://github.com/platformio/platform-ststm32.git"
20
20
},
21
- "version" : " 15.1 .0" ,
21
+ "version" : " 15.2 .0" ,
22
22
"frameworks" : {
23
23
"mbed" : {
24
24
"package" : " framework-mbed" ,
300
300
"type" : " framework" ,
301
301
"optional" : true ,
302
302
"owner" : " platformio" ,
303
- "version" : " ~2.20700 .0"
303
+ "version" : " ~2.20701 .0"
304
304
},
305
305
"tool-stm32duino" : {
306
306
"type" : " uploader" ,
You can’t perform that action at this time.
0 commit comments