From 298cb131149f583ab986ee69901765c3dbcce674 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 14 Feb 2025 08:37:08 +0100 Subject: 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. --- fw/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'fw/README.md') 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 -- cgit v1.2.3-70-g09d2