...
|
...
|
@@ -81,6 +81,7 @@ The project supports building process on Windows and Linux.
|
81
|
81
|
- Doxygen 1.9.6 - Documentation generator from annotated sources.
|
82
|
82
|
- Proteus 8 - Circuit simulator software. Used to simulate the XiPU.
|
83
|
83
|
- QCAD - DXF files editor. Used to create Plexiglas case for the XiPC.
|
|
84
|
+- DipTrace 4.2.0.1 - Schematic and PCB design software.
|
84
|
85
|
|
85
|
86
|
### 3.2. Project structure
|
86
|
87
|
|
...
|
...
|
@@ -104,7 +105,11 @@ The project supports building process on Windows and Linux.
|
104
|
105
|
├── ide
|
105
|
106
|
│ ├── geany # IDE configuration to support assembler for the XiPU.
|
106
|
107
|
│ └── qtcreator # IDE configuration for code rules.
|
|
108
|
+├── io
|
|
109
|
+│ └── pcb # PCB design for the IO Board
|
|
110
|
+├── keyboard # PCB design for the keyboard
|
107
|
111
|
├── lib # Binary libraries needed to run compiled applications on Windows x64.
|
|
112
|
+├── pcb # PCB design for the XiPU
|
108
|
113
|
├── rom # OS with a simple terminal and IO API for applications.
|
109
|
114
|
├── sim # Simulation project of the XiPU.
|
110
|
115
|
└── urom
|