laze
laze copied to clipboard
feat: cross-app dependencies
Currently, all dependency resolution is within one app/builder pair.
There are use cases for crossing that boundary:
- an application might want to build with a previously built library
- a RIOT application might need to be turned into a .bin, combining output from a bootloader application and a user application