From b533d42010f54ab9c781bdc21c005cee15436e56 Mon Sep 17 00:00:00 2001 From: mmrein <55082189+mmrein@users.noreply.github.com> Date: Thu, 26 Sep 2019 16:16:29 +0200 Subject: [PATCH] Add STM32VL-Discovery to tested platforms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8689d233..5ac65bb0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github * __Arduino AVR boards__ - tested on Uno, Mega and Leonardo * __ESP8266 boards__ - NodeMCU, Wemos D1, etc. * __ESP32 boards__ - tested on ESP-WROOM-32 -* __STM32 boards__ - tested on BluePill F103C6 +* __STM32 boards__ - tested on BluePill F103C8, STM32VL-Discovery F100RB (with [custom definitions](https://github.com/stm32duino/wiki/wiki/Custom-definitions) in variant.h) * __SAMD boards__ - Arduino Zero ### In development: