makefile: Add ability to flash binary to microcontroller

This commit is contained in:
Alexander Heldt
2024-07-28 11:52:54 +02:00
parent 5b5da238d5
commit 278d3cfb9d
3 changed files with 9 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
packages = [
pkgs.gnumake
pkgs.gcc-arm-embedded
pkgs.stlink
];
};
}