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

Support picolib #357

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Support picolib #357

wants to merge 10 commits into from

Commits on Jun 13, 2024

  1. lib picolib: add build scripts

    bradjc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4120197 View commit details
    Browse the repository at this point in the history
  2. lib: add fetch-picolib script

    bradjc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    25e528b View commit details
    Browse the repository at this point in the history
  3. add picolib-tock library

    bradjc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    12b1783 View commit details
    Browse the repository at this point in the history
  4. libtock: split sys

    Some functions differ between newlib and picolib. Those are now in
    tock_sys.c.
    bradjc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ee1e2a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfc2b49 View commit details
    Browse the repository at this point in the history
  6. make: Configuration: support picolib

    Switch to TOCK_LIBC variables rather than assuming newlib
    bradjc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d355708 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64e545e View commit details
    Browse the repository at this point in the history
  8. picolib: add flag descriptions

    Co-authored-by: Pat Pannuto <[email protected]>
    bradjc and ppannuto committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    32e4f9f View commit details
    Browse the repository at this point in the history
  9. make: precompiled: make picolib target unique

    The newlib and picolib targets can't match both rules.
    bradjc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    540500b View commit details
    Browse the repository at this point in the history
  10. ci: build one app with picolib

    bradjc committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f04ba37 View commit details
    Browse the repository at this point in the history