Recommendations for reusing Drivers and Middlewares In Repo
Hi all,
What is the recommended way to not crush our repository and dynamically pull/generate the project's Drivers and Middleware folders? For instance, our repository has both Bootloader + Application code projects in a repo (and other MCU projects/layouts for the same board).
Is there something similar to Platform.IO (or C#'s NuGet packages) where the platform maintains those 3rd-party files in a volatile location and pulls them if they don't exist on your machine? Especially for the sake of not checking into the repo duplication of +15 MB worth of files for each project.
Please excuse me if this was already asked. I didn't quite find a solid answer.
I'm ok with making a command line script that auto-pulls them too, if that's a possibility.
