From 59cf1d79b9a152ef76be39efb2df3ef3f04723b7 Mon Sep 17 00:00:00 2001 From: Neon22 Date: Sat, 26 Apr 2014 15:37:09 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 8b2d497..59870fd 100644 --- a/Home.md +++ b/Home.md @@ -41,5 +41,6 @@ Some developer related information can be found here: [[pyb module|pyb module]]. [How to perform a soft reset](https://github.com/micropython/micropython/wiki/Soft-reset) ### Current Limitations -The entire set of standard python libraries is **not** supported. If a module is missing it will be due to the inapplicability of that module for use in an embedded controller. High memory consumption (e.g. sqlite3) or a lack of a certain required hardware feature (e.g. multiprocessing) are reasons that some modules can not be implemented for some microcontrollers. -The full list list of standard python libraries can be found here: [Python 3.3 standard lib](http://docs.python.org/3/library/) +* The entire set of standard python libraries is **not** supported. If a module is missing it will be due to the inapplicability of that module for use in an embedded controller. High memory consumption (e.g. sqlite3) or a lack of a certain required hardware feature (e.g. multiprocessing) are reasons that some modules can not be implemented for some microcontrollers. +The full list list of standard python libraries can be found here: [Python 3.3 standard lib](http://docs.python.org/3/library/). +* There are differences between CPython3 (considered to be a reference implementation of the Python3 language) and MicroPython. Documented [[here]].