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 newlib example program and documentation #278

Merged
merged 5 commits into from
Feb 17, 2022
Merged

Conversation

stnolting
Copy link
Owner

This PR is an addition of #275 and adds the following:

  • a demo/test example program for newlib's system call functions (like malloc and write) in sw/example/newlib_demo
  • new documentation for the C Standard Library (which is newlib by default)
  • some notes regarding newlib (especially when building the compiler toolchain from scratch)

@stnolting stnolting added DOC Improvements or additions to documentation SW software-related labels Feb 16, 2022
@stnolting stnolting self-assigned this Feb 16, 2022
@stnolting stnolting changed the title Add newlib example Add newlib example program and documentation Feb 16, 2022
@stnolting stnolting merged commit 8714e5d into main Feb 17, 2022
@stnolting stnolting deleted the add_newlib_example branch February 17, 2022 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DOC Improvements or additions to documentation SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant