1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-05-30 01:08:16 +02:00
CovidBracelet/zephyr/build_native.sh
2021-06-24 12:59:33 +02:00

5 lines
184 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" -DNATIVE_POSIX=1
echo "Run ./build/zephyr/zephyr.elf"