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 #4911 : Partially rework some code to remove warnings about potential non-aligned memory accesses #4912

Merged
merged 6 commits into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. * Adding the -Wcast-align compilation flag for

      the rp2040.
    TheMalkavien committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ed4a4ca View commit details
    Browse the repository at this point in the history
  2. * Some rework to use a struct to access radio data

    * Buffer will not be accessed by arithmetic pointer anymore
    TheMalkavien committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    18ecd3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c45b7a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dc4f9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e20fe13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83d004c View commit details
    Browse the repository at this point in the history