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
358a7ba0
Commit
358a7ba0
authored
7 years ago
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
docs: More xrefs to "MicroPython port" in glossary.
parent
7e6881cf
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/library/network.rst
+4
-4
4 additions, 4 deletions
docs/library/network.rst
docs/library/usocket.rst
+2
-2
2 additions, 2 deletions
docs/library/usocket.rst
docs/reference/glossary.rst
+3
-3
3 additions, 3 deletions
docs/reference/glossary.rst
with
9 additions
and
9 deletions
docs/library/network.rst
+
4
−
4
View file @
358a7ba0
...
@@ -39,9 +39,9 @@ Common network adapter interface
...
@@ -39,9 +39,9 @@ Common network adapter interface
================================
================================
This section describes an (implied) abstract base class for all network
This section describes an (implied) abstract base class for all network
interface classes implemented by
different
ports
of
MicroPython
f
or
interface classes implemented by
`MicroPython
ports
<
MicroPython
p
or
t>`
different hardware. This means that MicroPython does not actually
for
different hardware. This means that MicroPython does not actually
provide `AbstractNIC` class, but any actual NIC class, as described
provide
`
`AbstractNIC`
`
class, but any actual NIC class, as described
in the following sections, implements methods as described here.
in the following sections, implements methods as described here.
.. class:: AbstractNIC(id=None, ...)
.. class:: AbstractNIC(id=None, ...)
...
@@ -411,7 +411,7 @@ parameter should be `id`.
...
@@ -411,7 +411,7 @@ parameter should be `id`.
print(ap.config('channel'))
print(ap.config('channel'))
Following are commonly supported parameters (availability of a specific parameter
Following are commonly supported parameters (availability of a specific parameter
depends on network technology type, driver, and MicroPython port).
depends on network technology type, driver, and
`
MicroPython port
`
).
========= ===========
========= ===========
Parameter Description
Parameter Description
...
...
This diff is collapsed.
Click to expand it.
docs/library/usocket.rst
+
2
−
2
View file @
358a7ba0
...
@@ -117,12 +117,12 @@ Constants
...
@@ -117,12 +117,12 @@ Constants
.. data:: usocket.SOL_*
.. data:: usocket.SOL_*
Socket option levels (an argument to `setsockopt()`). The exact
Socket option levels (an argument to `setsockopt()`). The exact
inventory depends on a MicroPython port.
inventory depends on a
`
MicroPython port
`
.
.. data:: usocket.SO_*
.. data:: usocket.SO_*
Socket options (an argument to `setsockopt()`). The exact
Socket options (an argument to `setsockopt()`). The exact
inventory depends on a MicroPython port.
inventory depends on a
`
MicroPython port
`
.
Constants specific to WiPy:
Constants specific to WiPy:
...
...
This diff is collapsed.
Click to expand it.
docs/reference/glossary.rst
+
3
−
3
View file @
358a7ba0
...
@@ -56,9 +56,9 @@ Glossary
...
@@ -56,9 +56,9 @@ Glossary
which provides implementations for many modules from CPython's
which provides implementations for many modules from CPython's
standard library. However, large subset of these modules require
standard library. However, large subset of these modules require
POSIX-like environment (Linux, MacOS, Windows may be partially
POSIX-like environment (Linux, MacOS, Windows may be partially
supported), and thus would work or make sense only with
MicroPython
supported), and thus would work or make sense only with
Unix port. Some subset of modules is however usable
for baremetal ports
`MicroPython
Unix port
`
. Some subset of modules is however usable
too.
for `baremetal` ports
too.
Unlike monolithic :term:`CPython` stdlib, micropython-lib modules
Unlike monolithic :term:`CPython` stdlib, micropython-lib modules
are intended to be installed individually - either using manual
are intended to be installed individually - either using manual
...
...
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