James Churchill

Results 8 issues of James Churchill

Now uses numpy array operations instead of iterating over elements. Profiling shows runtime on my machine dropped from 7.045s to 0.017s (!!) Should make it much nicer to run on...

If kpartx isn't installed then a non-useful "undefined: not able to write image undefined" error is thrown after the image is written but before the configuration is. Needs a mention...

enhancement

Need to either find an alternative hosted CI environment, or quickly set up a windows build env so I can get some static binaries made.

My codebase has multiple auto-generated headers that don't start or end with newlines. When they're included consecutively the first line of the second header ends up joined to the end...

When running csmake against my codebase, the output to the `rules` file from all the concurrent spy processes isn't synchronised, resulting in "BEGIN COMPILE...END COMPILE" blocks appearing in the middle...

My dev laptop is stuck with an old intel gpu that only does ogl1.4 - even rudimentary support would be better than the black window + python errors that I...

gui
low-prio

Standard document behaviour in vscode is to reload automatically when the file changes on disk. Waveforms views currently do not. At the least, it should be a configurable setting.

The partitioning system on the RP2350 generally relies on applications that want to write to flash going through the `rom_flash_op` bootrom API, so that any address remapping can be accounted...