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

RP2040 tweaks #2723

Merged
merged 6 commits into from
Jul 19, 2024
Merged

RP2040 tweaks #2723

merged 6 commits into from
Jul 19, 2024

Commits on Jul 17, 2024

  1. RP2040: Use our own unaligned memcpy to avoid alignment faults with s…

    …ome memcpy implementations
    liamfraser committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    770efd9 View commit details
    Browse the repository at this point in the history
  2. RP2040: no need to clear usb_hw (usb registers) as they are reset to …

    …default state by a hardware reset
    liamfraser committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3804ab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    23c9353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d72f15 View commit details
    Browse the repository at this point in the history
  3. not all GCC compiler builds support --no-warn-rwx-segments; check_lin…

    …ker_flag is not available in all supported version of CMake, so just allow it to be passed in
    kilograham authored and liamfraser committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5f6152a View commit details
    Browse the repository at this point in the history
  4. fix some clang compiler warnings

    kilograham authored and liamfraser committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    31a979a View commit details
    Browse the repository at this point in the history