1 /*! 2 * ======== ti.mcu.msp430.runtime ======== 3 * Local extensions to the xdc.runtime modules 4 * 5 * This package illustrates how to extend the xdc.runtime runtime 6 * for a particular platform. In this case, the modules in this package 7 * enable full use of the xdc.runtime for the EZ430-RF2500 hardare. 8 * 9 * Although the modules in this package are designed to support the 10 * EZ430-RF2500, large parts of the implementations are portable to 11 * many similar platforms. 12 */ 13 package ti.mcu.msp430.runtime [1, 0, 0] { 14 module SysBuf; 15 module SysUart; 16 module SysCallback; 17 module LoggerUart; 18 module LoggerCallback; 19 module GateGIE; 20 module HeapNull; 21 }