... | ... |
@@ -77,6 +77,7 @@ The project supports building process on Windows and Linux. |
77 | 77 |
- QtCreator - IDE for C++/Qt. Used to create desktop applications. |
78 | 78 |
- Qt 5.12.4 - Multiplatform Qt 5 library. It supports UI, data structures, files etc. |
79 | 79 |
- GCC - C and C++ code compiler. |
80 |
+- Keil uVision 5.37 - Compiler and debugger for the STM32F0 MCU. |
|
80 | 81 |
- Make - Build automation tool. |
81 | 82 |
- Doxygen 1.9.6 - Documentation generator from annotated sources. |
82 | 83 |
- Proteus 8 - Circuit simulator software. Used to simulate the XiPU. |
... | ... |
@@ -156,7 +157,17 @@ cd rom |
156 | 157 |
make |
157 | 158 |
``` |
158 | 159 |
|
159 |
-#### 4.2.4. Applications |
|
160 |
+#### 4.2.4. IO Board firmware |
|
161 |
+ |
|
162 |
+To build the IO Board firmware file, and create documentation, please type: |
|
163 |
+ |
|
164 |
+```console |
|
165 |
+cd fw |
|
166 |
+make |
|
167 |
+``` |
|
168 |
+To build successfully a firmware is needed the Keil uVision5 with a free license for STM32F0 MCUs. UV4.exe must be added to the PATH env. |
|
169 |
+ |
|
170 |
+#### 4.2.5. Applications |
|
160 | 171 |
|
161 | 172 |
To build the user applications, please type: |
162 | 173 |
|
... | ... |
@@ -165,7 +176,7 @@ cd app |
165 | 176 |
make |
166 | 177 |
``` |
167 | 178 |
|
168 |
-#### 4.2.5. File System |
|
179 |
+#### 4.2.6. File System |
|
169 | 180 |
|
170 | 181 |
To generate a directory with the virtual file system, please type: |
171 | 182 |
|
... | ... |
@@ -174,7 +185,7 @@ cd fs |
174 | 185 |
make |
175 | 186 |
``` |
176 | 187 |
|
177 |
-#### 4.2.6. XiPC Emulator |
|
188 |
+#### 4.2.7. XiPC Emulator |
|
178 | 189 |
|
179 | 190 |
To build the application and create documentation, please type: |
180 | 191 |
|