Frank Buss

Results 18 issues of Frank Buss

I'm trying to use VexRiscv with Zephyr, but it generates an illegal instruction exception when trying to call the z_arch_irq_enable function. I could debug it, and this is the instruction...

When displaying very low frequency signals, the external trigger doesn't work because of the fixed 0.1s hold time, see this example: [scope-test.vcv.zip](https://github.com/VCVRack/Fundamental/files/2206599/scope-test.vcv.zip) It works, if I set the hold time...

The calculation for the data at http://www.frank-buss.de/tmp/test.data doesn't terminate. To reproduce the bug: PointSet pts = PointSetUtils.pointsFromStream(new FileInputStream("c:\tmp\test-bug.data")); new Miniball(pts); Tested with Java version 1.7.0_71, 64 bit on Windows 7....

The readme at https://github.com/riscv/riscv-pk says there is a "--enable-32bit" configure option, but there isn't such an option (I get the message "configure: WARNING: unrecognized options: --enable-32bit").

In this patch I added support for MIDI. I wrote the MIDI class in a way that it can be easily reused with any MIDI byte stream, e.g. on embedded...

This is the message on the console: ** (seq64:4008): WARNING **: Invalid borders specified for theme pixmap: /usr/share/themes/Breeze/gtk-2.0/../assets/line-h.png, borders don't fit within the image Trace/breakpoint trap I tried it with...

This file: https://pastebin.com/raw/b595Hy4g does not translate. After fixing the "50e6" problem, it says "syntax error, unexpected THEN at "then" in line 70" and some warnings before.

It didn't compile with AtmelStudio7, so I changed it to the different assembler directives, and I added the hex file, if someone just wants to flash it.

Maybe because of the note-off messages Windows sends on closing the MIDI interface.