Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.1 KB

Dependencies

The deps/ folder contains the library dependencies used to build and link statically tools, like picotool and elf2uf2 (the libraries libusb and libudev...). The deps/ folder contains also a bash script used by the Dockerfile to successfully build them with different toolchains and with different targets. This way they are ready when used by the CI during the building/linking phase!

They come from:

build_libs.sh

build_libs.sh is used by the Dockerfile: Basically during the docker build phase the libraries are compiled with every toolchain available in the Docker container. Other libraries can be added, the build_libs.sh script needs to be adapted, but the Dockerfile should be ok.