Skip to content

✨ stm32f1 ADC driver (#77) #216

✨ stm32f1 ADC driver (#77)

✨ stm32f1 ADC driver (#77) #216

Workflow file for this run

name: ✅ CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
schedule:
- cron: "0 12 * * 0"
jobs:
ci:
uses: libhal/ci/.github/workflows/[email protected]
secrets: inherit
test-cortex-m0:
uses: libhal/ci/.github/workflows/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
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