From 56fbb0b7f0a3da2820b4934b33df85c87669afb8 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 20 Sep 2023 12:53:16 +0200 Subject: [PATCH] List ArduinoCore-renesas as core using ArduinoCore-API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1a2d3f8..506569a8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ As of now, the following official cores are utilising ArduinoCore-API: * [megaavr](https://github.com/arduino/ArduinoCore-megaAVR) * [mbed](https://github.com/arduino/ArduinoCore-mbed) * [samd](https://github.com/arduino/ArduinoCore-samd) +* [renesas](https://github.com/arduino/ArduinoCore-renesas) There's an ongoing effort to port the others, while maintainers of third-party cores are strongly invited to follow the same route in order to stay up-to-date with the new language features. For backwards compatibility, every revision of this repo will increase the `ARDUINO_API_VERSION` define.