5,945 issues in adafruit/circuitpython
From @ATMakersBill in https://github.com/adafruit/circuitpython/issues/5630#issuecomment-1030939071: >USB Host support (on any board) would be hugely helpful to our community. I've seen this solution ...
CircuitPython version pi@serialpi:~ $ more /media/CIRCUITPY/boot_out.txt Adafruit CircuitPython 7.0.0 on 2021-09-20; Adafruit Feather M4 Express with samd51j19 Board ID:feather_m4_express Code/REPL ...
Issue #5967 - PDMIn (and I2SOut) had the sideset enable parameter to common_hal_rp2pio_statemachine_construct() incorrectly positioned at the end of the parameter list. This would be where it goes if calling ...
Translations update from Hosted Weblate for CircuitPython/main. Current translation status: Weblate translation status
CircuitPython version Adafruit CircuitPython 7.1.0 on 2021-12-28; Adafruit ItsyBitsy M4 Express with samd51g19 Code/REPL code.py (finally working version): from BrocItsyHelper import * #encoder.deinit() ...
This has been a problem for a few PR's at the moment.
CircuitPython version Adafruit CircuitPython 7.2.0-alpha.1-224-gac7a80753 on 2022-01-26; Adafruit QT Py ESP32S2 with ESP32S2 Adafruit CircuitPython 7.2.0-alpha.1-224-gac7a80753 on 2022-01-26; Saola 1 ...
Having done this, I can wifi.radio.connect(...) wifi.radio.mdns_hostname("qtpy") and then on my desktop computer I can ping qtpy.local. This will also be useful when using wifi boards as http ...
Currently, there seems to be no way to set the modified time or (less importantly) the accessed time of a file in circuitpython, because the os library is lacking utime(). Could this or an equivalent be ...
Some ports can't read a digital io while it is in output mode, see in the sda_read function it is switched to input, read, then switched to output again. I used PULL_UP because the sda_read function ...