Skip to content

libhal/picolibc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.0%
  • CMake 4.8%
  • C++ 2.5%
  • Shell 1.7%