-
CircuitPython by now has probably had bugfixes and the device images probably need a refresh.
Also, we should decide on the main code file name, which, apparently, is flexible:
https://learn.adafr…
-
Hello,
This issue is for the discussion of bringing CircuitPython's GC changes, [commit](https://github.com/adafruit/circuitpython/commit/416abe33ed44e44d8f75342731080217e123278b), example [video](…
-
We should be able to copy the code from ulab which also has circuitpython support. It looks like you need to clone circuit python and then add a two links like this:
micropython-modules/microlite …
-
### Board Name
Raspberry Pi 4 4Gb
### Steps
- Tested with Raspberry Pi OS Bookworm lite 64bit.
- Blinka version is 8.25.0
- Mcp2515 library was installed with this command: pip3 install ad…
-
device:Wemos Lolin C3 Mini with ESP32-C3FH4
```
E:\adafruit-circuitpython-bundle-8.x-mpy-20230807\lib\adafruit_ble\__init__.mpy (3409 bytes)
PROBLEM IN THONNY'S BACK-END: Exception while handl…
-
hi
well it would be a major boost for hi end embedded applications to have it on zephyr rtos
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0 on 2024-10-28; Adafruit NeoPixel Trinkey M0 with samd21e18
```
### Code/REPL
```python
#import board
#import touchio
#import neop…
-
We have an implementation of MiniMQTT that has been quite stable in CircuitPython 8 but started to display multiple issues when we tested in CircuitPython 9 (9.0.3 and below) on multiple ESP32-S3 boar…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0 on 2024-10-28; Waveshare ESP32-S3-Zero with ESP32S3
```
### Code/REPL
```python
def read_packet():
global packet
try:
…
-
**Describe the bug**
If I try to execute a CircuitPython command in VSCode I get "Command 'xyz' not found" for all commands (open serial Monitor, update libraries, ...)
**To Reproduce**
Install t…