Timothy Werquin
Timothy Werquin
Resolves issue #81. The `withUnsafeBytes` function is deprecated though. So it should really not be used anymore.
I tried creating a dummy pass that injects a binary function. The `AssignSection` pass will put these functions in the injected code section. But without relocations I could not find...
Currently DirectIO uses a read, flip, write sequence to toggle output pins. This can be done faster by using the `PINx` registers (on some targets?). See section 14.2.2 of the...
After 041e03fe6e7e623bb476 the pause and resume callbacks kill and restart the reader isolate. This causes the reader to miss data as the isolate might still have some data in it's...
Recent xochitl versions renamed the sync service and binary to rm-sync. This updates the xochitl package to support both.
Building the toltec image locally always fails at breakpad with: ``` 150.9 Updating src/default.xml due to changed src/DEPS 150.9 Running: gclient root 150.9 Running: gclient config --spec 'solutions = [...
This should allow the toolchain to be easily used on apple silicon macs (or any other arm64 device). Closes #28
When developing on an apple silicon mac, docker uses linux/arm64 by default. Using the amd64 image is possible, but is a lot slower. It'd be nice if the CI also...
- Make an on screen joystick - Support VR by splitting the screen in the main shader - Test USB otg joystick and bluetooth joysticks - Test if the `KwadSimServer`...
We should use the CI to create builds. When a release is made the latest server release should be pulled and integrated (or should a server release create a push...