action: bump the cache action to v5.0.4 Bump the cache action from v4.3.0 to v5.0.4. Signed-off-by: Henrik Brix Andersen henrik@brixandersen.dk
action: bump the cache action to v5.0.4
Bump the cache action from v4.3.0 to v5.0.4.
Signed-off-by: Henrik Brix Andersen henrik@brixandersen.dk
This action initializes a Zephyr based project, downloading the Zephyr SDK and the necessary modules for a West based Zephyr workspace application.
- name: Setup Zephyr project uses: zephyrproject-rtos/action-zephyr-setup@v1 with: app-path: example-application toolchains: arm-zephyr-eabi
- name: Checkout uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: 3.12 - name: Setup Zephyr project uses: zephyrproject-rtos/action-zephyr-setup@v1 with: app-path: app toolchains: arm-zephyr-eabi - name: Build run: | west build app
- name: Checkout uses: actions/checkout@v4 with: path: app - name: Set up Python uses: actions/setup-python@v5 with: python-version: 3.12 - name: Setup Zephyr project uses: zephyrproject-rtos/action-zephyr-setup@v1 with: app-path: app toolchains: arm-zephyr-eabi - name: Build run: | west build app
- name: Setup Zephyr project uses: zephyrproject-rtos/action-zephyr-setup@v1 with: app-path: app toolchains: arm-zephyr-eabi:riscv64-zephyr-elf sdk-version: 0.16.3
- name: Setup Zephyr project uses: zephyrproject-rtos/zephyr-setup@v1 with: app-path: app toolchains: arm-zephyr-eabi manifest-file-name: custom_west.yml
- name: Setup Zephyr project uses: zephyrproject-rtos/zephyr-setup@v1 with: app-path: app toolchains: arm-zephyr-eabi west-group-filter: -hal,-tools,-bootloader,-babblesim west-project-filter: -nrf_hw_models
- name: Setup Zephyr project uses: zephyrproject-rtos/zephyr-setup@v1 with: app-path: app toolchains: arm-zephyr-eabi west-version: 1.3.0
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
action-setup-zephyr
This action initializes a Zephyr based project, downloading the Zephyr SDK and the necessary modules for a West based Zephyr workspace application.
Basic usage
Scenarios
Application and west.yml in an “app” subdirectory
Application and west.yml at the root of the repository
Use a specific SDK version and multiple compilers
Specify a custom west workspace manifest file name
Filter west groups and projects
Specify a west version