Merge pull request #47 from mmrein/patch-1

Add STM32VL-Discovery to tested platforms
This commit is contained in:
Jan Gromeš 2019-09-26 16:59:15 +02:00 committed by GitHub
commit eb4fbe9a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ RadioLib was originally created as a driver for [__RadioShield__](https://github
* __Arduino AVR boards__ - tested on Uno, Mega and Leonardo * __Arduino AVR boards__ - tested on Uno, Mega and Leonardo
* __ESP8266 boards__ - NodeMCU, Wemos D1, etc. * __ESP8266 boards__ - NodeMCU, Wemos D1, etc.
* __ESP32 boards__ - tested on ESP-WROOM-32 * __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 * __SAMD boards__ - Arduino Zero
### In development: ### In development: