Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 478 Bytes

ARM GNU Toolchain Repo

Here you can find conan packages for the ARM GNU Toolchain packages used by libhal project.

🏗️ Build Demo

conan create all --version 12.2.1
conan create demo/picolibc_test_pkg --version 12.2.1
conan build demo -pr demo/profile

The demo package will not succeed, but what is more important is that the arm compiler and picolibc flags are present in the commands. They can be exposed by adding VERBOSE=1 in front of the command.