/* ------------------------------------------------------------------------------------------------ */
/* FILE :        readme.txt                                                                         */
/*                                                                                                  */
/* CONTENTS :                                                                                       */
/*               Abassi RTOS: description for Freesacle ColdFire / IAR                              */
/*                                                                                                  */
/*                                                                                                  */
/* Copyright (c) 2012, Code-Time Technologies Inc. All rights reserved.                             */
/*                                                                                                  */
/* Code-Time Technologies retains all right, title, and interest in and to this work                */
/*                                                                                                  */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS                          */
/* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                                       */
/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL                          */
/* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR                             */
/* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,                            */
/* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR                            */
/* OTHER DEALINGS IN THE SOFTWARE.                                                                  */
/*                                                                                                  */
/*                                                                                                  */
/*  $Revision: 1.1 $                                                                                */
/*  $Date: 2012/03/13 20:30:02 $                                                                    */
/*                                                                                                  */
/* ------------------------------------------------------------------------------------------------ */


Quick overview at this level:

   - The RTOS source code (Abassi.c & Abassi.h) is located in the folder ../Abassi, one level above
   - The RTOS assembly file for this port is located in the folder ./src
   - The demso source code are located in the folder ./src
   - The demos build options (AbassiDemo.h) is located in the folder ../Abassi, one level above
   - The IAR workspace is ./Abassi.eww
   - All demo projects are located in individual folders in ./Projects

/* ------------------------------------------------------------------------------------------------ */
/* IMPORTANT NOTES                                                                                  */


/* ------------------------------------------------------------------------------------------------ */
/* Overall file system from at this level                                                           */

. --- / --- readme.txt
      |
      / --- Abassi.eww    [IAR IDE Workspace]
      |
      / --- Projects      [All projects of the workspace are in this folder]
      |
      / --- settings      [Folder containing the workspace settings]
      |
      / --- src           [Abassi assembly file and demo source code]

/* EOF */

