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
1. Clone this repo: `git clone https://github.com/arduino/ArduinoCore-samd.git samd`.
39
+
1. Change directories: `cd samd/cores/arduino`.
40
+
1. Copy or symlink the `api` folder from the [ArduinoCore-API](https://github.com/arduino/ArduinoCore-API) repo (i.e. `ln -s <ARDUINO_CORE_API>/api .`, where `<ARDUINO_CORE_API>` is the location where you've cloned the ArduinoCore-API repository too).
41
+
1. Restart the IDE.
42
+
33
43
## Hourly builds
34
44
35
45
This repository is under a Continuous Integration system that every hour checks if there are updates and
0 commit comments