From ae8ddd649944363557305c4a3dabd7d140f4eddc Mon Sep 17 00:00:00 2001 From: Polymetric Date: Thu, 24 May 2018 15:42:00 -0400 Subject: [PATCH] Create README in hardware folder The contents of the `hardware/` folder were moved, but it wasn't obvious straight away from looking at the repository. This makes it immediately obvious for anyone looking for something in this folder. --- hardware/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hardware/README.md diff --git a/hardware/README.md b/hardware/README.md new file mode 100644 index 000000000..3043da2f7 --- /dev/null +++ b/hardware/README.md @@ -0,0 +1,9 @@ +### Cores have been moved +Originally, the main Arduino repository contained Arduino +platforms/cores in this directory. Since then, these have been moved to +their own repositories instead (see commit 2e98854 and d6b40d0). + +The official Arduino cores can now be found here: + - https://github.com/arduino/ArduinoCore-avr + - https://github.com/arduino/ArduinoCore-sam + - https://github.com/arduino/ArduinoCore-samd