Skip to content

Update AIMer implementations #31

Update AIMer implementations

Update AIMer implementations #31

name: stm32f4discovery build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/arm-none-eabi-gcc-action@v1.8.0
with:
release: 13.2.Rel1
- name: Build All (stm32f4discovery)
run: make PLATFORM=stm32f4discovery -j2