Skip to content

Commit ccba01f

Browse files
committed
samples: openamp: prep for additional board support
Move board specific conf info boards/<BOARD>.conf to support other board/SoCs with this sample. Signed-off-by: Kumar Gala <[email protected]>
1 parent 64bd095 commit ccba01f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_IPM_MCUX=y
2+
CONFIG_SLAVE_CORE_MCUX=y
3+
CONFIG_SLAVE_IMAGE_MCUX="${ZEPHYR_BINARY_DIR}/../openamp_remote-prefix/src/openamp_remote-build/zephyr/zephyr.bin"

samples/subsys/ipc/openamp/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
CONFIG_PRINTK=y
22
CONFIG_IPM=y
3-
CONFIG_IPM_MCUX=y
4-
CONFIG_SLAVE_CORE_MCUX=y
5-
CONFIG_SLAVE_IMAGE_MCUX="${ZEPHYR_BINARY_DIR}/../openamp_remote-prefix/src/openamp_remote-build/zephyr/zephyr.bin"
63
CONFIG_TIMESLICE_SIZE=1
74
CONFIG_MAIN_STACK_SIZE=2048
85
CONFIG_HEAP_MEM_POOL_SIZE=4096
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_IPM_MCUX=y

samples/subsys/ipc/openamp/remote/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_STDOUT_CONSOLE=n
22
CONFIG_PRINTK=n
33
CONFIG_IPM=y
4-
CONFIG_IPM_MCUX=y
54
CONFIG_PLATFORM_SPECIFIC_INIT=n
65
CONFIG_HEAP_MEM_POOL_SIZE=4096
76
CONFIG_OPENAMP=y

0 commit comments

Comments
 (0)