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

Fix potential I2S buffer overwrite #25113

Merged
merged 4 commits into from
Jan 17, 2023

Commits on Dec 19, 2022

  1. Fix potential I2S buffer overwrite

    Code only checked for one space in DMA buffer but could write two words if nextMainISR and nextAdvanceISR time out at same time.  Fix prioritises nextMainISR over LA to only write one word per loop (LA would be delayed by 4usec max. if both time out at same time).
    HoverClub committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b5acd17 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. ws

    thinkyhead committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    5286615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd5901 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    64bc142 View commit details
    Browse the repository at this point in the history