Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10523851052385 Application Code Anchor10344811034481When Micriµm provides example projects, they are placed in a directory structure shown below. Of course, a directory structure that suits a particular project/product can also be used. Anchor10068281006828

\Micrium

...

    \Software

...

        \EvalBoards
            \<manufacturer>
                \<board_name>

...

 
                    \<compiler>
                        \<project name>
                            \*.*
 
\Micrium

This is where we place all software components and projects provided by Micriµm. This directory generally starts from the root directory of the computer. Anchor10068381006838

\Software

...

1009573This sub-directory contains all software components and projects. Anchor10068401006840

\EvalBoards

...

10068411006841This sub-directory contains all projects related to evaluation boards supported by Micriµm. Anchor10449781044978

\<manufacturer>

...

10449791044979This is the name of the manufacturer of the evaluation board. The “<” and “>” <” and “>are not part of the actual name. Anchor10449801044980

\<board name>

...

10449731044973This is the name of the evaluation board. A board from Micriµm will typically be called uC?Eval?xxxx where “xxxx” xxxxrepresents the CPU or MCU used on the board. The “<” and “>” <” and “>are not part of the actual name. Anchor10449751044975

\<compiler>

Anchor10068471006847This is the name of the compiler or compiler manufacturer used to build the code for the evaluation board. The “<” and “>” are not part of the actual name. Anchor10068481006848

\<project name>

...

The name of the project that will be demonstrated. For example, a simple µC/OS-III project might have a project name of “OSOS-Ex1”Ex1. The “-Ex1” Ex1represents a project containing only µC/OS-III. Anchor10449881044988

\*.*

...

These are the project source files. Main files can optionally be called app*.*. This directory also contains configuration files os_cfg.h, os_cfg_app.h and other required source files.