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

Add picolibc as an alternative of newlib? #1492

Closed
jacky-lau-1 opened this issue Jun 18, 2024 · 1 comment
Closed

Add picolibc as an alternative of newlib? #1492

jacky-lau-1 opened this issue Jun 18, 2024 · 1 comment

Comments

@jacky-lau-1
Copy link

Picolibc is a C library designed for embedded 32 and 64 bit systems with limited ROM and RAM. And it has been tested on RISC-V and ARM processors. You can read the introduction here: https://keithp.com/picolibc/picolibc-2021-notes.pdf

@jacky-lau-1 jacky-lau-1 changed the title Add picolibc as alternative of newlib? Add picolibc as an alternative of newlib? Jun 18, 2024
@cmuellner
Copy link
Collaborator

We support this.
Pull request exists here: #1119

Feel free to finish that up:

  • ensure that only upstream components are required
  • ensure that tests can be executed
  • create an ignorelist if you encounter valid reasons for failing tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants