Skip to content

Add AN386 (Cortex-M4) + AN500 (Cortex-M7) support #42

Add AN386 (Cortex-M4) + AN500 (Cortex-M7) support

Add AN386 (Cortex-M4) + AN500 (Cortex-M7) support #42

Workflow file for this run

name: Build everything
on:
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: install dependencies
run: sudo apt install gcc-arm-none-eabi
- name: Make all
run: |
make -j$(nproc)