...
|
...
|
@@ -105,9 +105,8 @@ The project supports building process on Windows and Linux.
|
105
|
105
|
├── ide
|
106
|
106
|
│ ├── geany # IDE configuration to support assembler for the XiPU.
|
107
|
107
|
│ └── qtcreator # IDE configuration for code rules.
|
108
|
|
-├── io
|
109
|
|
-│ └── pcb # PCB design for the IO Board
|
110
|
|
-├── keyboard # PCB design for the keyboard
|
|
108
|
+├── io # PCB design for the IO Board
|
|
109
|
+├── kbd # PCB design for the keyboard
|
111
|
110
|
├── lib # Binary libraries needed to run compiled applications on Windows x64.
|
112
|
111
|
├── pcb # PCB design for the XiPU
|
113
|
112
|
├── rom # OS with a simple terminal and IO API for applications.
|