Add a simple sample that tries to answer the silly question: how fast can I move data from one core to another using OpenAMP? It depends on a lot of factors but at least we can use this sample as a skeleton to build tests on top. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
CONFIG_PRINTK=y
|
|
|
|
CONFIG_IPM=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
|
|
|
CONFIG_OPENAMP=y
|
|
CONFIG_OPENAMP_MASTER=n
|