summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/demo_apps/rpmsg/gpio_freertos/armgcc/debug/build_debug.sh
diff options
context:
space:
mode:
authorRaul Munoz <munoz0raul@gmail.com>2017-05-29 16:16:07 -0300
committerStefan Agner <stefan.agner@toradex.com>2017-05-29 13:27:56 -0700
commit3570f3e3ef3f1c13ead7cc904361ee3fbba83353 (patch)
treebb0e4fda90604d09e87fd3e368b5faf30c93bc7c /examples/imx7_colibri_m4/demo_apps/rpmsg/gpio_freertos/armgcc/debug/build_debug.sh
parent732fc749ed8de98d5f47aae3c4c803bafc527c28 (diff)
examples: gpio_freertos: example with gpio, FreeRTOS and rpmsg
This example control two leds and two buttons and also communicates between M4 and A7 using rpmsg. Signed-off-by: Raul Munoz <raul.munoz@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'examples/imx7_colibri_m4/demo_apps/rpmsg/gpio_freertos/armgcc/debug/build_debug.sh')
-rwxr-xr-xexamples/imx7_colibri_m4/demo_apps/rpmsg/gpio_freertos/armgcc/debug/build_debug.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/imx7_colibri_m4/demo_apps/rpmsg/gpio_freertos/armgcc/debug/build_debug.sh b/examples/imx7_colibri_m4/demo_apps/rpmsg/gpio_freertos/armgcc/debug/build_debug.sh
new file mode 100755
index 0000000..a839f78
--- /dev/null
+++ b/examples/imx7_colibri_m4/demo_apps/rpmsg/gpio_freertos/armgcc/debug/build_debug.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
+make -j4