/* ------------------------------------------------------------------------------------------------ */
/* FILE :        readme.txt                                                                         */
/*                                                                                                  */
/* CONTENTS :                                                                                       */
/*               uAbassi SMP RTOS: description for ARM Cortex A9 / Xilinx SDK (Free version)        */
/*                                                                                                  */
/*                                                                                                  */
/* Copyright (c) 2017-2019, 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.5 $                                                                                */
/*  $Date: 2019/02/19 16:56:06 $                                                                    */
/*                                                                                                  */
/* ------------------------------------------------------------------------------------------------ */

*** IMPORTANT ***
    This is the free version. uAbassi's kernel is fully functional with no run time limits.
    It is resource limited: i.e. there is a maximum number of tasks, semaphores & mutexes.

    There is another readme.txt file in the directory uAbassi_SMP_CortexA9_XSDK.
    It contains all the details about this package

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

. --- / --- readme.txt                  [me]
      |
      / --- Abassi                       uAbassi include file + platform definitions + misc
      |
      / --- Drivers                      RTOS drivers
      |
      / --- Platform                     Target platform specific files
      |
      / --- Share                        Demo code shared amongst multiple target / tool-chains
      |
      / --- uAbassi_SMP_CortexA9_XSDK    Demo source code, uAbassi objects, SDK workspace

/* ------------------------------------------------------------------------------------------------ */
/* RTOS files + misc                                                                                */

./ --- Abassi


uAbassi.h               : Definition file for the multi-core mAbassi RTOS.

SysCall.h               : System Calls layer definition file


./ --- Platform/inc

HWinfo.h                : Target board specific definitions

Platform.h              : Used by all demos for platform specific definitions

Platform.txt            : Describes the numbering used in Platform.h

./ --- Platform/lib		: uAbassi libraries location

/* EOF */

