This directory contains linker scripts and configuration files that are
shared by all applications.  These files are generated when the BSP is
rebuilt. The files are:

customize.lx    This file is present if you are using the Green Hills
                tool set.  It is generated when you build the BSP.
                It contains constant declarations that are
                used in the image.lx and rom.lx linker scripts.  Edit
                the version of this file associated with your platform
                to customize the linker script.

httpImage.ld    This file is present if you are using the GNU tool set.
                This linker script is generated when you build the BSP.
                It is used to link applications with the old HTTP server
                library.  It is used by example applications that
                use this version of the library.  The old HTTP server
                is deprecrated and should not be used in new applications.
                
image.ld        This file is present if you are using the GNU tool set.
                This linker script is generated when you build the BSP.
                This linker script is used to build an image that
                can be debugged and used with the bootloader.

image.lx        This file is present if you are using the Green Hills
                tool set.  It is generated when you build the BSP.
                This linker script used to build an image
                that can be debugged and used with the bootloader.

httpRom.ld      This file is present if you are using the GNU tool set.
                This linker script is generated when you build the BSP.
                This linker script is used to link in the old HTTP server
                library.  It is used by example applications that
                use this version of the library.  The old HTTP server
                is deprecrated and should not be used in new applications.
                
rom.ld          This file is present if you are using the GNU tool set.
                This linker script is generated when you build the BSP.
                This linker script is used to build an image that 
                will run from ROM.  The bootloader is not used with
                this type of image.

rom.lx          This file is present if you are using the Green Hills
                tool set.  It is generated when you build the BSP.
                This linker script used to build an image
                that will run from ROM.  The bootloader is not used
                with this type of image.

