Samples work by sending MCTP encoded messages over a uart between two boards. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
CONFIG_SERIAL=y
|
|
CONFIG_UART_ASYNC_API=y
|
|
CONFIG_MCTP=y
|
|
CONFIG_MCTP_UART=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_BUFFER_SIZE=4096
|
|
CONFIG_MCTP_LOG_LEVEL_DBG=y
|
|
CONFIG_ISR_STACK_SIZE=4096
|