8000 Adding musl c library to micro python - musl branch · Issue #9 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
Adding musl c library to micro python - musl branch #9
Closed
@hagenkaye

Description

@hagenkaye

Hi All,

I've created a new branch 'musl' to import the musl c library

http://www.musl-libc.org

The musl c library has a MIT license, which works nicely with incorporating it into micro python. I'll be looking at adding some (obviously not all the code) of the features like printf, UTF-8, math, regex, etc. to micro python.

I've imported the entire library (including parts that probably won't be used), including history and placed it in a directory called musl. You should be able to track changes back in time in the musl project with

git log --follow

--follow flag is needed because I moved all the files from the root to the musl directory.

Anyways, lots of changes will be made, this branch probably will be unstable at times. If there is any other features that you think might be important let me know. Feel free to comment, hack away or review as this little adventure begins!

Hagen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0