-# Project Folder
+# Project
All project-specific files should be stored in the /project folder to try to
keep the generic HW-level code and drivers seperate from the business logic
projects, and also update the drivers and HW-level code if newer version of
these common-files become available.
-# FOLDERS
-
## commands/
Code to implements specific commands for the command-line interface. Requires
strict requirement and you may wish to store multiple related commands in one
.c file, such as 'cmds_graphics.c' etc.
-## documentation/
-
-Project-specific documentation is stored here
-
# FILES
## cmd_tbl.h