Skip to content

v.1.2.0

Compare
Choose a tag to compare
@pjueon pjueon released this 18 Jan 15:37
· 252 commits to master since this release

What's Changed

  • Update event module (#40 by @pjueon)
    • Fix bug for CVM and TEGRA_SOC mode
    • Change the callback signature
    • Change the return type of wait_for_edge
  • Update CMake cofiguration(#41, #42 by @rotolof)
    • Add support for find_package() config mode
    • Add BUILD_EXAMPLES option
    • Add support for FetchContent
    • Change the installation directory for the headers

New Contributors