Skip to content

VSCP framework v1.0.0

Compare
Choose a tag to compare
@BlueAndi BlueAndi released this 21 Feb 17:45
· 97 commits to master since this release
  • VSCP framework
    • Bugfixes:
      • Fixed CLASS1.CONTROL Timed pulse on/off to match specification. Thanks troky!
    • Improvements:
      • Optimized decision matrix (+ extension) access during normal operation.
        First its checked whether the decision matrix row is enabled or not.
        If its enabled, the whole decision matrix row is read at once from persistent memory.
        Please update your vscp_ps_access.[ch] files accordingly!
        #20
    • Features:
      • CLASS1.CONTROL, Type=44, "PWM" added. Thanks troky!
      • With VSCP_CONFIG_START_NODE_PROBE_NICKNAME you define where to start with the nickname probing. Thanks troky!
      • All VSCP type headers are generated now from vscp-protocol.xml and some of the types changed in its name. Please update your sources accordingly!
      • All VSCP event abstraction modules are generated now from vscp-protocol.xml. Their file names changed to vscp_evt_...
        Please update your sources accordingly!