Frans Skarman
Frans Skarman
I'd be perfectly happy compiling and modifying the code. Right now, I can't seem to produce a minimal example without running into the original bug, but essentially, it seems to...
> The overhead associated with the above is low enough that that it doesn't bother me Doesn't rerunning bibtex force a rerun of latex which makes the compiliaton time `3*latex_time...
> I do, however, think it's important that the "out-of-the-box" experience creates a PDF file from a LaTeX file with no reruns and no unnecessary support files left lying around...
This is something I'm also missing, coming from bspwm
I finally got this to work by crossreferencing some stuff from https://github.com/BrunoLevy/learn-fpga The core problem turned out to be that the dram module seems to need to run at 50MHz,...
Cool! Thanks for your work on this project, it is really useful!
Cool, I have since moved on to another solution without the `MonoTimer` but this might come in useful in the future. A more rusty approach would be to use the...
The f103 crate recently got this treatment and I would assume the same could happen here if there are any voulonteers. https://github.com/rust-embedded/wg/issues/224
This might be of interest https://github.com/japaric/embedded-hal/issues/59
Neat! Mind making a PR?