User Tools

Site Tools


manual:files

This is an old revision of the document!


File Structure

+-- Doc\
|   |
|   +-- license.html                             --> GNU GPL v3 license with special exception
|
+-- Host\
|   |
|   +-- Microboot.exe                            --> Microboot download utility for MS Windows
|   |
|   +-- Source\                                  --> Microboot source code
|       |
|       +-- interfaces\                          --> communication interface source code
|             
+-- Target\
    |
    +-- Demo\
    |   |
    |   +-- <cpu_derivatie_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\                                  --> target independent bootloader source code
        |
        +-- *.h|*.c
        |
        +-- <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
                
manual/files.1320749067.txt.gz · Last modified: 2019/09/24 22:10 (external edit)