Benedikt Freisen

Results 19 comments of Benedikt Freisen

The repository does not contain any firmware, because there is no firmware for the device, yet. The only thing that exists is an stm32duino sketch that reads a number from...

It should be possible to adapt the Greaseweazle software. See https://github.com/keirf/Greaseweazle/issues/4.

Interesting read. In the meantime I have been able to rebase HQEMU's LLVM patches onto more recent LLVM versions with some manual intervention. The full LLVM build process succeeds for...

I can try, but it's going to take a while. Right now, HQEMU does not even compile with the updated patched LLVM, because of API changes. If we rely on...

I somehow doubt that LLVM's optimizer is going to pay any attention to that. It's probably going to be the typical speed vs. accuracy trade-off. I get the impression, though,...

Yes, I still have the 3D models, they are in Caligary TrueSpace 2 (*.cob) format, though. They also make heavy use of that program's procedural textures and Blender's cob importer...

This is the preliminary git import: https://github.com/roybaer/Iso_3D_Experiments It still needs some refactoring and documentation but you can already take a closer look at it.

Realistically speaking, this artwork can only be a stopgap for OpenAge. It is certainly better than pure "programmer artwork", but re-rendering is not really feasible.

The documentation file [status-todo.md](/tenbaht/sduino/blob/development/docs/usage/status-todo.md) lists `pulseIn()` as "not implemented". That explains very well why it doesn't work.

Update: SDCC 4.2.0 will simplify pre-inclusion to `--include auxheader.h`.