Skip to content

Commit 2506d49

Browse files
authored
Fix: Providing documentation for various cores how to manually integrate ArduinoCore-API
1 parent 5f107eb commit 2506d49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ Example command:
2929
```
3030
tar --exclude='*.git*' -cjhvf $yourcore-$version.tar.bz2 $yourcore/
3131
```
32+
33+
Documentation how integrate with a Arduino core (which is necessary if you do not download the Arduino core via the board manager) can be found here:
34+
* [ArduinoCore-megaavr](https://github.com/arduino/ArduinoCore-megaavr#developing)
35+
* [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed#clone-the-repository-in-sketchbookhardwarearduino-git)
36+
* [ArduinoCore-samd](https://github.com/arduino/ArduinoCore-samd/#developing)

0 commit comments

Comments
 (0)