Skip to content

VSCP framework v0.5.0

Compare
Choose a tag to compare
@BlueAndi BlueAndi released this 11 Nov 20:10
· 340 commits to master since this release
  • Examples
    • AVR
      • Features:
        • Tx retry mechanismen implemented.
      • Bugfixes:
        • Watchdog was not disabled as soon as possible. That caused a permanent reset, after a watchdog reset.
    • PC
      • Features:
        • Command line arguments changed, please use -h or --help to see how.
      • Bugfixes:
        • Setting the GUID via command line argument fixed.
        • Fixed wrong compares for a empty strings.
  • Projects
    • AVR
      • Bootloader jumper
        • Bugfixes:
          • Watchdog was not disabled as soon as possible. That caused a permanent reset, after a watchdog reset.
      • Bootloader VSCP
        • Bugfixes:
          • Watchdog was not disabled as soon as possible. That caused a permanent reset, after a watchdog reset.
      • Relay board 01
        • Features:
          • Tx retry mechanismen implemented.
        • Bugfixes:
          • Fixed a wrong compare in the shutter position detection.
          • Watchdog was not disabled as soon as possible. That caused a permanent reset, after a watchdog reset.
          • Driving a shutter infinite up or down was not possible.
    • PC
      • VSCP event logger for the command line introduced.
      • VSCP L1 programmer for the command line introduced.
  • VSCP framework
    • Features:
      • CLASS1_INFORMATION, Type = 9 (0x09) Node Heartbeat is now mandatory for all Level I nodes. Default period is set to 30s.
      • Bootloader can now handle shorter images too, but the image size has to be a multiple of the block size.
    • Bugfixes:
      • Bootloader CRC calculation of the whole image fixed.