zephyrproject-rtos/Setup Zephyr project

Setup a Zephyr base project using west and downloading the Zephyr SDK

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app-pathApplication code path, should contain a west.yml file if "manifest-file-name" is not specified, cannot contain multiple directories (use base-path instead) yes
base-pathApplication base path, should contain the app-path. Defaults to "." if unspecified no.
ccache-max-sizeMaximum size of the files stored in the compiler cache (ccache). Defaults to 512MB. no512MB
enable-ccacheEnable caching/restoring of compiler cache (ccache) files between invocations. Defaults to 'true'. notrue
ccache-cache-keyAn additional string used in the ccache cache key, use it to identify the cache in a way that makes sense for compiled object cache reuse between different build workflows. Default to "default". nodefault
manifest-file-nameName of the west workspace manifest file name in "app-path"nowest.yml
sdk-versionZephyr SDK version to use or "auto" to detect automaticallynoauto
sdk-baseBase URL of the Zephyr SDKnohttps://github.com/zephyrproject-rtos/sdk-ng/releases/download
toolchainsList of toolchains to install, colon separatednoarm-zephyr-eabi
west-project-filterWest project filterno""
west-group-filterWest group filterno""
west-versionWest version to install, latest if omittedno""
west-update-flagsAdditional flags passed to west update commandno-o=--depth=1 -n

no outputs