Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PSRAM in DmaTxBuf #2161

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 20, 2024

  1. support psram in DmaTxBuf

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    306d118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008c8cd View commit details
    Browse the repository at this point in the history
  3. fmt

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b231c8b View commit details
    Browse the repository at this point in the history
  4. cleanups

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    07f780c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1376b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    179e926 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e37d4f View commit details
    Browse the repository at this point in the history
  8. return error in prepare_transfer if psram is found on non-esp32s3

    add `dma_tx_buffer` macro
    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5b2b4c9 View commit details
    Browse the repository at this point in the history
  9. missing parens

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    12acacd View commit details
    Browse the repository at this point in the history
  10. changelog

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9e2067d View commit details
    Browse the repository at this point in the history
  11. default 4092 for esp32 & fmt

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9fce2f4 View commit details
    Browse the repository at this point in the history
  12. no errors anymode

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b264ee2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e62e91 View commit details
    Browse the repository at this point in the history
  14. drop block_size from macro, the buffer allocation was not being align…

    …ed - its not needed for dram anyway.
    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    510b392 View commit details
    Browse the repository at this point in the history
  15. missed macro example

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    af58a61 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    70e98d7 View commit details
    Browse the repository at this point in the history
  17. fix typo

    liebman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fa7cce0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c9ff4c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d18fea7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37f7bff View commit details
    Browse the repository at this point in the history