-
Hello !
I'm looking for a way to discard/unlist/ignore specific serial devices in Thonny.
As i want to patch/flash multiple boards, it would be a huge quality-of-life improvement to make this pos…
-
Hi, **Dear WeActStudio Team**!
First of all, thank you so much for great products! I'm happy owner of two WeAct STM32 H743 boards, Mini STLink, USB to TTL converter, CH9143 BLE to USB2UART, WeAct E…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
Hi,
When mycropython building using buildroot we see the following error
```
/home/giuliobenetti/autobuild/run/instance-3/output-1/build/micropython-1.13/ports/unix/../../py/nlrxtensa.c:41:(.te…
-
I am merged your modbus pull request but I am getting a compile error using the latest stable esp-idf v4.4.1 and micropython master
The error is:
[8/240] Generating ../../genhdr/moduledefs.h
FAILE…
-
As of Micropython 1.22.2, there is no way to initialize an I2C object with the target RP2040-based microcontroller as a slave. There are other Micropython ports that allow this functionality -- specif…
-
https://github.com/micropython/micropython/blob/7566d107d5acc82a45df0dd5c5803bf5d2564043/ports/esp32/machine_sdcard.c#L72-L79
@nickovs
This function does not check int value.
```
return M…
-
Calling sys.stdin.close() in sys module triggers a segmentation fault.
test.py
```
import sys
sys.stdin.close()
```
Error message:
> Segmentation Fault(core dumped)
The expected output: …
-
Right now emlearn is distributed as dynamic native modules. This is excellent for getting started, as one can just drop in a .mpy file on a standard MicroPython build and have things working. However,…
-
Bonjour Uraich
try to build micropython (lvgl) for unix as in your post in 'micropython forum'.
but issue :
-------------------------------------
xxxxx@LIN0141157:~/twatch-2020-micropython/ports/u…