summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/clean.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/clean.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/clean.bat')
-rw-r--r--examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/clean.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/clean.bat b/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/clean.bat
new file mode 100644
index 0000000..fc53949
--- /dev/null
+++ b/examples/imx7_colibri_m4/driver_examples/gpio_bank2_imx/armgcc/clean.bat
@@ -0,0 +1,9 @@
+cd debug
+rd /s /Q CMakeFiles/
+del /s /Q /F Makefile cmake_install.cmake CMakeCache.txt *.elf *.bin *.map *.hex
+cd ..
+cd release
+rd /s /Q CMakeFiles/
+del /s /Q /F Makefile cmake_install.cmake CMakeCache.txt *.elf *.bin *.map *.hex
+cd ..
+pause