projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of gitlab:wintermute/hackover2013-badge-firmware
[hackover2013-badge-firmware.git]
/
project
/
Readme.md
diff --git
a/project/Readme.md
b/project/Readme.md
index
f52d8e0
..
2866286
100644
(file)
--- a/
project/Readme.md
+++ b/
project/Readme.md
@@
-1,4
+1,4
@@
-# 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
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
@@
-6,8
+6,6
@@
of your individual project. This makes it easier to reuse your code in other
projects, and also update the drivers and HW-level code if newer version of
these common-files become available.
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
## commands/
Code to implements specific commands for the command-line interface. Requires
@@
-16,10
+14,6
@@
be stored in a seperate file(ex.: "command/cmd_hello.c"), though this isn't a
strict requirement and you may wish to store multiple related commands in one
.c file, such as 'cmds_graphics.c' etc.
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
# FILES
## cmd_tbl.h
This page took
0.02105 seconds
and
4
git commands to generate.