Skip to content

Renamed GPIO pins to be descriptive, moved precharge time macros int… #1528

Renamed GPIO pins to be descriptive, moved precharge time macros int…

Renamed GPIO pins to be descriptive, moved precharge time macros int… #1528

Workflow file for this run

name: Verify Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install tools
run: |
sudo apt -y update
sudo apt -y install gcc-arm-none-eabi
- name: Initialize Submodules
run: git submodule update --init --recursive
- name: clean
run: make clean
- name: make stm32f413
run: make stm32f413