WinARM-Toolchain files
--------------------------------------------------

+---resource
    +---AT91SAM7S64.h
        Board.h
        Cstartup.S
        Cstartup_SAM7.c
        lib_AT91SAM7S64.h


updates for use by pC/OS
--------------------------------------------------

* in "Cstartup.S" 
  (the original ISR-entries "IRQ_Handler_Entry" and 
  "FIQ_Handler_Entry" from WinARM are not needed and incompatible)

  .extern  OSirqISR
  .extern  OSfiqISR

  irqvec:         B           OSirqISR
  fiqvec:         B           OSfiqISR


!!! WARNING !!!
--------------------------------------------------
actual I can not debug this port
