Skip to content

README: add crates/docs badges #17

README: add crates/docs badges

README: add crates/docs badges #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
name: CI
runs-on: ubuntu-24.04
env: {"RUSTFLAGS": "-Dwarnings"}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
with:
target: thumbv7em-none-eabihf
- name: Install dependencies
run: cargo install svdtools form
- name: Generate
run: make
- name: Check
run: cargo check --features=rt