Skip to content

Commit 25d672f

Browse files
authored
Document how to add the required link to ArduinoCore-API.
Related to arduino/ArduinoCore-API#96.
1 parent b52412e commit 25d672f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ to avoid duplicates.
3030
Contributions are always welcome. The preferred way to receive code contribution is by submitting a
3131
Pull Request on github.
3232

33+
## Developing
34+
35+
1. Create an `<SKETCHBOOK>/hardware/arduino` folder, where `<SKETCHBOOK>` is the location of your
36+
Arduino sketchbook.
37+
1. Change directories: `cd <SKETCHBOOK>/hardware/arduino`.
38+
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+
3343
## Hourly builds
3444

3545
This repository is under a Continuous Integration system that every hour checks if there are updates and

0 commit comments

Comments
 (0)