This is release 1.2 of the FUEL API and example files.
The user should refer to Application Note AN3770 "Using the FUEL eTPU Function" 
which is available from Freescale.
_____________________________________________________________________________

Files included in this package:
===============================
    fuel\readme.txt              Rev: see below  - This file.
    fuel\etpu_fuel.c             Rev : 1.7 - The C code file for the FUEL API.
    fuel\etpu_fuel.h             Rev : 1.6 - The header file for the FUEL API.
    fuel\fuel_example.c          Rev : 1.1 - Example C code file for MPC5500 
                                             products.
    fuel\fuel_example.h          Rev : 1.1 - Example header file for MPC5500 
                                             products.
    fuel\fuel_etpu_gct_example.c eTPU initialization code for the example appl.
    fuel\fuel_etpu_gct_example.h Header file of fuel_etpu_gct_example.c
    fuel\MPC563M_intram.dld      Rev : 1.1 - Linker file.
    fuel\makefile                Rev : 1.1 - A GNU makefile used to build the 
                                             example code.
The following files are needed in order to compile and use the example code:
_____________________________________________________________________________


  From AN3768SW "eTPU Automotive Set (Set 2)"
    etpu_set2\etpu_set2.h          - Image of eTPU set2 function code.
_____________________________________________________________________________     

  From AN2864SW "General C Functions for the eTPU."
    utils\etpu_util.c   - C code file for utility functions.
    utils\etpu_util.h   - header file for utility functions.
    utils\etpu_struc.h  - Register and bit field definitions for the eTPU.
_____________________________________________________________________________     

  From AN2855SW "Using GPIO on MPC5500"
    mpc5500\fs_gpio.c - MPC5500 GPIO low level driver C code file.
    mpc5500\fs_gpio.h - MPC5500 GPIO low level driver header file.
    mpc5500\crt0.s    - Start-up file
_____________________________________________________________________________     

  From AN2856SW "Using the MPC5554 header file"
    mpc5500\mpc5554.h  - Register and bit field definitions for MPC5554.
    mpc5500\typedefs.h - Defines all for data types.
____________________________________________________________________________     

All of the above files are available from the Freescale website.
_____________________________________________________________________________

Readme.txt HISTORY
------------------
  $Log: readme.txt,v $
  Revision 1.2  2009/02/04 08:47:07  prnm001
  revision numbers changed

  Revision 1.1  2009/01/15 12:46:35  prnm001
  Initial revision

