Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

libhal-google/picolibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

picolibc

Conan package for the picolibc library.

Using prebuilt-picolibc

Currently only supports ARM GNU Toolchain. There are no plans to support additional architectures unless the picolibc project decides to support additional projects. The picolibc project will be buildable for any target platform, solving the support issue.

To use this project:

def build_requirements(self):
    self.tool_requires("arm-gnu-toolchain/12.2.1")

def requirements(self):
    self.requires("prebuilt-picolibc/12.2.1")

The arm-gnu-toolchain version must match the prebuilt-picolibc version exactly.

About

Conan package for the picolibc library

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published