components

Macro debug_writer_component_static

Source
macro_rules! debug_writer_component_static {
    ($BUF_SIZE_KB:expr) => { ... };
    () => { ... };
}
Expand description

The optional argument to this macro allows boards to specify the size of the in-RAM buffer used for storing debug messages.

Increase this value to be able to send more debug messages in quick succession.