Skip to content

VSCP framework v2.0.0

Compare
Choose a tag to compare
@BlueAndi BlueAndi released this 22 Dec 21:36
· 11 commits to master since this release

VSCP-framework repository was restructured. The new structure is improved for providing it as PlatformIO libraray or to include it as git submodule.

The following was moved to a dedicated repository:

  • VSCP bootloader (original in /vscp/bootloader)

  • CLI tools (original in /projects/pc)

  • My Projects (original in /projects/avr)

  • VSCP framework

    • New Features
      • Firmware device code added to register map, which was introduced with VSCP specification 1.13.0
    • Improvements
      • dataNum variable in the VSCP message renamed to dataSize. You may need to update at least your transport layer adaption.
    • Bugfixes
      • The process routine will return now TRUE until a extended page register read is complete #43. Thanks to Kamil!
  • Examples

    • avr90can
      • VSCode and PlatformIO configuration added.