The SD-card driver contains basically zero code written by us (PSLab developers). A few lines of glue, no more. As such, I would prefer to not have it in the main codebase at all, but instead version control it in a separate repo, build it into a library, and pull it in during build with CMake.
The SD-card driver contains two parts:
The SD-card driver contains basically zero code written by us (PSLab developers). A few lines of glue, no more. As such, I would prefer to not have it in the main codebase at all, but instead version control it in a separate repo, build it into a library, and pull it in during build with CMake.