Releases: SimonCahill/isotp-c
Releases · SimonCahill/isotp-c
v1.2.0
What's Changed
- PlatformIO library descriptor by @kazetsukaimiko in #35
- add option ISO_TP_USER_SEND_CAN_ARG by @driftregion in #36
New Contributors
- @driftregion made their first contribution in #36
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Cast unused function args to void by @speedy-h in #32
- Fixed problems from #33 by @SimonCahill in #34
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Make on_can_message data pointer const by @pgreenland in #30
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Moved link time build options out of compile time options by @speedy-h in #23
- Allow padding byte value to be set by @pgreenland in #24
- Make position independent code flag optional for static libraries by @pgreenland in #27
- Allow transmissions to be retried if the controller was busy by @pgreenland in #26
- Added Doxyfile for documentation generation by @SimonCahill in #28
New Contributors
- @speedy-h made their first contribution in #23
- @pgreenland made their first contribution in #24
Full Changelog: v1.0.1...v1.1.0
v1.0.1
This is a minor release over v1.0.0 containing only non-breaking changes to the Makefile generator.
v1.0.0
Although this library has been available for quite some time, I've decided to tag this as the first "official" release.