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.