Chapter 219. Test Programs
Table of Contents
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.
rtt_printf
This test is built when
CYGBLD_RTT_PRINTF
is enabled. It provides an example ofSEGGER_RTT_printf()
use.Note CYGBLD_RTT_PRINTF
is disabled by default since the standard eCosdiag_printf()
et-al provides for vararg based diagnostics, and so includingSEGGER_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.
2024-03-18 | eCosPro Non-Commercial Public License |