Skip to content

Commit 06aa57e

Browse files
committed
rename profiles
1 parent 83afc5b commit 06aa57e

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Diff for: examples/BackupInternalPartitions/sketch.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
profiles:
2-
arduino:mbed_portenta:envie_m7:
2+
envie_m7:
33
notes: Portenta H7 family & Portenta Machine Control
44
fqbn: arduino:mbed_portenta:envie_m7
55
platforms:
@@ -9,7 +9,7 @@ profiles:
99
- Arduino_POSIXStorage (1.2.0)
1010
- Arduino_UnifiedStorage (1.1.0)
1111
- ArduinoRS485 (1.0.5)
12-
arduino:renesas_portenta:portenta_c33:
12+
portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
1515
platforms:
@@ -19,7 +19,7 @@ profiles:
1919
- Arduino_POSIXStorage (1.2.0)
2020
- Arduino_UnifiedStorage (1.1.0)
2121
- ArduinoRS485 (1.0.5)
22-
arduino:mbed_opta:opta:
22+
opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
2525
platforms:

Diff for: examples/Callbacks/sketch.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
profiles:
2-
arduino:mbed_portenta:envie_m7:
2+
envie_m7:
33
notes: Portenta H7 family & Portenta Machine Control
44
fqbn: arduino:mbed_portenta:envie_m7
55
platforms:
@@ -9,7 +9,7 @@ profiles:
99
- Arduino_POSIXStorage (1.2.0)
1010
- Arduino_UnifiedStorage (1.1.0)
1111
- ArduinoRS485 (1.0.5)
12-
arduino:renesas_portenta:portenta_c33:
12+
portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
1515
platforms:
@@ -19,7 +19,7 @@ profiles:
1919
- Arduino_POSIXStorage (1.2.0)
2020
- Arduino_UnifiedStorage (1.1.0)
2121
- ArduinoRS485 (1.0.5)
22-
arduino:mbed_opta:opta:
22+
opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
2525
platforms:

Diff for: examples/InternalStoragePartitioning/sketch.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
profiles:
2-
arduino:mbed_portenta:envie_m7:
2+
envie_m7:
33
notes: Portenta H7 family & Portenta Machine Control
44
fqbn: arduino:mbed_portenta:envie_m7
55
platforms:
@@ -9,7 +9,7 @@ profiles:
99
- Arduino_POSIXStorage (1.2.0)
1010
- Arduino_UnifiedStorage (1.1.0)
1111
- ArduinoRS485 (1.0.5)
12-
arduino:renesas_portenta:portenta_c33:
12+
portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
1515
platforms:
@@ -19,7 +19,7 @@ profiles:
1919
- Arduino_POSIXStorage (1.2.0)
2020
- Arduino_UnifiedStorage (1.1.0)
2121
- ArduinoRS485 (1.0.5)
22-
arduino:mbed_opta:opta:
22+
opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
2525
platforms:

Diff for: examples/Logger/sketch.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
profiles:
2-
arduino:mbed_portenta:envie_m7:
2+
envie_m7:
33
notes: Portenta H7 family & Portenta Machine Control
44
fqbn: arduino:mbed_portenta:envie_m7
55
platforms:
@@ -9,7 +9,7 @@ profiles:
99
- Arduino_POSIXStorage (1.2.0)
1010
- Arduino_UnifiedStorage (1.1.0)
1111
- ArduinoRS485 (1.0.5)
12-
arduino:renesas_portenta:portenta_c33:
12+
portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
1515
platforms:
@@ -19,7 +19,7 @@ profiles:
1919
- Arduino_POSIXStorage (1.2.0)
2020
- Arduino_UnifiedStorage (1.1.0)
2121
- ArduinoRS485 (1.0.5)
22-
arduino:mbed_opta:opta:
22+
opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
2525
platforms:

Diff for: examples/SimpleStorageWriteRead/sketch.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
profiles:
2-
arduino:mbed_portenta:envie_m7:
2+
envie_m7:
33
notes: Portenta H7 family & Portenta Machine Control
44
fqbn: arduino:mbed_portenta:envie_m7
55
platforms:
@@ -9,7 +9,7 @@ profiles:
99
- Arduino_POSIXStorage (1.2.0)
1010
- Arduino_UnifiedStorage (1.1.0)
1111
- ArduinoRS485 (1.0.5)
12-
arduino:renesas_portenta:portenta_c33:
12+
portenta_c33:
1313
notes: Portenta C33
1414
fqbn: arduino:renesas_portenta:portenta_c33
1515
platforms:
@@ -19,7 +19,7 @@ profiles:
1919
- Arduino_POSIXStorage (1.2.0)
2020
- Arduino_UnifiedStorage (1.1.0)
2121
- ArduinoRS485 (1.0.5)
22-
arduino:mbed_opta:opta:
22+
opta:
2323
notes: Portenta Opta family
2424
fqbn: arduino:mbed_opta:opta
2525
platforms:

0 commit comments

Comments
 (0)