summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-02-14 15:18:05 +0100
committerxengineering <me@xengineering.eu>2025-02-14 15:18:05 +0100
commit56faf0e68ca88d6cb79929a2d9f52446d6b31545 (patch)
tree8eaa9b0dcc39d0a2a9d55c7c8280d5f20a199184
parentb4c89516e4e44de7017e43badbb858d21d1fa0f0 (diff)
downloadiot-contact-56faf0e68ca88d6cb79929a2d9f52446d6b31545.tar
iot-contact-56faf0e68ca88d6cb79929a2d9f52446d6b31545.tar.zst
iot-contact-56faf0e68ca88d6cb79929a2d9f52446d6b31545.zip
Document where PCB files are placed in build
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c554e31..1654143 100644
--- a/README.md
+++ b/README.md
@@ -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.
```