This is release 1.0 of the MPC5500 fs_gpio API files.
These files are refered to collectively as AN2855SW.

This package is intended to assist in writing programs for the mpc55xx devices.
The API can be sued to assign the pads of the mpc5500 integrations to one of
their available functions (primary, alternate, GPIO etc) and to configure 
the pad as required.

The example makefile uses the mpc5554.h header file but this can be replaced by any
mpc5500 header file.

This release contains:
fs_gpio.h               version 1.0; contains definitions of various macros and 
                                     functions used by the API
fs_gpio.c               version 1.0; contains C code for the API
siu_struct.h            version 1.0; contains a structure definition for the SIU
                                     which is used by the API.
makefile                             example makefile
typedefs.h                                        
readme_fs_gpio.txt      this file.


History
-------
Changes in 1.0
---------------
Initial release.