Artful Bytes

A blog about building and programming hardware.

The BEST Project Structure for C/C++/MCU

September 03, 2022 1 min read

In this video, I present the project structure I will be using in the project series:

build/
docs/
src/
app/
common/
drivers/
test/
main.c
tools/
.clang-format
.gitignore
LICENSE
Makefile
README.md