From f36fc6e04bbd5e8ea43257e34335df10b39e47ec Mon Sep 17 00:00:00 2001 From: Neon22 Date: Fri, 27 Dec 2013 21:08:01 -0800 Subject: [PATCH] limitations --- Home.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Home.md b/Home.md index 39684bb..b9cca47 100644 --- a/Home.md +++ b/Home.md @@ -12,3 +12,11 @@ The STM32F405RG is a 32 bit ARM M4 CPU with some useful capabilities. Technical Is the module that allows access to the internals of the chip. Initially designed for the 405RG chip noted above. There will be different targets for different chipsets. More information on teh exposed functionality is here: [[pyb module|pyb module]] +###Limitations +The entire standard python library is not supported. Sometime sthis is becasuse of the inapplicability to an embeded controller. Nevertheless the list is here: [Python 3.3 standard lib](http://docs.python.org/3/library/) The modules **NOT** covered are: + +* dbm +* sqlite3 +* threading +* multiprocessing +