Infineon / Lantiq OS Abstraction Layer IFXOS
============================================

V1.5.5 - 2008-11-27
ADD:
- LINUX Appl:
   - add events also for LINUX user space.
     (new file: ifxos_linux_event_appl.c)
- LINUX Appl: 
   For simulation and compilation under LINUX user space the following 
   IFXOS functionality have been added:
   - functions for copy between user and driver space.
     (new file: ifxos_linux_copy_user_space_appl.c)
   - functions for virtual to physical memory ranges (dummy).
     (new file: ifxos_linux_memory_map_appl.c)
   - functions for driver select handling, dummy - for simulation use the IFXOS DEVIO.
     (new file: ifxos_linux_select_appl.c)
   - macros for print on interrupt level (also for user space)
- LINUX: build process, add a new configure option to allow to switch off the 
   build of the LINUX kernel module
   --with-kernel-module
      Per default the option is set, under LINUX this option allows to build 
      the IFXOS without the kernel module.
      (use --without-kernel-module)

CHANGE(S):
- Win32: IFXOS_FMemOpen: create temp file in the local filesystem (c:\temp or 
   in directory specified by TMP environment variable)
