Changeset 2038a444 in rtems


Ignore:
Timestamp:
05/28/00 19:37:24 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
91c2b82e
Parents:
1732414
Message:

Added information on Application Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/started/sample.t

    r1732414 r2038a444  
    6262How this executable is downloaded to the target board is very dependent
    6363on the BOARD_SUPPORT_PACKAGE selected.
     64
     65@section More Information on RTEMS Application Makefiles
     66
     67The hello world sample application is a simple example of an
     68RTEMS application the uses the RTEMS Application Makefile
     69system.  This Makefile system gives simplifies building
     70RTEMS applications by providing Makefile templates and
     71capturing the configuration information used to build
     72RTEMS specific to your BSP.  Building an RTEMS application
     73for different BSPs is as simple as switching the
     74setting of @code{RTEMS_MAKEFILE_PATH}.  This Makefile
     75system is described in the file
     76@code{@value{RTEMS-UNTAR}/make/README}.
Note: See TracChangeset for help on using the changeset viewer.