From cd93da0ff88849f154722e3f9547569f935aef74 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 7 Jul 2022 07:49:40 +0200 Subject: [PATCH] Fix: ArduinoCore-samd:master has already been ported to using ArduinoCore-API The link in the README was stil pointing to a development branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc97369..34cac95d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Some cores have been ported to the new structure, for example: * megaAVR (https://github.com/arduino/ArduinoCore-megaAVR) * nRF52-mbedos (https://github.com/arduino/ArduinoCore-nRF528x-mbedos) * classic AVR (https://github.com/arduino/ArduinoCore-avr/tree/api) -* SAMD (https://github.com/arduino/ArduinoCore-samd/tree/api) +* SAMD (https://github.com/arduino/ArduinoCore-samd) These repositories **don't** contain the needed `api` subfolder; to "complete" the core you need to copy or symlink the `api` folder from this repo to the target's `cores/arduino` folder.