Releases: BlueAndi/vscp-framework
Releases · BlueAndi/vscp-framework
VSCP framework v0.2.0
Features:
- VSCP framework
- More events can now be sent on a higher abstraction. See ./vscp/events folder.
- L1 over L2 event classes added.
- Bootloader algorithm implemented. See ./vscp/bootloader folder.
- PC example
- The pc example loads the standard and extended decision matrix from a xml file.
- L1 over L2 events are supported now.
- The node sends now periodically simulated temperature values.
- The node simulates 8 lamps, which can be controlled via decision matrix.
- Bootloader Jumper is used for relay board 01 project in case of debugging purposes.
- Bootloader VSCP is used for relay board 01 project in case of the VSCP bootloader algorithm.
Bugfixes:
- VSCP framework
- GUID MSB/LSB problem fixed.
- Extended page register read sent only one response back. Now it sends one ore more, dependend on the requested number of register reads.
- Node sub-zone address in the persistent memory fixed.
- Exponent type in all class MEASUREZONE events fixed.
- PC example
- The EEPROM dump function of the pc example caused a segmentation fault.
- The EEPROM dump function knows now about the node zone and sub-zone too.
VSCP framework v0.1.0
First release according to VSCP specification v1.10.12
Known bugs:
- The EEPROM dump mechanism causes a segmentation fault.