Thomas Jager
Thomas Jager
In 1.10, I am getting the anvil as having the black and purple squares broken texture.
This PR moves the repeated code out of each software's `Makefile` into a unified `software.mk` that is included by all of them. The contents of `software.mk` is mostly the same...
Currently, the GPIO software library is fixed to use the MFP both for Arduino-like GPIO and for SPI. This library should be fixed to be more flexible and/or call into...
The main goal of these changes is to allow firmware stage2 to be linked against stage1, so that we can eliminate some duplicated code. I noticed in the code a...