Skip to content

Releases: Nuvoton-Israel/bingo

Bingo_0.0.6

24 Jul 09:25
Compare
Choose a tag to compare

version 0.0.6
---------------
1. For nibble parity- use only the option of singular 0xff or 0x00 mask. no matter what content format it has.
2. For secded parity - no more usage of maskAllSizes, use only the option of singular 0xff or 0x00 mask.

Bingo_0.0.5

29 Sep 09:22
Compare
Choose a tag to compare

bingo: add npcm8xx fields support

Support for npcm8xx required adding the following field types:

  • File CRC (CRC32 only).
  • File SECDED coding. This mode adds an option to 8\9 CRC byte.
    For long files all SECDED bytes are appended at the end of the file.
  • Generate matching mask file for the output file (optional).

Signed-off-by: Tali Perry tali.perry1@gmail.com