Skip to content

1.1.0

Compare
Choose a tag to compare
@DanielT DanielT released this 30 Dec 17:55
· 104 commits to master since this release

What's Changed

  • rename --insert-characteristic to --characteristic and --insert-measurement to --measurement. The old nemaes remain as aliases, though they are not shown by --help
  • add --measurement-range and --characteristic-range. Each of these takes a start address and an end address and inserts all variables found in this range into the a2l file.
  • add --measurement-regex and --characteristic-regex. Each of these takes a regex pattern. Any variable matching the pattern will be inserted into the a2l file. Example: [...] --characteristic-regex "TuningData" [...] would insert TuningData1 and TuningData2, and also DefaultTuningData Example: [...] --measurement-regex "^TestVar.0.*" [...] would insert TestVar.0.member, but not TestVar.1.member
  • Bugfix: the output path is no longer restricted to valid utf-8