Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@Rahix Rahix released this 25 Nov 21:15
v0.2.0
b54e928

Added

  • --version commandline argument.
  • Support for write-only register fields (#9 by @explicite).
  • Support for newer AVR MCUs in the signals_to_port_fields patch (#10 by @explicite).

Changed

  • Fall back to module caption if instance caption is missing (#15 by @trembel).
  • Improved naming of interrupts for newer AVR MCUs (#19 by @trembel).
  • When multiple interrupts with the same vector exist, their names are merged into a single interrupt definition (#20 by @trembel).

Fixed

  • Properly handle empty caption attribute for enumerated values (#12 by @explicite).
  • Fixed empty caption for peripherals (3f0003c75350).
  • Enumerated values which don't actually fit into a field are now dropped with a warning (#14 by @explicite).