Stefan Wallentowitz

Results 53 issues of Stefan Wallentowitz

That is the only way to get a recent boost

We should not use the SPR_NPC here: https://github.com/openrisc/newlib/blob/or1k/libgloss/or1k/crt0.S#L153 Software should instead always use `l.jal` and `r9`, but here it is even simpler: Use the `id` from the macro. Also needs...

enhancement

I think all markdown pages should probably be converted into a static website that can be created after every release. Needs some more thought how to do it properly.

enhancement

Hi, this PR adds some smaller fixes primarily to improve compatibility. Cheers, Stefan

Breakpoints on labels should point to the next assembly line

Currently the constructor for the LED matrix is exlicitly called, while others are constructor implicitly (better imo): https://github.com/hm-riscv/vscode-riscv-venus/blob/master/src/venusDebug.ts#L251 We should generalize `openView` by taking constructing arguments.