summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/adc_imx7d/armgcc/build_all.bat
blob: 426a29fedbbb5306b82bac134a024f10770dc34c (plain)
1
2
3
4
5
6
7
cd release
call build_release.bat
cd ..
cd debug
call build_debug.bat
cd ..
pause