Keil-Toolchain files
--------------------------------------------------

+---srcKeil
    +---startup_LPC13xx.s
        system_LPC13xx.c


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

* in "startup_LPC13xx.s" 


                IMPORT OSPendSV_ISR
                IMPORT OSTickISR

                ...
                DCD     OSPendSV_ISR              ; pCOS - PendSV Handler
                DCD     OSTickISR                 ; pCOS - SysTick Handler




