From 2506d49bfd55a9c68469c75b0c6e74d36b78873c Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 7 Jul 2022 07:57:09 +0200 Subject: [PATCH 1/2] Fix: Providing documentation for various cores how to manually integrate ArduinoCore-API --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6dc97369..c366d5a2 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,8 @@ Example command: ``` tar --exclude='*.git*' -cjhvf $yourcore-$version.tar.bz2 $yourcore/ ``` + +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: +* [ArduinoCore-megaavr](https://github.com/arduino/ArduinoCore-megaavr#developing) +* [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed#clone-the-repository-in-sketchbookhardwarearduino-git) +* [ArduinoCore-samd](https://github.com/arduino/ArduinoCore-samd/#developing) From d44bc9c6c5891c93cb3ee9a475913364d4f41379 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 8 Aug 2022 09:46:03 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: per1234 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c366d5a2..b5e5c037 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Example command: tar --exclude='*.git*' -cjhvf $yourcore-$version.tar.bz2 $yourcore/ ``` -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: +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: * [ArduinoCore-megaavr](https://github.com/arduino/ArduinoCore-megaavr#developing) * [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed#clone-the-repository-in-sketchbookhardwarearduino-git) * [ArduinoCore-samd](https://github.com/arduino/ArduinoCore-samd/#developing)