Skip to content

Commit b8a622d

Browse files
authored
Merge pull request #165 from arduino/aentinger-patch-2
Fix: Providing documentation for various cores how to manually integrate ArduinoCore-API.
2 parents 691d84d + e34474f commit b8a622d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ In order to compile a core which is implementing ArduinoCore-API you'll need to
7777
tar --exclude='*.git*' -cjhvf $yourcore-$version.tar.bz2 $yourcore/
7878
```
7979

80+
Documentation for how to integrate with a Arduino core (which is necessary if you do not download the Arduino core via the Boards Manager) can be found here:
81+
* [ArduinoCore-megaavr](https://github.com/arduino/ArduinoCore-megaavr#developing)
82+
* [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed#clone-the-repository-in-sketchbookhardwarearduino-git)
83+
* [ArduinoCore-samd](https://github.com/arduino/ArduinoCore-samd/#developing)
84+
8085
## Donations
8186

8287
This open source code is maintained by Arduino with the help of the community. We invest a considerable amount of time in testing code, optimizing it and introducing new features. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc) which is the best way to make sure our effort can continue in the long term.

0 commit comments

Comments
 (0)