Releases: pjueon/JetsonGPIO
Releases · pjueon/JetsonGPIO
v1.2.5
What's Changed
- Add support for Jetson Orin Nano by @jwpleow in #89
- Fx: nullptr_t is part of std by @jeanchristopheruel in #90
- Update pwm pin for Jetson Orin NX and Jetson Orin Nano by @ARK3r in #91
- Adding jetson orin models by @anath93 in #93
- Update docker-image.yml by @pjueon in #94
New Contributors
- @jwpleow made their first contribution in #89
- @jeanchristopheruel made their first contribution in #90
- @ARK3r made their first contribution in #91
- @anath93 made their first contribution in #93
Full Changelog: v1.2.4...v1.2.5
v1.2.4
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
- @keithrausch made their first contribution in #75
- @ma-ludw made their first contribution in #76
Full Changelog: v.1.2.3...v.1.2.4
v.1.2.3
v.1.2.2
What's Changed
- New
- 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
New Contributors
- @LuisFGutierrez01 made their first contribution in #58
v.1.2.1
v.1.2.0
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
v.1.0.4
v.1.0.3
v.1.0.2
What's Changed
- bug fix (event module)
- Added error printouts for system calls. by @ShimmyShaman in #29
- Fixes by @ShimmyShaman in #30