libmctp provides interfaces for wiring up a MCTP bus it calls bus bindings. The bindings provided in libmctp however are not directly useful to Zephyr without some work. Provide an initial uart binding that directly uses Zephyr's async uart interface. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2 lines
76 B
CMake
2 lines
76 B
CMake
zephyr_library()
|
|
zephyr_library_sources_ifdef(CONFIG_MCTP_UART mctp_uart.c)
|