README: Fix command to make firmware BIN #115
Loading…
Reference in New Issue
No description provided.
Delete Branch "atse/thermostat:readme-bin-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This reflects the actual command that needs to be run to make the firmware BIN from the repository root.
I feel it would be better to keep it in sync with
nix build .#thermostat
, i.e. change it toAgreed. 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 installed, then please remove it, we don't need both of it and LLVM.
Yup, don't know how I missed this, changing. Also arm-none-eabi-objcopy isn't installed at all, probably an outdated doc.
34ccf03370
to8c9bd2ce29
README: Add full path to compiled binaryto README: Fix command to make firmware BIN