mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c43116a84f
An assert `assert(mtd->write_size != 0);` is being hit. It seems that initializing this to 1 in the fakemtd fixes it. Not that I know anything about what it should be. |
||
---|---|---|
.. | ||
tests | ||
app.config.test | ||
delta.bin | ||
fakemtd.c | ||
fakemtd.h | ||
main.c | ||
Makefile | ||
Makefile.ci | ||
README.md | ||
source.bin | ||
target.bin |
pkg_tinyvcdiff
This test patches the binary file source.bin
using delta.bin
and reconstructs target.bin
.
delta.bin
has been created with open-vcdiff:
vcdiff delta -interleaved -dictionary source.bin <target.bin >delta.bin