| Age | Commit message (Collapse) | Author |
|
|
|
Class designator will be used as is in indexes, so must match actual class
name.
|
|
|
|
|
|
|
|
This makes rendered docs to not provide incorrect information and
consistent with how it's down for other machine classes.
|
|
Class designator will be used as is in indexes, so must match actual class
name.
|
|
|
|
With currentmodule:: support, all targets should be generated properly by
Sphinx.
|
|
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
|
|
Makes sure that classes described in these separate files are properly
designated as belonging to "machine" module in indexes.
|
|
|
|
|
|
|
|
|
|
|
|
Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf
|
|
|
|
|
|
|
|
WebREPL is much more stable now.
|
|
|
|
|
|
|
|
This introductions makes explicit the fact that whenever possible,
the documentation describes full MicroPython functionality, and arbitrary
functions/classes/modules may be missing in a paricular port or build.
|
|
|
|
Using remote image causes problems with tools (partly because the image
is semi-firewalled and can't be accessed by arbitrary tools).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, disclose the fact that server certificates are not
validated.
|
|
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
|
|
|
|
Since the ``stop`` parameter has been dropped.
|
|
Fixes issue #2065.
|
|
|
|
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
|
|
|
|
|
|
|
|
|
|
At http://micropython.org/webrepl .
|
|
|
|
|
|
|