Skip to content

Allow restoring currently running rtc (lost time on initialization) #768

Allow restoring currently running rtc (lost time on initialization)

Allow restoring currently running rtc (lost time on initialization) #768

Workflow file for this run

on: [push, 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