siemaapplications-attic/Zephyr West Actions

Perform West actions to initialize/update/build a zephyr out-of-tree module

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
manifestdirDirectory where out-of-tree zephyr module containing a West manifest has been checked out. yes
initWhen set to true, initialiaze West Workplace, based on manifestdir specified in user's workflow. nofalse
updateWhen set to true, update repository based on manifestnofalse
update_extra_argsWhen defined, must contains space separated list of modules to update
twisterWhen set to true, runs twister test suite on directory specified in twister_app_dir with board defined in twister_board. nofalse
twister_app_dirMandatory when twister is set to true. This variable must contains a path to the application that will be built by twister. no
twister_boardMandatory when twister is set to true. This variable must contains the name of the board that twister will compile for. no
twister_board_rootDirectory to search for board configuration files and passed to twister option --board-root. no
twister_build_dirOutput directory for twister. no
twister_extra_argsExtra arguments directly passed to twister
buildWhen set to true, runs west build on directory specified in build_app_dir with board defined in build_board. nofalse
build_boardMandatory when build is set to true. This variable must contains the name of the board that west will compile for. no
build_app_dirMandatory when build is set to true. This variable must contains a path to the application that will be built by west. no
build_dirDirectory where built files are placed. no
cmake_extra_argsarguments passed directly to cmake by west command. no
signWhen set to true, sign the apps provided in the signing manifest. nofalse
sign_manifestMandatory when sign is set to true. Path to file containing the applications to sign and their respective version. On each line of the file there should be first the application directory and the version separated by a ';' no
sign_keyPath to signing key. nobootloader/mcuboot/root-rsa-2048.pem
sign_alignmentFlash alignement in bytes. no32

no outputs