summaryrefslogtreecommitdiff
path: root/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_release.bat
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_release.bat
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_release.bat')
-rwxr-xr-xexamples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_release.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_release.bat b/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_release.bat
new file mode 100755
index 0000000..e229a83
--- /dev/null
+++ b/examples/vf6xx_colibri_m4/demo_apps/gpio_sample/armgcc/build_release.bat
@@ -0,0 +1,3 @@
+cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release .
+mingw32-make -j4
+pause