1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/tinyvcdiff
2024-03-26 14:53:35 +01:00
..
tests tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00
delta.bin tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00
fakemtd.c tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00
fakemtd.h tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00
main.c tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
Makefile examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
Makefile.ci boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
README.md tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00
source.bin tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00
target.bin tests: move pkg_ application to tests/pkg subdirectory 2023-05-06 07:55:01 +02:00

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