summaryrefslogtreecommitdiff
path: root/fw/README.md
diff options
context:
space:
mode:
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