-
Hi MicrowWebSrv people,
this bug seems to be with the pyboard 'D' but I thought I'd report here in case anyone else is seeing large files that seem to timeout on the microWebSrv. Basically I notice…
-
### Link Checker
Errors were reported while checking the connectivity of links.
```
accessories/making-accessories.md
OK /docs/accessories/assets/making-accessories-d7c25.png
OK /hardware/edgeconnec…
-
Hi there!
I’m trying to copy or rsync files using rshell, but receive the error message `timed out or error in transfer to remote`.
* Doing `ls /pyboard` works, the REPL works too.
* Copying fi…
-
Hi
Is ulab created from scratch?
Is it possible to (Why not) port from numpy by some modifications to adapt micropython?
E.g. by removing the CPython dependencies.
Thank you.
-
After non-reproducible timespans during both read and write I2C operations (i do only use readfrom and writeto) the following error is thrown on my WiPy:
`OSError: the requested operation failed`
Thi…
-
### Link Checker
Errors were reported while checking the connectivity of links.
```
hardware/edgeconnector_ds.md
OK ../edgeconnector
accessories/making-accessories.md
OK /docs/accessories/assets/mak…
-
### Link Checker
Errors were reported while checking the connectivity of links.
```
accessories/making-accessories.md
OK /docs/accessories/assets/making-accessories-d7c25.png
OK /hardware/edgeconnec…
-
**Board description:**
- Name: [Pyboard]
- Link to all relevant information:
https://www.elektor.com/micropython-pyboard-v1-1
https://www.alibaba.com/product-detail/STM32-STM32F405RGT6-Core-Boar…
-
I don't know whether this is CPython being lenient or MicroPython not accepting something valid:
```
$ cat star.py
import struct
buf = bytearray(10)
print("ints: %d %d %d" % (*struct.unpack_from(…
-
pyboard.py uses "soft reboot" feature to provide a clean environment for code execution. run-tests uses it to provide clean environment for each test. It's great to have this feature, without relying …