\r
/** Defines an explicit JTAG break point in the resulting binary via the assembly \c BREAK statement. When\r
* a JTAG is used, this causes the program execution to halt when reached until manually resumed.\r
*\r
* \note This macro is not available for all architectures.\r
*/\r
\r
/** Defines an explicit JTAG break point in the resulting binary via the assembly \c BREAK statement. When\r
* a JTAG is used, this causes the program execution to halt when reached until manually resumed.\r
*\r
* \note This macro is not available for all architectures.\r
*/\r
\r
/** Macro for testing condition \c "x" and writing debug data to the stdout stream if \c false. The stdout stream\r
* must be pre-initialized before this macro is run and linked to an output device, such as the microcontroller's\r
\r
/** Macro for testing condition \c "x" and writing debug data to the stdout stream if \c false. The stdout stream\r
* must be pre-initialized before this macro is run and linked to an output device, such as the microcontroller's\r