Skip to content

Releases: pjueon/JetsonGPIO

v1.2.5

31 Oct 14:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

11 May 13:23
Compare
Choose a tag to compare

What's Changed

  • Update README for docker-related parts by @pjueon in #69
  • Cleanup headers by @pjueon in #70
  • add support for cleaning up multiple channels by @pjueon in #71
  • Missing #include and namespace designator by @keithrausch in #75
  • Solved sporadic crash when setmode is called multiple times by @ma-ludw in #76
  • Add support for Jetson Orin NX by @pjueon in #82
  • Add missing macro definitions by @pjueon in #86

New Contributors

Full Changelog: v.1.2.3...v.1.2.4

v.1.2.3

09 Jun 14:52
Compare
Choose a tag to compare

What's Changed

  • New
  • Improved/Updated
    • improve unit test by @pjueon in #67
      • add test cases
      • enable ctest
    • code refactoring
  • Bug fix
    • fix GPIO::LazyString equality comparision

v.1.2.2

22 May 12:48
Compare
Choose a tag to compare

What's Changed

  • New
    • Add Jetson AGX Orin support
    • Add support for callbacks with no argument by @pjueon in #56
  • Improved/Updated
    • Improve runtime exception handling on the unsupported devices (Fix for #62) by @pjueon in #63
    • Update simple_pwm.cpp by @LuisFGutierrez01 in #58
    • Minor code refactoring
  • Bug fix
    • fix for _edge_event_exists function by @pjueon in #64

New Contributors

v.1.2.1

27 Feb 11:44
Compare
Choose a tag to compare

What's Changed

  • Add post install script by @rotolof in #43
  • code refactoring
    • warning deprecation / naming change for sub module usage by @ohadmen in #50
    • minor code refactoring

New Contributors

v.1.2.0

18 Jan 15:37
Compare
Choose a tag to compare

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

v.1.1.0

12 Jan 14:19
Compare
Choose a tag to compare

What's Changed

  • add Jetson TX2 NX support
  • add Jetson AGX Xavier industrial support
  • bug fix for Clara AGX Xavier
  • improve performance
  • should be equivalent to v2.0.17 of the official python library

v.1.0.4

11 Jan 12:51
Compare
Choose a tag to compare

What's Changed

  • Convert to CMake based project by @knro in #33
  • bug fix
    • delete the unimplemented pin for TX2 (fix for #36) by @pjueon in #37
  • add support for upstream GPIO num/name scheme
  • add test codes
  • should be equivalent to v2.0.12 of the official python library.

New Contributors

  • @knro made their first contribution in #33

v.1.0.3

19 Dec 11:24
11c27c9
Compare
Choose a tag to compare

What's Changed

  • bug fix

v.1.0.2

12 Dec 10:45
Compare
Choose a tag to compare

What's Changed