We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f107eb commit 2506d49Copy full SHA for 2506d49
README.md
@@ -29,3 +29,8 @@ Example command:
29
```
30
tar --exclude='*.git*' -cjhvf $yourcore-$version.tar.bz2 $yourcore/
31
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