Version History
---------------

Firmware Obfuscation V1.0.4 (2019-08-01)
- bootloader: The received write/compare command byte is reset in case of an 
  error. This demands that a prepare command has to be issued before a further 
  write/compare command.

Firmware Obfuscation V1.0.3 (2019-07-30)
- tinyBootloader: The bootloader checks now always the data size of the input 
  data to prevent a snoop of the internal RAM

Firmware Obfuscation V1.0.2 (2019-07-29)
- makeboot: the logic of ownDrmBlock was inverted at one instance -- which left
  the obfuscated firmware file with an additional block
- bootldr.cs: the outer loop counter was used instead of the inner loop counter
  in GetConfigBlocksClassic() -- which yielded only the first block of the 
  configuration repeatedly
