diff options
author | xengineering <me@xengineering.eu> | 2025-02-14 15:18:05 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-14 15:18:05 +0100 |
commit | 56faf0e68ca88d6cb79929a2d9f52446d6b31545 (patch) | |
tree | 8eaa9b0dcc39d0a2a9d55c7c8280d5f20a199184 /README.md | |
parent | b4c89516e4e44de7017e43badbb858d21d1fa0f0 (diff) | |
download | iot-contact-56faf0e68ca88d6cb79929a2d9f52446d6b31545.tar iot-contact-56faf0e68ca88d6cb79929a2d9f52446d6b31545.tar.zst iot-contact-56faf0e68ca88d6cb79929a2d9f52446d6b31545.zip |
Document where PCB files are placed in build
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,13 @@ cmake -Bbuild -GNinja ninja -C build ``` +Exported files related to the printed circuit board (PCB) can be found in the +build folder. + +``` +tree build/pcb +``` + The resulting firmware can be flashed via a ST-LINK debugger / programmer. ``` |