auto-sync

This commit is contained in:
rusEfi 2015-02-26 08:04:57 -06:00
parent 018c6b13a8
commit 042b74dfcb
2 changed files with 5 additions and 0 deletions

1
firmware/cov_config.bat Normal file
View File

@ -0,0 +1 @@
cov-configure -co arm-none-eabi-gcc -- -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mno-thumb-interwork -mthumb

4
firmware/cov_run.bat Normal file
View File

@ -0,0 +1,4 @@
call clean.bat
cov-build --dir cov-int make
zip -r cov-int.zip cov-int