Skip to content

Commit

Permalink
[3/3] DMA Move API: Introduce DMA buffer objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Fischer committed Jul 25, 2024
1 parent 7f251b4 commit 1a7bbab
Show file tree
Hide file tree
Showing 10 changed files with 1,351 additions and 1,066 deletions.
2 changes: 2 additions & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Introduce DMA buffer objects (#1856)

### Changed
- Peripheral driver constructors don't take `InterruptHandler`s anymore. Use `set_interrupt_handler` to explicitly set the interrupt handler now. (#1819)
- Migrate SPI driver to use DMA buffer objects (#1856)

### Fixed
- Improve error detection in the I2C driver (#1847)
Expand Down
Loading

0 comments on commit 1a7bbab

Please sign in to comment.