Iris Artin
Iris Artin
Having a separate module for each MCU will make it easier to add additional devices in the future.
Having a separate module for each MCU will make it easier to add additional devices in the future.
This PR fixes all existing doctests in `attiny-hal` and adds `cargo test --doc` to CI for `attiny-hal`. Stacked on https://github.com/Rahix/avr-hal/pull/605.
This PR fixes all existing doctests in `atmega-hal` and adds `cargo test --doc` to CI for `atmega-hal`. Stacked on https://github.com/Rahix/avr-hal/pull/606.
### Type description + examples Most of the time when I want to test for equality, I actually care about mutual assignability (aka bivariance), not exact equality. ```ts import {IsEqual,...
There is currently no implementation of the analog watchdog (AWD) for any STM32 ADCs in embassy. This adds AWD support to v1 ADCs. The examples should speak for themselves. The...