-
I did some tests sending data to a https cloud database using wrap_socket() and it always hangs and completely block execution after some loops. Sometimes after 20, 100, or 200 but it sometime always …
-
Hi Shaoziyang,
Many thank for putting the firmware on github.
I try the firmaware with STM32-Link Utility but the SensorTile did not work.
I extracted the SENSORTILE_board_support.zip into micr…
-
Done some bare metal micropython work but just can't figure out what this would do. Will it mount itself as /pydrive when plugged into a PC via USB like the other ports?
-
I was tring to freeze some libraries into a mingw windows build today, forgetting there was viper code in some of them.
There's an odd compiler error though that took me way too long to figure out w…
-
Right now the list of components is hard coded in
https://github.com/micropython/micropython/blob/97a7cc243b028833bdcb8ce0bc19b2bce7545851/ports/esp32/main/CMakeLists.txt#L96
USer C modules sho…
-
I'm using a external HSE clock on the STM32L496 mcu. When I'm calling pyb.stop() the mcu won't return to the run mode. I've reported it [here](https://forum.micropython.org/viewtopic.php?f=12&t=7408).…
-
Hi,
I have the STM32F401CCU6 version of the weact v2.0 board and I'm getting the following error.
Do you have any idea whether this is due to the board definition being different or some other iss…
-
### Port, board and/or hardware
rp2040
### MicroPython version
mp 1.22.2
### Reproduction
There isn't a code sample, the feature is built-in in the firmware.
### Expected behaviour
…
-
Got the crash below using:
- micropython-camera-driver f56e12a587456d4371ecbd6601b3889e636896f8
- micropython tag: v1.18
- esp-idf-v4.3.1 tag: v4.3.1
- esp32-camera tag: v2.0.0
The crash was i…
-
Hello,
ST uses two types of licenses, which are currently not detected.
The first one has additional requirements to the BSD-style license, and is currently detected as simply BSD.
You can find mul…