Chapter 219. Test Programs

Table of Contents

219.1. Test Programs

219.1. Test Programs

Some RTT specific tests are built and can be used to verify correct operation of the support. The test cases built depend on the configuration options.

  1. rtt_printf

    This test is built when CYGBLD_RTT_PRINTF is enabled. It provides an example of SEGGER_RTT_printf() use.

    [Note]Note

    CYGBLD_RTT_PRINTF is disabled by default since the standard eCos diag_printf() et-al provides for vararg based diagnostics, and so including SEGGER_RTT_printf() will just be an increase in the application footprint, since the eCos diagnostic routines are likely to be present from use by other packages.