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 MCU windows binary packages #5923

Merged
merged 4 commits into from
Aug 23, 2024
Merged

Fix MCU windows binary packages #5923

merged 4 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Fix MCU windows binary packages

    Use Ninja to generate them, so that the provided compiler is used, to
    determine SIZEOF_VOID_P, and make sure to also use the arm compiler for
    feature detection on Windows.
    tronical committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    daa8faf View commit details
    Browse the repository at this point in the history
  2. Fix ar

    tronical committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ad314f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464100a View commit details
    Browse the repository at this point in the history
  4. Disable windows esp packages for now

    They won't work because of the voidp being wrong.
    tronical committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a39a253 View commit details
    Browse the repository at this point in the history