⬆️ demos/1.19.0 (#169) #497
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ✅ CI | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| - cron: "0 12 * * 0" | |
| jobs: | |
| ci: | |
| uses: libhal/ci/.github/workflows/library_check.yml@5.x.y | |
| secrets: inherit | |
| test-cortex-m0: | |
| uses: libhal/ci/.github/workflows/deploy.yml@5.x.y | |
| with: | |
| arch: cortex-m0 | |
| os: baremetal | |
| compiler: gcc | |
| compiler_version: 12.3 | |
| compiler_package: arm-gnu-toolchain | |
| secrets: inherit | |
| test-cortex-m0plus: | |
| uses: libhal/ci/.github/workflows/deploy.yml@5.x.y | |
| with: | |
| arch: cortex-m0plus | |
| os: baremetal | |
| compiler: gcc | |
| compiler_version: 12.3 | |
| compiler_package: arm-gnu-toolchain | |
| secrets: inherit | |
| test-cortex-m1: | |
| uses: libhal/ci/.github/workflows/deploy.yml@5.x.y | |
| with: | |
| arch: cortex-m1 | |
| os: baremetal | |
| compiler: gcc | |
| compiler_version: 12.3 | |
| compiler_package: arm-gnu-toolchain | |
| secrets: inherit | |
| test-cortex-m3: | |
| uses: libhal/ci/.github/workflows/deploy.yml@5.x.y | |
| with: | |
| arch: cortex-m3 | |
| os: baremetal | |
| compiler: gcc | |
| compiler_version: 12.3 | |
| compiler_package: arm-gnu-toolchain | |
| secrets: inherit | |
| test-cortex-m4: | |
| uses: libhal/ci/.github/workflows/deploy.yml@5.x.y | |
| with: | |
| arch: cortex-m4 | |
| os: baremetal | |
| compiler: gcc | |
| compiler_version: 12.3 | |
| compiler_package: arm-gnu-toolchain | |
| secrets: inherit | |
| test-cortex-m4f: | |
| uses: libhal/ci/.github/workflows/deploy.yml@5.x.y | |
| with: | |
| arch: cortex-m4f | |
| os: baremetal | |
| compiler: gcc | |
| compiler_version: 12.3 | |
| compiler_package: arm-gnu-toolchain | |
| secrets: inherit | |
| demo_check_lpc4074: | |
| uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y | |
| with: | |
| compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git | |
| compiler_profile: v1/arm-gcc-12.3 | |
| platform_profile_url: . | |
| platform_profile: v1/lpc4074 | |
| secrets: inherit | |
| demo_check_lpc4078: | |
| uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y | |
| with: | |
| compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git | |
| compiler_profile: v1/arm-gcc-12.3 | |
| platform_profile_url: . | |
| platform_profile: v1/lpc4078 | |
| secrets: inherit | |
| demo_check_stm32f103c8: | |
| uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y | |
| with: | |
| compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git | |
| compiler_profile: v1/arm-gcc-12.3 | |
| platform_profile_url: . | |
| platform_profile: v1/stm32f103c8 | |
| secrets: inherit | |
| demo_check_stm32f411re: | |
| uses: libhal/ci/.github/workflows/demo_builder.yml@5.x.y | |
| with: | |
| compiler_profile_url: https://github.com/libhal/arm-gnu-toolchain.git | |
| compiler_profile: v1/arm-gcc-12.3 | |
| platform_profile_url: . | |
| platform_profile: v1/stm32f411re | |
| secrets: inherit |