From f564d5c7e1cfac867f1f23ee74739736cd40d722 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 11 Dec 2017 09:30:38 +0200 Subject: [PATCH] Update "How many platforms are supported by MicroPython?" --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4993376..62a2aef 100644 --- a/FAQ.md +++ b/FAQ.md @@ -24,4 +24,4 @@ **How many platforms are supported by MicroPython?** -> All standard OS's are supported (Mac, Windows, Linux), as well as [[these embedded platforms|Boards Summary]]. MicroPython is written in ANSI C and can be easily ported to new OS/hardware. +> All standard OS's are supported (Mac, Windows, Linux), as well as [[many embedded platforms|Boards Summary]] (the list is far from being exhaustive). MicroPython is written in ANSI C (with optional optimizations for selected platforms) and can be easily ported to new OS/hardware.