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

minimal libc + posix: add strerror and perror functions #46101

Merged
merged 4 commits into from
Jul 4, 2022

Commits on Jul 2, 2022

  1. libc: minimal: add strerror and strerror_r function

    Add simple strerror() and strerror_r() implementations.
    
    Fixes zephyrproject-rtos#46099
    
    Signed-off-by: Christopher Friedt <[email protected]>
    cfriedt committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ab28b35 View commit details
    Browse the repository at this point in the history
  2. tests: lib: c_libc: tests for strerror, strerror_r

    Add tests for strerror() and strerror_r()
    
    Signed-off-by: Christopher Friedt <[email protected]>
    cfriedt committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    6e04ed1 View commit details
    Browse the repository at this point in the history
  3. lib: posix: add perror() implementation

    Add a trivial implementation of `perror()`.
    
    Fixes zephyrproject-rtos#46100
    
    Signed-off-by: Christopher Friedt <[email protected]>
    cfriedt committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    9049dd4 View commit details
    Browse the repository at this point in the history
  4. MAINTAINERS: Add cfriedt as C library collaborator

    Add myself as collaborator on the C library.
    
    Signed-off-by: Christopher Friedt <[email protected]>
    cfriedt committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ce81ce1 View commit details
    Browse the repository at this point in the history