Skip to content

Version 0.6.0

Latest

Choose a tag to compare

@Rahix Rahix released this 23 Feb 11:05
v0.6.0

profirust

Changed

  • Upgraded to rp2040-hal version 0.10.

gsd-parser

Added

  • Slot information is now parsed.
  • Module Info_Text is now parsed.

Fixed

  • The max_modules field is now forced to the correct value 1 for compact stations in all situations.
  • Long lines (using \) are now parsed correctly, in whitespace and in strings.
  • gsd-parser now correctly ignores any text before the #Profibus_DP marker. Some GSD files store additional settings above this marker which previously triggered parsing errors.

gsdtool

Added

  • gsdtool now uses slot information to preselect modules and filter the module list for each slot so only allowed modules can be selected. This should make it easier to generate correct configurations.
  • gsdtool now automatically selects the module for compact stations.