| Age | Commit message (Collapse) | Author |
|
Based on https://github.com/micropython/micropython/pull/2210 .
|
|
machine.POWER_ON is renamed to machine.PWRON_RESET to match other
reset-cause constants that all end in _RESET. The cc3200 port keeps a
legacy definition of POWER_ON for backwards compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seealso and Limitations sectiosn added, better formatting and grammar.
|
|
With currentmodule:: set properly, none are needed. Extra "machine." prefix
produces wrong indexing data.
|
|
|
|
|
|
Based on unix version. No descriptions so far.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, disclose the fact that server certificates are not
validated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|