/* ------------------------------------------------------------------------------------------------ */
/* FILE :        readme.txt                                                                         */
/*                                                                                                  */
/* CONTENTS :                                                                                       */
/*               mAbassi SMP RTOS: description for ARM Cortex A9 / Xilinx SDK (Free version)        */
/*                                                                                                  */
/*                                                                                                  */
/* Copyright (c) 2014-2018, 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.3 $                                                                                */
/*  $Date: 2017/09/08 15:37:39 $                                                                    */
/*                                                                                                  */
/* ------------------------------------------------------------------------------------------------ */

*** IMPORTATNT ***

    This is the free version, mAbassi's kernel will start rejecting requets after a while.
    Typical applications will operate for multiple weeks before reaching the expiry.

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

/* ------------------------------------------------------------------------------------------------ */
/* Overall file system at this level                                                                */
/*																									*/
/* *** only Abassi, Drivers, mAbassi_SMP_CortexA9_XSDK, Plaform and Share are included in the		*/
/*     freeware version																				*/
/*																									*/

. --- / --- readme.txt                  [me]
      |
      / --- Abassi                       Abassi include file + platform definitions + misc
      |
      / --- Drivers                      RTOS drivers
      |
      / --- FatFS-0.12b                  FAT32 stack : open source FatFS
      |
      / --- FullFAT-2.0.1                FAT32 stack : open source Full-FAT
      |
      / --- lwip-1.4.1                   IP stack : open source lwIP 1.4.1
      |
      / --- lwip-2.0.3                   IP stack : open source lwIP 2.0.3
      |
      / --- lwip-if                      I/F between Ethernet driver & lwIP & target defintions
      |
      / --- mAbassi_SMP_CortexA9_XSDK    Demo source code, SDK workspace
      |
      / --- Platform                     Target specific code / mAbassi libraries
      |
      / --- Share                        Demo code shared amongst multiple target / toolchains
      |
      / --- ueFAT-2.6.11                 FAT32 stack : open source Ultra-Embedded-FAT

/* ------------------------------------------------------------------------------------------------ */
/* RTOS files + misc                                                                                */
/*																									*/
/* *** only mAbassi.h, Syscall.h and SysCall_noFS.c are included in the freeware version            */
/*																									*/

./ --- Abassi

Abassi_FatFS.c          : FatFS RTOS support for Abassi

Abassi_FullFAT.c        : FullFAT RTOS support for Abassi

Abassi_ueFAT.c          : ueFAT RTOS support for Abassi

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

Shell.c                 : Debug / Monitoring shell

Shell.h                 : Debug / Monitoring shell defintion files

SubShell.c              : Template for application add-on to the Debug / Monitoring shell

SysCall.h               : System Calls layer defintion file

SysCall_FatFS.c         : System Calls layer for FatFS

SysCall_FullFAT.c       : System Calls layer for FullFAT

SysCall_Multi.c         : System Calls layer for combined file system stacks

SysCall_noFS.c          : System Calls layer when no underlying file system stacks are used

SysCall_ueFAT.c         : System Calls layer for ueFAT (Ultra-Embdedded FAT)

./ --- Platform/inc

HWinfo.h                : Target board specific defintions

PlatForm.h              : Used by all demos for target/platform specific defintions

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


/* EOF */

