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
4cfe3e84
Commit
4cfe3e84
authored
Jul 2, 2016
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
esp8266/README: Promote from "highly experimental" to "experimental".
parent
b8f45166
No related branches found
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 @
4cfe3e84
MicroPython port to ESP8266
MicroPython port to ESP8266
===========================
===========================
This is a
highly
experimental port of MicroPython for the WiFi modules based
This is a
n
experimental port of MicroPython for the WiFi modules based
on Espressif ESP8266 chip.
on Espressif ESP8266 chip.
WARNING: The port is
highly
experimental and any APIs are subject to change.
WARNING: The port is experimental and
m
any APIs are subject to change.
Currently implemen
ted features include:
Suppor
ted features include:
-
REPL (Python prompt) over UART0.
-
REPL (Python prompt) over UART0.
-
Garbage collector, exceptions.
-
Garbage collector, exceptions.
-
Unicode support.
-
Unicode support.
...
@@ -19,6 +19,8 @@ Currently implemented features include:
...
@@ -19,6 +19,8 @@ Currently implemented features include:
-
1-Wire and WS2812 (aka Neopixel) protocols support.
-
1-Wire and WS2812 (aka Neopixel) protocols support.
-
Internal filesystem using the flash.
-
Internal filesystem using the flash.
-
WebREPL over WiFi from a browser (clients at https://github.com/micropython/webrepl).
-
WebREPL over WiFi from a browser (clients at https://github.com/micropython/webrepl).
-
Modules for HTTP, MQTT, many other formats and protocols via
https://github.com/micropython/micropython-lib .
Work-in-progress documentation is available at
Work-in-progress documentation is available at
http://docs.micropython.org/en/latest/esp8266/ .
http://docs.micropython.org/en/latest/esp8266/ .
...
...
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