Before getting started, if you haven't used libhal before, follow the Getting Started guide.
For ARM MCU profiles:
conan config install -sf conan/profiles/v1 -tf profiles https://github.com/libhal/libhal-arm-mcu.gitmicromod profiles:
conan config install -sf conan/profiles/v1 -tf profiles https://github.com/libhal/libhal-micromod.gitTo build the project:
conan build . -pr <target_name> -pr <compiler>For the lpc4078
conan build . -pr lpc4078 -pr arm-gcc-12.3For the STM32F103 MicroMod V4:
conan build . -pr mod-stm32f1-v4 -pr arm-gcc-12.3- lpc4078
- lpc4074
- stm32f103c8
- micromod
- lpc4078 MicroMod V5
- stm32f103c8 MicroMod V4
 
See our ARCHITECTURE.md to learn about the important
files in the project, what they do, and quirks about how they work.