summaryrefslogtreecommitdiff
path: root/examples/imx7d_val_m4/demo_apps
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imx7d_val_m4/demo_apps')
-rw-r--r--examples/imx7d_val_m4/demo_apps/blinking_imx_demo/armgcc/CMakeLists.txt2
-rw-r--r--examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/armgcc/CMakeLists.txt2
-rw-r--r--examples/imx7d_val_m4/demo_apps/hello_world/armgcc/CMakeLists.txt2
-rw-r--r--examples/imx7d_val_m4/demo_apps/hello_world_qspi/armgcc/CMakeLists.txt2
-rw-r--r--examples/imx7d_val_m4/demo_apps/rpmsg/pingpong/armgcc/CMakeLists.txt2
-rw-r--r--examples/imx7d_val_m4/demo_apps/rpmsg/str_echo/armgcc/CMakeLists.txt2
-rw-r--r--examples/imx7d_val_m4/demo_apps/sema4_demo/armgcc/CMakeLists.txt2
7 files changed, 14 insertions, 0 deletions
diff --git a/examples/imx7d_val_m4/demo_apps/blinking_imx_demo/armgcc/CMakeLists.txt b/examples/imx7d_val_m4/demo_apps/blinking_imx_demo/armgcc/CMakeLists.txt
index 87ec30e..1033044 100644
--- a/examples/imx7d_val_m4/demo_apps/blinking_imx_demo/armgcc/CMakeLists.txt
+++ b/examples/imx7d_val_m4/demo_apps/blinking_imx_demo/armgcc/CMakeLists.txt
@@ -128,6 +128,8 @@ ADD_EXECUTABLE(blinking_imx_demo
"${ProjDirPath}/../../../../../platform/drivers/src/ccm_imx7d.c"
"${ProjDirPath}/../../../../../platform/drivers/src/rdc.c"
"${ProjDirPath}/../../../../../platform/drivers/src/wdog_imx.c"
+ "${ProjDirPath}/../../../../../platform/utilities/src/debug_console.c"
+ "${ProjDirPath}/../../../../../platform/utilities/inc/debug_console.h"
"${ProjDirPath}/../../../../../platform/utilities/src/debug_console_imx.c"
"${ProjDirPath}/../../../../../platform/utilities/inc/debug_console_imx.h"
"${ProjDirPath}/../../../../../platform/utilities/src/print_scan.c"
diff --git a/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/armgcc/CMakeLists.txt b/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/armgcc/CMakeLists.txt
index d57c967..add9420 100644
--- a/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/armgcc/CMakeLists.txt
+++ b/examples/imx7d_val_m4/demo_apps/ecspi_flash_demo/armgcc/CMakeLists.txt
@@ -124,6 +124,8 @@ ADD_EXECUTABLE(ecspi_flash_demo
"${ProjDirPath}/../../../../../platform/drivers/src/ccm_imx7d.c"
"${ProjDirPath}/../../../../../platform/drivers/src/rdc.c"
"${ProjDirPath}/../../../../../platform/drivers/src/wdog_imx.c"
+ "${ProjDirPath}/../../../../../platform/utilities/src/debug_console.c"
+ "${ProjDirPath}/../../../../../platform/utilities/inc/debug_console.h"
"${ProjDirPath}/../../../../../platform/utilities/src/debug_console_imx.c"
"${ProjDirPath}/../../../../../platform/utilities/inc/debug_console_imx.h"
"${ProjDirPath}/../../../../../platform/utilities/src/print_scan.c"
diff --git a/examples/imx7d_val_m4/demo_apps/hello_world/armgcc/CMakeLists.txt b/examples/imx7d_val_m4/demo_apps/hello_world/armgcc/CMakeLists.txt
index 6066a4b..644f320 100644
--- a/examples/imx7d_val_m4/demo_apps/hello_world/armgcc/CMakeLists.txt
+++ b/examples/imx7d_val_m4/demo_apps/hello_world/armgcc/CMakeLists.txt
@@ -118,6 +118,8 @@ ADD_EXECUTABLE(hello_world
"${ProjDirPath}/../../../../../platform/drivers/src/ccm_imx7d.c"
"${ProjDirPath}/../../../../../platform/drivers/src/rdc.c"
"${ProjDirPath}/../../../../../platform/drivers/src/wdog_imx.c"
+ "${ProjDirPath}/../../../../../platform/utilities/src/debug_console.c"
+ "${ProjDirPath}/../../../../../platform/utilities/inc/debug_console.h"
"${ProjDirPath}/../../../../../platform/utilities/src/debug_console_imx.c"
"${ProjDirPath}/../../../../../platform/utilities/inc/debug_console_imx.h"
"${ProjDirPath}/../../../../../platform/utilities/src/print_scan.c"
diff --git a/examples/imx7d_val_m4/demo_apps/hello_world_qspi/armgcc/CMakeLists.txt b/examples/imx7d_val_m4/demo_apps/hello_world_qspi/armgcc/CMakeLists.txt
index 181aae7..b52033f 100644
--- a/examples/imx7d_val_m4/demo_apps/hello_world_qspi/armgcc/CMakeLists.txt
+++ b/examples/imx7d_val_m4/demo_apps/hello_world_qspi/armgcc/CMakeLists.txt
@@ -118,6 +118,8 @@ ADD_EXECUTABLE(hello_world_qspi
"${ProjDirPath}/../../../../../platform/drivers/src/ccm_imx7d.c"
"${ProjDirPath}/../../../../../platform/drivers/src/rdc.c"
"${ProjDirPath}/../../../../../platform/drivers/src/wdog_imx.c"
+ "${ProjDirPath}/../../../../../platform/utilities/src/debug_console.c"
+ "${ProjDirPath}/../../../../../platform/utilities/inc/debug_console.h"
"${ProjDirPath}/../../../../../platform/utilities/src/debug_console_imx.c"
"${ProjDirPath}/../../../../../platform/utilities/inc/debug_console_imx.h"
"${ProjDirPath}/../../../../../platform/utilities/src/print_scan.c"
diff --git a/examples/imx7d_val_m4/demo_apps/rpmsg/pingpong/armgcc/CMakeLists.txt b/examples/imx7d_val_m4/demo_apps/rpmsg/pingpong/armgcc/CMakeLists.txt
index e057d9f..78c2ad9 100644
--- a/examples/imx7d_val_m4/demo_apps/rpmsg/pingpong/armgcc/CMakeLists.txt
+++ b/examples/imx7d_val_m4/demo_apps/rpmsg/pingpong/armgcc/CMakeLists.txt
@@ -142,6 +142,8 @@ ADD_EXECUTABLE(rpmsg_pingpong_example
"${ProjDirPath}/../../../../../../platform/drivers/src/ccm_imx7d.c"
"${ProjDirPath}/../../../../../../platform/drivers/src/rdc.c"
"${ProjDirPath}/../../../../../../platform/drivers/src/wdog_imx.c"
+ "${ProjDirPath}/../../../../../../platform/utilities/src/debug_console.c"
+ "${ProjDirPath}/../../../../../../platform/utilities/inc/debug_console.h"
"${ProjDirPath}/../../../../../../platform/utilities/src/debug_console_imx.c"
"${ProjDirPath}/../../../../../../platform/utilities/inc/debug_console_imx.h"
"${ProjDirPath}/../../../../../../platform/utilities/src/print_scan.c"
diff --git a/examples/imx7d_val_m4/demo_apps/rpmsg/str_echo/armgcc/CMakeLists.txt b/examples/imx7d_val_m4/demo_apps/rpmsg/str_echo/armgcc/CMakeLists.txt
index cfdf394..fc1592a 100644
--- a/examples/imx7d_val_m4/demo_apps/rpmsg/str_echo/armgcc/CMakeLists.txt
+++ b/examples/imx7d_val_m4/demo_apps/rpmsg/str_echo/armgcc/CMakeLists.txt
@@ -142,6 +142,8 @@ ADD_EXECUTABLE(rpmsg_str_echo_example
"${ProjDirPath}/../../../../../../platform/drivers/src/ccm_imx7d.c"
"${ProjDirPath}/../../../../../../platform/drivers/src/rdc.c"
"${ProjDirPath}/../../../../../../platform/drivers/src/wdog_imx.c"
+ "${ProjDirPath}/../../../../../../platform/utilities/src/debug_console.c"
+ "${ProjDirPath}/../../../../../../platform/utilities/inc/debug_console.h"
"${ProjDirPath}/../../../../../../platform/utilities/src/debug_console_imx.c"
"${ProjDirPath}/../../../../../../platform/utilities/inc/debug_console_imx.h"
"${ProjDirPath}/../../../../../../platform/utilities/src/print_scan.c"
diff --git a/examples/imx7d_val_m4/demo_apps/sema4_demo/armgcc/CMakeLists.txt b/examples/imx7d_val_m4/demo_apps/sema4_demo/armgcc/CMakeLists.txt
index eff480e..392ed37 100644
--- a/examples/imx7d_val_m4/demo_apps/sema4_demo/armgcc/CMakeLists.txt
+++ b/examples/imx7d_val_m4/demo_apps/sema4_demo/armgcc/CMakeLists.txt
@@ -122,6 +122,8 @@ ADD_EXECUTABLE(sema4_demo
"${ProjDirPath}/../../../../../platform/drivers/src/ccm_imx7d.c"
"${ProjDirPath}/../../../../../platform/drivers/src/rdc.c"
"${ProjDirPath}/../../../../../platform/drivers/src/wdog_imx.c"
+ "${ProjDirPath}/../../../../../platform/utilities/src/debug_console.c"
+ "${ProjDirPath}/../../../../../platform/utilities/inc/debug_console.h"
"${ProjDirPath}/../../../../../platform/utilities/src/debug_console_imx.c"
"${ProjDirPath}/../../../../../platform/utilities/inc/debug_console_imx.h"
"${ProjDirPath}/../../../../../platform/utilities/src/print_scan.c"