Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit 0650130

Browse files
committed
Moved files for better software structure.
1 parent d895c3b commit 0650130

22 files changed

+27
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ fp-info-cache
22
fp-lib-table
33
*.sch-bak
44
*.kicad_pcb-bak
5-
/robot-control-src/wifi_ap.hpp
5+
/robot-control-src/application/wifi_ap.hpp
66
doc/html
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
\dir .
2+
\brief application layer
3+
4+
This directory contains everything which is specific for the software.
5+
This is in particular configuration.
6+
But also parts of the software which are specific for the software.
7+
That meast the content of this directory can not be used in a different
8+
software whithout modifiing the code.
File renamed without changes.
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
\dir .
2+
\brief device drivers
3+
4+
This directory contains device drivers.
5+
The drivers are not specific for a certain application or hardware.
6+
They each support a specific device which may be configured.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
\dir .
2+
\brief middleware
3+
4+
This directory contains parts of the software which is neither peripheral
5+
drivers nor application specific.
6+
It is only specific for the type of application.

robot-control-src/utils/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
\dir .
2+
\brief generic utilities
3+
4+
This directory contains utilities which are not specific for this software.
5+
The utilities may be not generic enough for isolated libraries.
6+
Or the libraries containing these utilities exist, but can not be used in this software.

0 commit comments

Comments
 (0)