Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
0cba2371
Commit
0cba2371
authored
Jun 17, 2015
by
Radomir Dopieralski
Committed by
Paul Sokolovsky
Jun 18, 2015
Browse files
ESP8266: Update the README.md to reflect what works
parent
b85bf25e
Changes
1
Hide whitespace changes
Inline
Side-by-side
esp8266/README.md
View file @
0cba2371
...
...
@@ -8,14 +8,16 @@ Currently implemented features include:
-
24k heap RAM available for Python code.
-
Garbage collector, exceptions.
-
Unicode support.
-
Builtin modules: gc, array, collections, io, struct, sys.
-
C long-long type used as bignum implementation (gives 64 signed ints).
-
Builtin modules: gc, array, collections, io, struct, sys, esp, network.
-
C long-long type used as bignum implementation (gives 64 bit signed ints).
-
Rudimentary WiFi support in station mode.
-
Sockets with callbacks.
-
Basic GPIO support.
Note that floating-point numbers are not supported.
On the TODO list:
-
Wifi support.
-
GPIO support.
-
Full wifi support.
-
Internal filesystem using the flash.
-
...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment