-
Updated
Sep 18, 2021 - C
micropython
Here are 1,363 public repositories matching this topic...
About this question, here is a unified reply.
We need to see this place where one is the definition and load the configuration.
https://github.com/sipeed/MaixPy/blob/master/components/micropython/port/builtin_py/board.py
If you don't provide the configuration, you won't get the concrete variable.
If it is SIPEED published hardware, the appropriate configuration is provided here.
htt
-
Updated
Sep 13, 2021 - Python
-
Updated
Aug 31, 2021 - C
-
Updated
Aug 25, 2021 - Python
Extract fixtures for device tests to common. We have already done this for cardano, now we need to extend it to all other tests. Let's do this gradually, it's a lot of work.
-
Updated
Sep 12, 2021 - Python
The following MicroPython modules are not referenced in the docs:
- array
- builtins
- ucollections
- gc
- [Upstream docs](https://do
-
Updated
Jul 23, 2020 - Python
-
Updated
Sep 15, 2021 - Python
-
Updated
Sep 16, 2021 - Makefile
-
Updated
Jun 10, 2021
-
Updated
Sep 17, 2021 - Python
-
Updated
Mar 2, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Apr 19, 2019 - Python
-
Updated
Aug 12, 2020 - Python
-
Updated
Mar 22, 2019 - Jupyter Notebook
-
Updated
Jun 3, 2021
-
Updated
Sep 18, 2021 - Python
-
Updated
Sep 8, 2021
-
Updated
Aug 26, 2020 - Python
-
Updated
Sep 14, 2021 - Python
Improve this page
Add a description, image, and links to the micropython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the micropython topic, visit your repo's landing page and select "manage topics."
This can reduce the amount of boilerplate required. Instead of introducing a macro such as
QRIO_MODULE
dependent onCIRCUITPY_QRIO
and then adding an expansion of it inMICROPY_PORT_BUILTIN_MODULES_STRONG_LINKS
, one simply writes in the bindings__init__.c
file:where the first item is the module name as a qstr, th