Makefile: add --locked
Running make command to directly build the target instead of using nix build updates the Cargo.lock file.
Only in special circumstances where this is actually desirable (e.g. you added a…
README: Fix command to make firmware BIN
Calculate current_abs_max_tec_i from all channels
4410: fix SUServo DIP switch configuration
README: Fix command to make firmware BIN
Agreed. You even sent a PR to install LLVM in the flake devshell, then you are not suggesting to use it in the README - this does not make sense.
Also, if arm-none-eabi-objcopy somehow gets…
flake: Install LLVM in devShell too
20181e9915
fix nalgebra url
a835149619
kernel/linalg: remove redundant unsafe blocks
kernel/linalg: remove redundant unsafe blocks
Makefile: add --locked
I have not seen any problem of cargo build changing the lockfile. How do you trigger it?
ac0d83ef98
standalone: Add vararg.py
3ff6db1a29
core/codegen: Add va_start and va_end intrinsics
d7b806afb4
core/codegen: Implement support for va_info on supported architectures
fac60c3974
core/codegen: Handle vararg in function generation
f5fb504a15
core/codegen/expr: Implement vararg handling in gen_call