Scott Shawcroft

Results 100 comments of Scott Shawcroft

CircuitPython has switched to pyi in the C source: https://github.com/adafruit/circuitpython/blob/main/shared-bindings/busio/I2C.c#L39 We do need to consistently package them in circuitpython-stubs though.

I'm interested in this too and was trying to read through the ida plugin to understand how it works. I was trying to edit the json file that is output...

I didn’t see the controller init fail but I guarded against it anyway. Nimble init failed and I wanted it to shutdown all of Bluetooth. This makes circuitpython work better...

@fvdpol My WIP branch is here: https://github.com/tannewt/ViewSB/tree/beagle_backend I pick it up as I need it.

Is the idea to do wishbone transactions over I2C? So Wishbone -> I2C -> Wishbone?

When I was experimenting with lambda SoC definitions I used a decoder object with fixed address ranges. Each range was accessible through subscripting (`[0]`) and passed into the peripheral that...

FYI: I'm working on a library I'm calling `systemonachip`. Here is an example: https://github.com/tannewt/systemonachip/blob/main/systemonachip/peripheral/timer.py#L12 It is based on `lambasoc` but makes two changes: 1) Uses data descriptors for CSR definition....

This would be great to connect to logic analyzer hardware.

Ok here you go. Looks like it has to do with subprocessing out to python as well. (Using an echo command doesn't have the same issue.) Viztracer version is `0.16.3`....