Skip to content

switch to ArduPilot CAN driver for L431 and HSI16 clock #106

switch to ArduPilot CAN driver for L431 and HSI16 clock

switch to ArduPilot CAN driver for L431 and HSI16 clock #106

Workflow file for this run

name: CI Build MacOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build CI
run: |
make arm_sdk_install
make -j8
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: AM32-bootloaders
path: |
obj/*.hex
retention-days: 7