Skip to content

VSCP framework v0.7.0

Compare
Choose a tag to compare
@BlueAndi BlueAndi released this 27 May 20:10
· 215 commits to master since this release
  • Common

    • vscphelperlib updated to v13.0.0 build 13 (Aluminium release)
  • Examples

    • AVR
      • Upgraded to AtmelStudio 7
  • Projects

    • AVR
      • Upgraded to AtmelStudio 7
  • VSCP framework

    • Bugfixes:

      • If a segment controller heartbeat is received, the time since epoch will now be stored.
      • If a segment master don't assign a nickname id, a infinite segment master probe loop occurred.
    • Features:

      • CLASS1.INFORMATION Type=69 - 77 added.
      • CLASS1.CONTROL Type=42 - 43 added.
      • VSCP_TIMER_ID_INVALID introduced for invalid timer id. Please update your code accordingly, see template 'vscp_timer.c'.
      • The internal VSCP core time (time since epoch) is now updated once per second.
        The core process routine will handle it, independent of the current internal state.
        Please increase your max. number of timers to be able to use this feature.
      • Callout function for every received segment controller heartbeat with timestamp implemented.
      • MCU stored GUID is now supported additional to storing the GUID in code flash or in persistent memory.
      • Application is now able to handle protocol class events, if configured with VSCP_CONFIG_PROTOCOL_EVENT_NOTIFICATION.