User Tools

Site Tools


manual:files

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:files [2011/11/08 13:22]
127.0.0.1 external edit
manual:files [2019/01/08 12:36]
voorburg
Line 1: Line 1:
 ====== File Structure ====== ====== File Structure ======
 +
 <​code>​ <​code>​
-+-- Doc\++-- Doc/
 |   | |   |
-|   +-- license.html ​                            ​-->​ GNU GPL v3 license ​with special exception+|   +-- license.html ​                            ​-->​ GNU GPL v3 license 
 +|   | 
 +|   +-- UserManuals/​ 
 +|   ​| ​  | 
 +|   ​| ​  +-- UM_<​product name> ​                   --> User manual for a specific product 
 +|   | 
 +|   +-- ReferenceManuals/​ 
 +|       | 
 +|       +-- RM_<​product name> ​                   --> Reference manual for a specific product
 | |
-+-- Host\++-- Host/
 |   | |   |
-|   ​+-- ​Microboot.exe ​                           ​--> Microboot download utility ​for MS Windows+|   ​+-- ​MicroBoot ​                               ​--> Microboot download utility
 |   | |   |
-|   ​+-- ​Source\ ​                                 ​--> Microboot ​source code+|   ​+-- ​BootCommander ​                           ​--> ​BootCommander command line download utility 
 +|   | 
 +|   +-- Drivers/ ​                                ​-->​ Drivers for Microboot ​communication interfaces such as USB
 |       | |       |
-|       ​+-- ​interfaces\ ​                         ​--> ​communication interface ​source code+|   +-- Source/ 
 +|       | 
 +|       ​+-- ​MicroBoot/ ​                          ​-->​ Microboot source code 
 +|       | 
 +|       +-- BootCommander/ ​                      ​-->​ BootCommander source code 
 +|       | 
 +|       +-- LibOpenBLT/ ​                         ​--> ​OpenBLT host library source code 
 +|       | 
 +|       +-- SeedNKey/ ​                           --> Seed/key unlock algorithm library ​source code
 |              |             
-+-- Target\++-- Target/
     |     |
-    +-- Demo\+    +-- Demo/
     |   |     |   |
-    |   +-- <cpu_derivatie_demoboard_compiler>\  ​--> e.g. "ARM7_LPC2000_Olimex_LPC_L2294_GCC"+    |   +-- <cpu_derivative_demoboard_compiler>--> e.g. "ARMCM0_STM32F0_Nucleo_F091RC_GCC"
     |       |     |       |
-    |       +-- Boot                           ​-->​ demo bootloader program, needs to be programmed once+    |       +-- Boot                           ​-->​ demo bootloader program, needs to be programmed once
     |       ​| ​  |     |       ​| ​  |
     |       ​| ​  +-- *.h|*.c ​                     --> source code of the demo bootloader program ​     |       ​| ​  +-- *.h|*.c ​                     --> source code of the demo bootloader program ​
     |       |     |       |
-    |       +-- Prog                           ​-->​ demo program, can be programmed with Microboot+    |       +-- Prog                           ​-->​ demo use program, can be programmed with Microboot
     |           |     |           |
     |           +-- *.h|*.c ​                     --> source code of the demo program     |           +-- *.h|*.c ​                     --> source code of the demo program
     |     |
-    +-- Source                                 ​-->​ target independent bootloader source code+    +-- Source                                  
 +        | 
 +        +-- *.h|*.c ​                             ​--> target independent bootloader source code
         |         |
-        +-- *.h|*.c+        +-- third_party/ ​                        ​-->​ third party libraries such as uIP and FatFS
         |         |
-        +-- <​cpu_derivative>​                   ​-->​ e.g. "​ARM7_LPC2000"​+        +-- <​cpu_derivative>​                   ​-->​ e.g. "​ARM7_LPC2000"​
             |             |
             +-- *.h|*.c ​                         --> target dependent bootloader source code             +-- *.h|*.c ​                         --> target dependent bootloader source code
             |             |
-            +-- <​compiler>​                     ​-->​ e.g. "​GCC"​+            +-- <​compiler>​                     ​-->​ e.g. "​GCC"​
                 |                 |
                 +-- *.h|*.c|*.s ​                 --> compiler dependent bootloader source code                 +-- *.h|*.c|*.s ​                 --> compiler dependent bootloader source code
-                ​ 
 </​code>​ </​code>​
manual/files.txt · Last modified: 2019/09/24 22:03 (external edit)