Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
fe9bc0c5
Commit
fe9bc0c5
authored
9 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
esp8266/README: Update for the current status of the port.
parent
bbc65d4e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
esp8266/README.md
+5
-3
5 additions, 3 deletions
esp8266/README.md
with
5 additions
and
3 deletions
esp8266/README.md
+
5
−
3
View file @
fe9bc0c5
...
@@ -10,11 +10,13 @@ Currently implemented features include:
...
@@ -10,11 +10,13 @@ Currently implemented features include:
-
REPL (Python prompt) over UART0.
-
REPL (Python prompt) over UART0.
-
Garbage collector, exceptions.
-
Garbage collector, exceptions.
-
Unicode support.
-
Unicode support.
-
Builtin modules: gc, array, collections, io, struct, sys, esp, network.
-
Builtin modules: gc, array, collections, io, struct, sys, esp, network,
many more.
-
Arbitrary-precision long integers and 30-bit precision floats.
-
Arbitrary-precision long integers and 30-bit precision floats.
-
Basic WiFi support.
-
Basic WiFi support.
-
Basic sockets using modlwip.
-
Sockets using modlwip.
-
Basic GPIO support.
-
GPIO and bit-banging I2C, SPI support.
-
1-Wire and WS2812 (aka Neopixel) protocols support.
On the TODO list:
On the TODO list:
-
Full wifi support.
-
Full wifi support.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment