Scott Shawcroft

Results 100 comments of Scott Shawcroft

The js search method is definitely the way to go since the site is statically hosted. I think you could store the data in either place, front matter or js....

In the long term I'd like to see a TOML database for boards similar to https://github.com/adafruit/nvm.toml. That info is more broadly useful than just having it in CP.

Could this bug cause data written out of usb to be read in? That's been a longstanding issue in CircuitPython on the nRF52840.

I only tested on Arch Linux. This serial info isn't coming from pyserial directly. It is a [QSerialPortInfo](https://doc.qt.io/qt-5.15/qserialportinfo.html). The description for me and my test board is "ESP32-S3-USB-OTG-N8" and does...

@dhalbert Please finish this for me.

FYI we've defined a file transfer BLE service: https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer We're using it for CircuitPython but the API is generic. I've started a webbluetooth library for it here: https://github.com/adafruit/ble-file-transfer-js

In CircuitPython we use uf2conv.py and it's documented here: https://github.com/microsoft/uf2/blob/master/utils/uf2conv.md One example of our use is here: https://github.com/adafruit/circuitpython/blob/main/ports/atmel-samd/Makefile#L411

I've written a script to use myself that doesn't use pandas. It loads into sqlite row by row instead. It is specific for my use case but could be made...

Our native apis are all documented as python stubs now. Folks have been adding type annotations now. See shared-bindings in the repo. (On my phone now) On Sat, Aug 6,...

Do you think that the DebugProbe interface will need more api than the jtag_sequence() call? I'm interested in jtag support for riscv debug.