You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the default branch (located in local path because of the need to first install ArduinoCore-API)
116
120
- source-path: extras/ArduinoCore-mbed
117
121
name: arduino:mbed
122
+
sketch-paths: |
123
+
- examples/ConnectionHandlerDemo-Notecard
124
+
- board:
125
+
platform-name: arduino:mbed_portenta
126
+
sketch-paths: |
127
+
- examples/ConnectionHandlerDemo-Notecard
128
+
- board:
129
+
platform-name: arduino:mbed_nano
130
+
sketch-paths: |
131
+
- examples/ConnectionHandlerDemo-Notecard
132
+
- board:
133
+
platform-name: arduino:mbed_nicla
134
+
sketch-paths: |
135
+
- examples/ConnectionHandlerDemo-Notecard
136
+
- board:
137
+
platform-name: arduino:mbed_opta
138
+
sketch-paths: |
139
+
- examples/ConnectionHandlerDemo-Notecard
140
+
- board:
141
+
platform-name: arduino:mbed_giga
142
+
sketch-paths: |
143
+
- examples/ConnectionHandlerDemo-Notecard
144
+
- board:
145
+
platform-name: arduino:mbed_edge
146
+
sketch-paths: |
147
+
- examples/ConnectionHandlerDemo-Notecard
118
148
- board:
119
149
platform-name: arduino:renesas_portenta
120
150
platforms: |
121
151
# Install Arduino Renesas portenta Boards via Boards Manager
122
152
- name: arduino:renesas_portenta
153
+
sketch-paths: |
154
+
- examples/ConnectionHandlerDemo-Notecard
123
155
- board:
124
156
platform-name: arduino:renesas_uno
125
157
platforms: |
126
158
# Install Arduino Renesas uno Boards via Boards Manager
0 commit comments