package ti.sysbios.knl

Contains core modules for the BIOS kernel

XDCspec declarations sourced in ti/sysbios/knl/package.xdc
requires ti.sysbios.family;
 
package ti.sysbios.knl [2, 0, 0, 0] {
 
    module Clock;
    // System Clock Manager
    module Idle;
    // Idle Thread Manager
    module Swi;
    // Software Interrupt Manager
    module Task;
    // Task Manager
}
generated on Tue, 01 Sep 2009 00:35:53 GMT