Skip to content

Commit 778b171

Browse files
committed
Add a bunch of missing bins
1 parent 88fa997 commit 778b171

18 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
me7sum
88
me7sum.exe
99
.compiler_flags
10-
/bins/*.bin.txt
10+
*.bin.txt

bins/022906032CS.bin

1 MB
Binary file not shown.

bins/022906032CT.bin

1 MB
Binary file not shown.

bins/06A906032MJ.bin

1 MB
Binary file not shown.

bins/06A906032T.bin

512 KB
Binary file not shown.

bins/4D1907558-0002.bin

1 MB
Binary file not shown.

bins/4D1907558-0004.bin

1 MB
Binary file not shown.

bins/4D1907558B.bin

1 MB
Binary file not shown.

bins/4D1907558C.bin

1 MB
Binary file not shown.

bins/4D1907558D.bin

1 MB
Binary file not shown.

bins/4D1907558F.bin

1 MB
Binary file not shown.

bins/4Z7907551AA-disable-P1681.bin

1 MB
Binary file not shown.

bins/4Z7907551R-ols-corrected.bin

1 MB
Binary file not shown.

bins/4Z7907551S-disable-P1681.bin

1 MB
Binary file not shown.

bins/broken/4D1907558-EU3.bin

1 MB
Binary file not shown.

bins/broken/4Z7907551R-U25AN34.bin

1 MB
Binary file not shown.

bins/broken/8D0907551.bin

512 KB
Binary file not shown.

bins/cleanup

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for i in $*; do
1515
out=$box.bin
1616

1717
if [ "$i" = "$out" -o "$i" = "$outl" ]; then
18-
echo -n "$box $hw-$ssecu $ver: "
18+
echo -n "$box $hw-$ssecu $ver: " >&2
1919
echo $i \($outl\) ok >&2
2020
else
2121
if [ ! -f "$out" ]; then

0 commit comments

Comments
 (0)