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>
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
CONFIG_PRINTK=y
|
|
|
|
CONFIG_IPM=y
|
|
CONFIG_TIMESLICE_SIZE=1
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
|
|
|
CONFIG_OPENAMP=y
|
|
CONFIG_OPENAMP_SLAVE=n
|