From 15303ddcbf95df5f90116ec567da2c5a3725b393 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 23 Nov 2019 10:24:50 +0100 Subject: [PATCH] Listed all supported platforms --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d7fee0a..5740393a 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,16 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github ### Supported platforms: * __AVR__ - tested on Uno, Mega and Leonardo -* __ESP8266__ - NodeMCU, Wemos D1, etc. +* __ESP8266__ - tested NodeMCU and Wemos D1 * __ESP32__ - tested on ESP-WROOM-32 * __STM32__ - tested on Nucleo L452RE-P -* __SAMD__ - Arduino Zero, Arduino MKR boards +* __SAMD__ - Arduino Zero, Arduino MKR boards, M0 Pro etc. * __SAM__ - Arduino Due -* __nRF52__ - Adafruit Bluefruit Feather +* __nRF52__ - Adafruit Bluefruit Feather etc. +* __Intel Curie__ - Arduino 101 +* __megaAVR__ - Arduino Uno WiFi Rev.2 etc. + +The list above is by no means exhaustive. Most of RadioLib code is independent of the used platform, so as long as your board is running some Arduino-compatible core, RadioLib should work. ### In development: * __SIM800C__ GSM module