Dan Halbert
Dan Halbert
tools/check_board_header.py gives syntax warnings for invalid escape sequences when used with Python 3.12 (at least). The `re` strings should be raw strings. example: ``` /home/halbert/repos/adafruit/pico-sdk/tools/check_board_header.py:223: SyntaxWarning: invalid escape sequence '\s'...
In order to debug #2914 and its counterpart https://github.com/adafruit/circuitpython/issues/8038, I could really use complete logging of all the serial traffic sent to/from a CircuitPython or MicroPython board. The current logging...
The arguments to `circup example` are not at all obvious, and the help message doesn't help too much. I finally figured out it was `circup example ble/ble_uart_echo_test`. This is not...
See https://forums.adafruit.com/viewtopic.php?t=219908 The `adafruit_tm1814` is always detected as needing an update. This is _probably_ a library problem, but maybe circup should notice something. ```sh (.py) halbert@cod:~$ circup update --all Found...
Add code to `tools/list_ports_windows.py` to fetch the interface string descriptor, so that `ListPortInfo.interface` will be populated if possible. The value is fetched from `DEVPKEY_Device_BusReportedDeviceDesc` for the device. This is the...
There are several Espressif-made ESP32-S2 DevKit boards that I am suspicious may be misnamed here and in CircuitPython. There is a DevKitM ESP32-S2 N4R2 board. Vet these board names.