Skip to content

Version 1.4.1

Compare
Choose a tag to compare
@madisongh madisongh released this 27 Aug 13:25
· 12 commits to master since this release
v1.4.1
  • Fix issues with using the I2C userspace interface on AGX Orin by only using SMBus read byte data operations to fetch the EEPROM contents a byte at a time.
  • Address compiler warnings about possible strncpy() overflows by replacing those calls with memcpy().