Skip to content

Commit c5474de

Browse files
committed
Merge branch 'release/v15.6.0'
2 parents 2614cbd + d42238b commit c5474de

File tree

17 files changed

+200
-16
lines changed

17 files changed

+200
-16
lines changed

boards/nicla_vision.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "linker_script.ld",
5+
"flash_layout": "50_50"
6+
},
7+
"extra_flags": "-DARDUINO_NICLA_VISION",
8+
"core": "arduino",
9+
"cpu": "cortex-m7",
10+
"f_cpu": "480000000L",
11+
"mcu": "stm32h747xih6",
12+
"variant": "NICLA_VISION",
13+
"product_line": "STM32H747xx",
14+
"hwids": [
15+
[
16+
"0x2341",
17+
"0x035F"
18+
],
19+
[
20+
"0x2341",
21+
"0x025F"
22+
],
23+
[
24+
"0x2341",
25+
"0x045F"
26+
],
27+
[
28+
"0x2341",
29+
"0x055F"
30+
]
31+
]
32+
},
33+
"connectivity": [
34+
"bluetooth",
35+
"wifi"
36+
],
37+
"debug": {
38+
"jlink_device": "STM32H747XI_M7",
39+
"openocd_target": "stm32h7x_dual_bank"
40+
},
41+
"frameworks": [
42+
"arduino"
43+
],
44+
"name": "Arduino Opta",
45+
"upload": {
46+
"maximum_ram_size": 523624,
47+
"maximum_size": 786432,
48+
"protocol": "dfu",
49+
"protocols": [
50+
"cmsis-dap",
51+
"dfu",
52+
"jlink",
53+
"stlink",
54+
"mbed"
55+
],
56+
"require_upload_port": true,
57+
"use_1200bps_touch": true,
58+
"wait_for_upload_port": true,
59+
"offset_address": "0x08040000"
60+
},
61+
"url": "https://www.arduino.cc/pro/hardware-arduino-opta",
62+
"vendor": "Arduino"
63+
}

boards/nicla_vision_m4.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "linker_script.ld",
5+
"flash_layout": "50_50"
6+
},
7+
"extra_flags": "-DARDUINO_PORTENTA_H7_M4 -DNVISION_PINS",
8+
"core": "arduino",
9+
"cpu": "cortex-m4",
10+
"f_cpu": "480000000L",
11+
"mcu": "stm32h747xih6",
12+
"variant": "PORTENTA_H7_M4",
13+
"product_line": "STM32H747xx",
14+
"hwids": [
15+
[
16+
"0x2341",
17+
"0x035F"
18+
],
19+
[
20+
"0x2341",
21+
"0x025F"
22+
],
23+
[
24+
"0x2341",
25+
"0x045F"
26+
],
27+
[
28+
"0x2341",
29+
"0x055F"
30+
]
31+
]
32+
},
33+
"connectivity": [
34+
"bluetooth",
35+
"wifi"
36+
],
37+
"debug": {
38+
"jlink_device": "STM32H747XI_M4",
39+
"openocd_target": "stm32h7x_dual_bank"
40+
},
41+
"frameworks": [
42+
"arduino"
43+
],
44+
"name": "Arduino Nicla Vision (M4 core)",
45+
"upload": {
46+
"maximum_ram_size": 294248,
47+
"maximum_size": 1048576,
48+
"protocol": "dfu",
49+
"protocols": [
50+
"cmsis-dap",
51+
"dfu",
52+
"jlink",
53+
"stlink",
54+
"mbed"
55+
],
56+
"require_upload_port": true,
57+
"use_1200bps_touch": true,
58+
"wait_for_upload_port": true,
59+
"offset_address": "0x08100000"
60+
},
61+
"url": "https://store.arduino.cc/products/nicla-vision",
62+
"vendor": "Arduino"
63+
}

boards/opta_m4.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "linker_script.ld",
5+
"flash_layout": "50_50"
6+
},
7+
"extra_flags": "-DARDUINO_OPTA -DOPTA_PINS",
8+
"core": "arduino",
9+
"cpu": "cortex-m4",
10+
"f_cpu": "480000000L",
11+
"mcu": "stm32h747xih6",
12+
"variant": "PORTENTA_H7_M4",
13+
"product_line": "STM32H747xx",
14+
"hwids": [
15+
[
16+
"0x2341",
17+
"0x0364"
18+
]
19+
]
20+
},
21+
"connectivity": [
22+
"bluetooth",
23+
"wifi"
24+
],
25+
"debug": {
26+
"jlink_device": "STM32H747XI_M4",
27+
"openocd_target": "stm32h7x_dual_bank"
28+
},
29+
"frameworks": [
30+
"arduino"
31+
],
32+
"name": "Arduino Opta (M4 core)",
33+
"upload": {
34+
"maximum_ram_size": 294248,
35+
"maximum_size": 1048576,
36+
"protocol": "dfu",
37+
"protocols": [
38+
"cmsis-dap",
39+
"dfu",
40+
"jlink",
41+
"stlink",
42+
"mbed"
43+
],
44+
"require_upload_port": true,
45+
"use_1200bps_touch": true,
46+
"wait_for_upload_port": true,
47+
"offset_address": "0x08100000"
48+
},
49+
"url": "https://www.arduino.cc/pro/hardware-arduino-opta",
50+
"vendor": "Arduino"
51+
}

boards/portenta_h7_m4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ldscript": "linker_script.ld",
55
"flash_layout": "50_50"
66
},
7-
"extra_flags": "-DARDUINO_PORTENTA_H7_M4",
7+
"extra_flags": "-DARDUINO_PORTENTA_H7_M4 -DPORTENTA_H7_PINS",
88
"core": "arduino",
99
"cpu": "cortex-m4",
1010
"f_cpu": "480000000L",

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ upload_protocol = dfu
2222
[env:maple]
2323
board = maple
2424

25-
[env:generic STM32F103RB]
25+
[env:genericSTM32F103RB]
2626
board = genericSTM32F103RB
2727

2828
[env:bluepill_f103c8_stm32_core]

examples/arduino-mbed-doom/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ platform = ststm32
1212
framework = arduino
1313
board = portenta_h7_m7
1414
lib_deps =
15-
Portenta_Video
15+
Portenta_Video

examples/arduino-mbed-rpc/platformio.ini

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@
1111
platform = ststm32
1212
framework = arduino
1313
board = portenta_h7_m4
14-
lib_compat_mode = off
14+
lib_compat_mode = off
15+
16+
[env:nicla_vision_m4]
17+
platform = ststm32
18+
framework = arduino
19+
board = nicla_vision_m4
20+
lib_compat_mode = off
21+

examples/cmsis-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platform = ststm32
2222
framework = cmsis
2323
board = disco_f303vc
2424

25-
[env:bluepill f103c8]
25+
[env:bluepill_f103c8]
2626
platform = ststm32
2727
framework = cmsis
2828
board = bluepill_f103c8

examples/libopencm3-1bitsy/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; Please visit documentation for the other options and examples
99
; https://docs.platformio.org/page/projectconf.html
1010

11-
[env:1bitsy stm32f415rgt]
11+
[env:1bitsy_stm32f415rgt]
1212
platform = ststm32
1313
board = 1bitsy_stm32f415rgt
1414
framework = libopencm3

0 commit comments

Comments
 (0)