-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* support psram in DmaTxBuf * add example that sometimes works :-( * fmt * cleanups * allow chunk_size upto (including) 4095 * this test is passing for me now * remove chunk_size and compute based on block_size * return error in `prepare_transfer` if psram is found on non-esp32s3 add `dma_tx_buffer` macro * missing parens * changelog * default 4092 for esp32 & fmt * no errors anymode * use block_size is_some to flag invalid psram in prepare_transfer * drop block_size from macro, the buffer allocation was not being aligned - its not needed for dram anyway. * missed macro example * use defmt::Format that decodes owner like Debug * fix typo * DmaTxBuf: its an error if buffer is in psram and block_size is none * DmaTxBuf: its an error if buffer is in psram and block_size is none * update for PSRAM feature changes * address alignment comments add simple test * fmt * better alignment test * revert alignment test --------- Co-authored-by: Juraj Sadel <[email protected]>
- Loading branch information
1 parent
826754c
commit cf9050d
Showing
7 changed files
with
542 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.