User Tools

Site Tools


manual:files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:files [2016/10/24 16:05]
voorburg
manual:files [2019/09/24 22:03]
Line 1: Line 1:
-====== File Structure ====== 
  
-<​code>​ 
- 
-+-- Doc\ 
- 
-|   | 
- 
-|   +-- license.html ​                            ​-->​ GNU GPL v3 license 
- 
-| 
- 
-+-- Host\ 
- 
-|   | 
- 
-|   +-- MicroBoot.exe ​                           --> Microboot download utility 
- 
-|   | 
- 
-|   +-- SerialBoot.exe ​                          ​-->​ Serialboot RS232 command line download utility 
- 
-|   | 
- 
-|   +-- Drivers\ ​                                ​-->​ Drivers for Microboot communication interfaces such as USB 
- 
-|       | 
- 
-|   +-- Source\ 
- 
-|       | 
- 
-|       +-- MicroBoot\ ​                          ​-->​ Microboot source code 
- 
-|       ​| ​  | 
- 
-|       ​| ​  +-- interfaces\ ​                     --> communication interface source code 
- 
-|       | 
- 
-|       +-- SerialBoot\ ​                         --> Serialboot source code 
- 
-|              
- 
-+-- Target\ 
- 
-    | 
- 
-    +-- Demo\ 
- 
-    |   | 
- 
-    |   +-- <​cpu_derivative_demoboard_compiler>​\ --> e.g. "​ARM7_LPC2000_Olimex_LPC_L2294_GCC"​ 
- 
-    |       | 
- 
-    |       +-- Boot\                            --> demo bootloader program, needs to be programmed once 
- 
-    |       ​| ​  | 
- 
-    |       ​| ​  +-- *.h|*.c ​                     --> source code of the demo bootloader program ​ 
- 
-    |       | 
- 
-    |       +-- Prog\                            --> demo program, can be programmed with Microboot 
- 
-    |           | 
- 
-    |           +-- *.h|*.c ​                     --> source code of the demo program 
- 
-    | 
- 
-    +-- Source\ ​                                 ​ 
- 
-        | 
- 
-        +-- *.h|*.c ​                             --> target independent bootloader source code 
- 
-        | 
- 
-        +-- third_party\ ​                        ​-->​ third party libraries such as uIP and FatFS 
- 
-        | 
- 
-        +-- <​cpu_derivative>​\ ​                   --> e.g. "​ARM7_LPC2000"​ 
- 
-            | 
- 
-            +-- *.h|*.c ​                         --> target dependent bootloader source code 
- 
-            | 
- 
-            +-- <​compiler>​\ ​                     --> e.g. "​GCC"​ 
- 
-                | 
- 
-                +-- *.h|*.c|*.s ​                 --> compiler dependent bootloader source code 
- 
-                ​ 
- 
-</​code>​ 
manual/files.txt ยท Last modified: 2019/09/24 22:03 (external edit)