rtic-rs / rtic

Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers

Home Page:https://rtic.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`atomic-polyfill` is deprecated

paolobarbolini opened this issue · comments

Hi! While scraping crates.io I've found this repository to be using atomic-polyfill despite it being declared as deprecated (see https://crates.io/crates/atomic-polyfill).

You may want to replace it with portable-atomic.