audio-blocks 0.7.0

Traits to handle all audio data layouts in real-time processes
Documentation
name: 🚫 No-Std Targets

on:
  push:
    branches: [main]
  pull_request:
  workflow_dispatch:

env:
  CARGO_TERM_COLOR: always

jobs:
  nostd:
    name: 🔌 ARM Cortex-M
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
      - run: rustup target add thumbv7m-none-eabi
      - run: cargo check --target thumbv7m-none-eabi --no-default-features