Tested flashing with Nucleo board.
I think .gitignore
change should stay - result
is artifact from nix build
which is introduced here. In addition there also should be…
Either works, but it's the same principle as
lockFile = ./Cargo.lock; |
Nah, definitely not important, unless you wanted to confirm exactly when it broke - I think I dug up enough dirt that this shouldn't be necessary :P
Now, that I updated the stm32h7xx-hal
library to just that commit (...commited a day after 0.9.0 release), looks like the library goes through test fine, but now I get a new set of errors from…
What about that Rust nightly version in
nix/channel-rust-nightly.toml
?
Nope, same error.
Was it building on Hydra ever? That's the only place I see a build script for, but I suspect it's…
I went through all the rust versions that were used in nix-scripts - SaiTLS breaks with 2020-07-25 or earlier, and with neither everything compiles successfully.
Updating stm32h7xx-hal does not…
Going back to a version that could possibly build and pass tests breaks SaiTLS build instead. I'll try carefully upgrading other packages and getting it to run on newer nightly...