summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/build_all.bat
diff options
context:
space:
mode:
authorRaul Munoz <munoz0raul@gmail.com>2017-05-29 16:16:06 -0300
committerStefan Agner <stefan.agner@toradex.com>2017-05-29 13:27:52 -0700
commit732fc749ed8de98d5f47aae3c4c803bafc527c28 (patch)
tree2aba8ac579de98bfd966cb8fb65bb7242324bd0e /examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/build_all.bat
parent0b7e1c5c700f7fc87a2950298ba37ca78592f692 (diff)
examples: gpio_bank2_imx: gpio example using just GPIO2
This example control a led and a button just using GPIOs from the bank 2 (GPIO2). 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/driver_examples/gpio_bank2_imx/armgcc/build_all.bat')
-rw-r--r--examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/build_all.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/build_all.bat b/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/build_all.bat
new file mode 100644
index 0000000..426a29f
--- /dev/null
+++ b/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/build_all.bat
@@ -0,0 +1,7 @@
+cd release
+call build_release.bat
+cd ..
+cd debug
+call build_debug.bat
+cd ..
+pause