Sean Cross
Sean Cross
I believe it was @bunnie who added the CDC stuff, and as of right now Betrusted is mostly using the Dummy endpoint. Are you running from XIP flash? If so,...
That is the compiler they were built for originally. Downloaded from that address. It sounds like this could be an alignment issue. Can you attach an .elf file from a...
It's slightly more complicated than that because of how the `SB_RGBA_DRV` is implimented. The blackbox has three outputs: RGB0, RGB1, and RGB2. These cannot be remapped, so unlike other implementations...
It's remapping both the `SB_LEDDA_IP` PWM outputs and some optional bit-banged outputs. The `raw` registers allow for letting C code directly control the registers by disengaging the `SB_LEDDA_IP`.
I do most of my development on one of two Windows machines, so I'd prefer to have a solution that is cross-platform.
There is no longer a dependency on lxsocsupport, so I'll remove that. However, we will need to add the litex_boards repo.
Thanks for filing this. Does it work if you set the csr width to 8? It was 8 in 2.0.3, but I believe it was adjusted upwards to 32. This...
As a side note, here's a pure-Python implementation of a thing that adds the suffix: https://github.com/adafruit/circuitpython/blob/main/tools/dfu.py
What issues are there with portability? I'd prefer to treat them as "immutable". They're exposing an API that programmers can use. Particularly, the "version" CSRs should never change, because they're...
This cannot be done until a solution has been found for adding write support to the LiteX SPI flash controller.