* Make esp-wifi timer agnostic * Use timer-abstractions in embassy time driver * Refactor * Fix * Fix * Docs * Adapt examples * Adapt tests * Refactoring * Changelogs * Fix example * Adapt xtask * Make CI pass --------- Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>
558 B
558 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
Changed
- Removed the TIMG and SYSTIMER time-drivers, replaced by a generic time-driver taking
OneShotTimer<ErasedTimer>(#1753)