From d8816f7bad90102511df6b7bb5d81dedbcf355a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Grome=C5=A1?= Date: Fri, 27 Mar 2020 14:39:45 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3980dee..dce4e29a 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,17 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github * __AX.25__ for modules: SX127x, RFM9x, SX126x, RF69, SX1231 and CC1101 ### Supported platforms: -* __AVR__ - tested with hardware on Uno, Mega and Leonardo +* __Arduino AVR__ - tested with hardware on Uno, Mega and Leonardo * __ESP8266__ - tested with hardware on NodeMCU and Wemos D1 * __ESP32__ - tested with hardware on ESP-WROOM-32 * __STM32__ - tested with hardware on Nucleo L452RE-P -* __SAMD__ - Arduino Zero, Arduino MKR boards, M0 Pro etc. -* __SAM__ - Arduino Due -* __nRF52__ - Adafruit Bluefruit Feather etc. +* __Arduino SAMD__ - Arduino Zero, Arduino MKR boards, M0 Pro etc. +* __Arduino SAM__ - Arduino Due +* __Adafruit nRF52__ - Adafruit Bluefruit Feather etc. * _Intel Curie_ - Arduino 101 -* _megaAVR_ - Arduino Uno WiFi Rev.2 etc. +* _Arduino megaAVR_ - Arduino Uno WiFi Rev.2 etc. * _Apollo3_ - SparkFun Artemis Redboard etc. +* _Arduino nRF52__ - Arduino Nano 33 BLE 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. Compilation of all examples is tested for all platoforms in __bold__ on each git push. Platforms in _italic_ are not tested on each push, but do compile and should be working.