summaryrefslogtreecommitdiff
path: root/fw/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-02-14 08:37:08 +0100
committerxengineering <me@xengineering.eu>2025-02-14 09:03:18 +0100
commit298cb131149f583ab986ee69901765c3dbcce674 (patch)
tree83e93b0429b8d6d5919fe049fc9262db9735ed74 /fw/README.md
parentee9106047c2128e8be07e754157c71c92a77a442 (diff)
downloadiot-contact-298cb131149f583ab986ee69901765c3dbcce674.tar
iot-contact-298cb131149f583ab986ee69901765c3dbcce674.tar.zst
iot-contact-298cb131149f583ab986ee69901765c3dbcce674.zip
Switch to a global CMake build
This allows to easily build everything from the repository root. For now this only covers firmware but later electrical PCB and mechanical case files can be added.
Diffstat (limited to 'fw/README.md')
-rw-r--r--fw/README.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/fw/README.md b/fw/README.md
index 8287fab..9883b2d 100644
--- a/fw/README.md
+++ b/fw/README.md
@@ -3,29 +3,4 @@
This is the firmware for iot-contact. It is based on the Zephyr real time
operating system [1].
-## Build
-
-```
-cmake -Bbuild -GNinja
-ninja -C build
-```
-
-## Flash
-
-```
-st-flash --connect-under-reset write build/zephyr/zephyr.bin 0x8000000
-```
-
-## Get shell output
-
-```
-picocom -b 115200 /dev/ttyACM0
-```
-
-## Remove firmware from device
-
-```
-st-flash --connect-under-reset erase
-```
-
[1]: https://zephyrproject.org