Add IMX IPM sample application. It reads the data sent to the Messaging Unit and sends them back. It has been tested on Udoo Neo Full board with the Cortex-A9 core running Linux and sending the data into the Messaging Unit A and the Cortex-M4 running this sample Zephyr application and reading the data from Messaging Unit B and sending it back for Linux side to read it from Messaging Unit A. Origin: Original Signed-off-by: Stanislav Poboril <stanislav.poboril@nxp.com>
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
CONFIG_STDOUT_CONSOLE=n
|
|
CONFIG_PRINTK=y
|
|
CONFIG_IPM=y
|
|
CONFIG_IPM_IMX=y
|
|
CONFIG_IPM_IMX_MAX_DATA_SIZE_4=y
|