Merge branch 'master' of github.com:xmos/lib_xua
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -26,3 +26,5 @@ _build*
|
|||||||
.waf-*/
|
.waf-*/
|
||||||
build/
|
build/
|
||||||
host/xmosdfu/xmosdfu
|
host/xmosdfu/xmosdfu
|
||||||
|
.build*
|
||||||
|
*.pyc
|
||||||
|
|||||||
@@ -318,6 +318,11 @@ int read_dfu_image(char *file)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
else if (numBytes < 0)
|
||||||
|
{
|
||||||
|
fprintf(stderr,"dfu_upload error (%d)\n", numBytes);
|
||||||
|
break;
|
||||||
|
}
|
||||||
fwrite(block_data, 1, block_size, outFile);
|
fwrite(block_data, 1, block_size, outFile);
|
||||||
block_count++;
|
block_count++;
|
||||||
}
|
}
|
||||||
|
|||||||
1
tests/.gitignore
vendored
Normal file
1
tests/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
test_results.csv
|
||||||
Reference in New Issue
Block a user