...
|
...
|
@@ -103,7 +103,9 @@ The project supports building process on Windows and Linux.
|
103
|
103
|
│ └── src # Source code of the XiPC Emulator.
|
104
|
104
|
├── fonts # Fonts used in desktop GUI applications.
|
105
|
105
|
├── fs # File system generator needed by the real XiPC and the XiPC Emulator.
|
106
|
|
-├── fw # Source code of the firmware for the IO Board.
|
|
106
|
+├── fw
|
|
107
|
+│ ├── doc # Documentation of the IO Board to make by Doxygen.
|
|
108
|
+│ └── src # Source code of the firmware for the IO Board.
|
107
|
109
|
├── ide
|
108
|
110
|
│ ├── geany # IDE configuration to support assembler for the XiPU.
|
109
|
111
|
│ └── qtcreator # IDE configuration for code rules.
|