VSCP framework v2.0.0
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 todataSize
. 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!
- New Features
-
Examples
- avr90can
- VSCode and PlatformIO configuration added.
- avr90can