Expand description
Component for LowLevelDebug
This provides one Component, LowLevelDebugComponent, which provides the
LowLevelDebug driver—a driver that can prints messages to the serial port
relying on only commands from userspace. It is particularly useful for
board or runtime bringup when more complex operations (allow and subscribe)
may still not be working.
§Usage
let lldb = LowLevelDebugComponent::new(board_kernel, uart_mux)
.finalize(components::low_level_debug_component_static!());