kopia lustrzana https://github.com/micropython/micropython-lib
35d41dbb0e
MicroPython now supplies SSL/TLS functionality in a new built-in `tls` module. The `ssl` module is now implemented purely in Python, in this repository. Other libraries are updated to work with this scheme. Signed-off-by: Felix Dörre <felix@dogcraft.de> |
||
---|---|---|
.. | ||
bundle-networking | ||
README.md |
README.md
These are "meta packages" designed to make it easy to provide defined bundles of related packages.
For example, all deployments of MicroPython with networking support
(WiFi/Ethernet) should add require("bundle-networking")
to their
manifest.py
to ensure that the the standard set of networking packages
(including HTTP requests, WebREPL, NTP, package management) are included.