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
118
124
- board:
119
125
platform-name: arduino:renesas_portenta
120
126
platforms: |
121
127
# Install Arduino Renesas portenta Boards via Boards Manager
122
128
- name: arduino:renesas_portenta
129
+
sketch-paths: |
130
+
- examples/ConnectionHandlerDemo-Notecard
123
131
- board:
124
132
platform-name: arduino:renesas_uno
125
133
platforms: |
126
134
# Install Arduino Renesas uno Boards via Boards Manager
0 commit comments