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

libC kconfig: default to PICOLIBC for NATIVE_LIBRARY if POSIX_API or GETOPT #63855

Merged
merged 1 commit into from
Oct 20, 2023

Commits on Oct 13, 2023

  1. libC kconfig: default to PICOLIBC for NATIVE_LIBRARY if POSIX_API

    When building with the POSIX_API we cannot use the host libC.
    When using GETOPT it is similarly quite difficult for users
    to use the host libC.
    So to make it easier for users, let's just default to PICOBLIC
    in those cases,
    while we continue defaulting to the host library in other cases
    so users can use the Linux APIs for whatever test functionality
    they want.
    
    Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
    aescolar committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3bd5df5 View commit details
    Browse the repository at this point in the history