1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-05-30 17:28:09 +02:00
CovidBracelet/zephyr/build_native.sh

5 lines
167 B
Bash
Raw Normal View History

#!/bin/bash
rm -rf build
2021-06-22 15:48:03 +02:00
west build -b native_posix_64 . -- -DCMAKE_C_FLAGS="-DNATIVE_POSIX -I../../include/tls_config -DDISPLAY"
echo "Run ./build/zephyr/zephyr.elf"