From 0167abcfe049d1b5d28faeca3a1e393efc07a227 Mon Sep 17 00:00:00 2001 From: Emmanuel Baccelli <emmanuel.baccelli@inria.fr> Date: Wed, 5 Sep 2018 09:41:15 +0200 Subject: [PATCH] README: update listing support of ESP8266 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634eab7d99..4915e80bbc 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ but not limited to: * a preemptive, tickless scheduler with priorities * flexible memory management * high resolution, long-term timers -* support 100+ boards based on AVR, MSP430, MIPS, ARM7 and ARM Cortex-M +* support 100+ boards based on AVR, MSP430, ESP8266, MIPS, ARM7 and ARM Cortex-M * the native port allows to run RIOT as-is on Linux, BSD, and MacOS. Multiple instances of RIOT running on a single machine can also be interconnected via a simple virtual Ethernet bridge -- GitLab