1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-06-10 06:29:57 +02:00
CovidBracelet/zephyr/build_native.sh
2021-06-24 12:59:33 +02:00

5 lines
181 B
Bash
Executable File

#!/bin/bash
rm -rf build
west build -b native_posix_64 . -- -DCMAKE_C_FLAGS="-DNATIVE_POSIX -I../../include/tls_config -DDISPLAY"
echo "Run ./build/zephyr/zephyr.elf --bt-dev=hci0"