* Track async GPIOs in memory * Add an example * Deduplicate interrupt handling * Changelog * Add gpio_bank_1 symbol * Derive EnumCount * Try to fix issues around manual listen calls and multi-core * Fix test * Update esp-hal/src/gpio/mod.rs Co-authored-by: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com> * Do not prevent pending interrupt from being handled * Remove unnecessary unpin * Add a note about interrupt status flags --------- Co-authored-by: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com>
639 B
639 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
- Introduced the
wifi6symbol (#2612) - Introduced the
gpio_bank_1symbol (#2625)
Fixed
Changed
Removed
[0.4.0] - 2024-10-10
[0.3.0] - 2024-08-29
[0.2.0] - 2024-07-15
[0.1.1] - 2024-06-04
[0.1.0] - 2024-04-17
- Initial release