Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 383 Bytes

File metadata and controls

7 lines (5 loc) · 383 Bytes

Input/Output Framework (UART Submodule)

The UART Submodule provides functions for Input/Ouptu Framework to work with UART via stdio function.

The submodules should be registered by iofw_uart_register() function. Additionally Implementation-specific parameters, like pin-assignment should be done either in HAL_UART_MSPInit function or by separate calls.