firecrown/bin/test

13 lines
445 B
Bash
Executable file

#!/usr/bin/env zsh
source "${0:a:h}/lib/env"
source "$lib/build"
export ZEPHYR_SDK_INSTALL_DIR="$base/build/zephyr-sdk-0.17.4"
prepare test
west build zephyr/samples/hello_world -p \
-d "$out/test" \
-b coquette@nightingale/nrf5340/cpuapp \
-DZEPHYR_EXTRA_MODULES="$mod/z-module-coquette;$mod/custom-sn;$mod/zfetch" \
-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE='"'"$MCUBOOT_SIGNATURE_KEY"'"' \
-DEXTRA_CFLAGS="-Wno-deprecated-declarations"