-
Updated
Feb 1, 2022 - C
micropython
Here are 1,475 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
Jan 31, 2022 - 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
Dec 14, 2021 - C
-
Updated
Nov 25, 2021 - Python
-
Updated
Jan 11, 2022 - Python
The following MicroPython modules are not referenced in the docs:
- array
- builtins
- ucollections
- gc
- [Upstream docs](https://do
-
Updated
Jan 25, 2022 - Makefile
-
Updated
Jan 29, 2022 - Python
-
Updated
Jul 23, 2020 - Python
-
Updated
Jan 16, 2022
-
Updated
Jan 27, 2022 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Feb 1, 2022 - Python
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 1, 2021 - Python
-
Updated
Jun 3, 2021
-
Updated
Apr 19, 2019 - Python
-
Updated
Jan 12, 2022
-
Updated
Mar 22, 2019 - Jupyter Notebook
-
Updated
Aug 12, 2020 - Python
-
Updated
Jan 31, 2022 - Python
-
Updated
Aug 26, 2020 - 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."
I would like to implement a file-transfer over serial protocol and to that end I need to calculate the CRC of typically 1kB byte-packets. Unfortunately, the latter is pretty slow in Python and CPython's binascii.crc32() and binascii.crc_hqx() are missing