Skip to content

Commit

Permalink
merge update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Fischer committed Nov 16, 2024
1 parent cdeebd5 commit 590b5fa
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 280 deletions.
1 change: 0 additions & 1 deletion esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Pins::steal()` to unsafely obtain GPIO. (#2335)
- `I2c::with_timeout` (#2361)
- `Spi::half_duplex_read` and `Spi::half_duplex_write` (#2373)
- `Cpu::COUNT` and `Cpu::current()` (#?)
- Add RGB/DPI driver (#2415)
- Add `DmaLoopBuf` (#2415)
- `Cpu::COUNT` and `Cpu::current()` (#2411)
Expand Down
2 changes: 2 additions & 0 deletions esp-hal/src/dma/buffers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,8 @@ unsafe impl DmaTxBuffer for DmaLoopBuf {
start: self.descriptor,
block_size: None,
is_burstable: true,
// The DMA must not check the owner bit, as it is never set.
check_owner: Some(false),
}
}

Expand Down
Loading

0 comments on commit 590b5fa

Please sign in to comment.