Skip to content

Add basic Embassy support #179

Add basic Embassy support

Add basic Embassy support #179

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add clippy
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: thumbv7m-none-eabi
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --features=gd32f130x8,rt --target thumbv7m-none-eabi --examples