Konrad Beckmann
Konrad Beckmann
First of all, thanks for publishing the research and source for this tool. When running `python3 -m rwtools.asan.asantool serverbrowser.so serverbrower_instr` I get the following exception: ``` Traceback (most recent call...
Assigning a signal has to be done in a domain, e.g. comb: `m.d.comb += signal.eq(expression)`, however it is easy to forget and just write `signal.eq(expression)`. This will lead to a...
When `INTFLASH_BANK=2` is set, we need the second bank which requires a patched openocd. If not, it will work just fine with an unmodified openocd build.
Some chips that are sourced from ebay, aliexpress and similar sources are not what they seem. A popular chip reports JEDEC ID: `C2 25 38` even though it isn't a...
Will be faster and not wear out the flash as much
This would be for gb in particular. Will probably also need some GUI to set the date/time.
When running at 0.5x the sound could be better. One major issue is that we end up only updating one of the double buffers with new data, which means that...
Write about the general architecture, inform about the watchdog and other quirks that might not be obvious.