mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-11-11 14:08:52 +01:00
5 lines
184 B
Bash
Executable File
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" |