Skip to content

1.0.2

Compare
Choose a tag to compare
@aentinger aentinger released this 16 Sep 05:20

Changelog

  • Including all types within ArduinoUAVCAN so as to save the user to include the individual type they want to use (#30)
  • Add uavcan/node/Version.1.0 (#31)
  • Add link to supported UAVCAN version and specification to README. (#32)
  • Add uavcan/node/ID.1.0 (#33)
  • Use different types of CritSec implementation for samd and mbed based cores (#34)
  • Compile examples for Portenta H7 in CI workflow runs (#35)
  • Adding list of all supported boards for this library. (#38)
  • Use nunavut/nnvg generated serialisation/deserialisation logic for Heartbeat_1_0/ID_1_0/Version_1_0/ExecuteCommand_1_0 (#39, #40)
  • Unify Ctor structure (only default/copy-ctor) (#41)
  • Put to_integer into namespace arduino:uavcan (#42)
  • Bugfix: Replace byte array with std::array to allow zero-sized arrays (#43)
  • Porting changes of codebase over to README (#44)