Skip to content

Use bare_metal::CriticalSection for GPIO configuration #229

Use bare_metal::CriticalSection for GPIO configuration

Use bare_metal::CriticalSection for GPIO configuration #229

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Continuous integration
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
include:
- rust: nightly
experimental: true
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
target: thumbv6m-none-eabi
override: true
- name: Regular build
run: python tools/check.py
- name: Size check
run: python tools/check.py size_check