summaryrefslogtreecommitdiff
path: root/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_all.sh
diff options
context:
space:
mode:
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>2016-06-22 13:59:03 +0530
committerBhuvanchandra DV <bhuvanchandra.dv@gmail.com>2016-07-22 14:37:31 +0530
commitc256eaabbac06f3fa1c84b41af2dfcaab8c42741 (patch)
tree85f8648bd403a13a23fa4e1a957578c4a2c01048 /examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_all.sh
parentde132c35b7e0e8d721472d87186a62e41b7e8c20 (diff)
examples: vf6xx_colibri_m4: Add UART and GPIO example code
Add hello_world and gpio example code. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Diffstat (limited to 'examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_all.sh')
-rwxr-xr-xexamples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_all.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_all.sh b/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_all.sh
new file mode 100755
index 0000000..ebb0c25
--- /dev/null
+++ b/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_all.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug .
+make -j4
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .
+make -j4