While attempting to implement SPI in zig on an STM32G4 I got the error "Cannot access memory at address 0x40013000".
My wife wanted me to make a sign on the engraver... so I got "v-carve" toolpaths working in DeclaraCAD.
Some notes on how to debug a python app deployed to a (development) server using dokku.
Here's a short post on how to get code coverage with zig using codecov on travis CI.
Finally got stepper motors working with the STM32H7 and DRV8825 using ziglang!
Here's a tip on how to find the correct path for setting the include directory.
It's really easy to test a Zig project with travis-ci.
I was recently getting "Guru Meditation" errors with Virtualbox errors when attempting to start a VM...
Every now and then I get very strange errors saying libraries are not found when they are when attempting to build a project.
mbed-os uses sleep to save power. This is nice except when the debugger won't attach. So here's how to force it.