-
thonny prints the welcome message but no input prompt is printed , and always shows the device is busy
![image](https://github.com/thonny/thonny/assets/49158593/624c22f2-f753-4a00-b250-17eb4089…
-
The [micropython](https://github.com/micropython/micropython) Makefile specifies some of the header includes as preprocessor macros. For example, `STM32_HAL_H` is defined in `ports/stm32/Makefile` as…
-
Hi all, fairly new to building Micropython from source.
I've tried every variation of `make -C ports/rp2 BOARD=RPI_PICO_W USER_C_MODULES=/home/pi/pico/st7789_mpy/micropython.cmake` I can think of but…
-
***Thank you for taking the time to review our bug report! :)***
# Summary
- **OS**: Ubuntu 22.04
- **version**: micropython@a00c9d56db775ee5fc14c2db60eb07bab8e872dd
- **port**: unix
- **cont…
-
## Environment
```
OS: Ubuntu 22.04 LTS (Jammy Jellyfish) amd64
IDE: Thonny 3.3.14 and 4.0.0b3
MCU: DOIT ESP32 DevKit v1 (ESP-WROOM-32, chip ESP32D0WDQ6)
```
## Immediate solution
1. Uni…
-
I have been chasing down an issue with the Pico occasionally locking up whilst running my code, which is multi-threaded and using both PIO interrupts and the hardware timer. Lockup does NOT occur if t…
-
Hi @MaureenHelm,
Hi @dpgeorge,
After going a little bit through the commit history of the zephyr port, I believe you might be the most familiar with this topic :wrench:.
**When trying to insta…
-
Using UART.init() on RPi Pico W breaks UART functionality for the respective port when changing pins. (Even when changing back to the original pins.)
```
>>> from machine import UART, Pin
>>> uar…
mh-g updated
11 months ago
-
V1. 18 added additional information on the board
The platform module has been added to allow querying the compiler and underlying SDK/HAL/libc version. This is enabled on esp32, mimxrt and stm32 por…
-
Currently MicroPython supports SSL/TLS connections using `ussl.wrap_socket()`. CPython long ago replaced this function with `ssl.SSLContext`:
> Since Python 3.2 and 2.7.9, it is recommended to use…