1    /*!
     2     *  ======== xdc.rov.runtime ========
     3     *  ROV target runtime support
     4     *
     5     *  This package contains a runtime monitor that can be used with ROV in lieu
     6     *  of a JTAG connection.  The `xdc.rov.monserver` package contains a server
     7     *  that enables a standalone Browser-based ROV GUI application that can
     8     *  utilize the target monitor provided by this package.
     9     *
    10     *  The file `Board_serialMon.txt` (contained in this package) illustrates
    11     *  how to use the runtime monitor with a TI-RTOS UART driver.
    12     */
    13    package xdc.rov.runtime {
    14        module Monitor;
    15    }