Skip to content

Allow to set HSE bypass bit in clock config #819

Allow to set HSE bypass bit in clock config

Allow to set HSE bypass bit in clock config #819

Workflow file for this run

on:
push:
branches: master
pull_request:
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use the latest stable rustc
run: rustup update stable && rustup default stable
- name: Add Cortex-M3 target
run: rustup target add thumbv7m-none-eabi
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --features=stm32f103 --target thumbv7m-none-eabi