Releases: commschamp/cc_tutorial
Releases · commschamp/cc_tutorial
2023-01-28
- Using the v5.0.3 of the COMMS Library and the v5.2 of the commsdsl code generators.
- Small update to the tutorial4. The commsdsl2comms now generates a bit more extra code for the
<variant>
field. - Now requiring the dependencies (COMMS Library and the commsdsl code generators) to be built externally before building this project.
- Testing with more compilers in github actions.
2022-08-13
- Using the v5.0 of the COMMS Library and the v5.0 of the commsdsl code generators.
- Added tutorial22 about supporting complex length fields.
- Added tutorial23 about using multiple schemas (protocols).
- Updated tutorial2 with information about <replace>-ing member fields after reuse.
- Replaced usage of the deprecated idReplacement property of the <custom> framing layer with new semanticLayerType one in multiple tutorials and howtos.
- Updated framing definition of the howto6 to place <custom> layer replacing <checksum> at the end of the frame.
2022-05-22
- Added tutorial21 - Cast between different field types.
2022-05-14
- Initial official release
- Using v4.0 of the COMMS Library.
- Using v4.0 of the commsdsl2comms code generator.