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

Revert "chore(meson): compile libraries and link to executables" #118

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. Revert "chore(meson): compile libraries and link to executables"

    This reverts commit e5f857f.
    
    Compiling the HAL as a static library causes issues where __weak
    functions are not overridden. The reason is that when the library is
    linked the first function definition found is used, which is provided
    by the HAL, and the overridden function in the user application is
    ignored.
    hashemmm96 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    01a051d View commit details
    Browse the repository at this point in the history