mattjlewis / diozero

Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
https://www.diozero.com
MIT License
261 stars 59 forks source link

Upgrade of Google Protobuf executable #161

Closed jozala closed 1 year ago

jozala commented 1 year ago

I wasn't able to build project and run tests on OSX with M1 processor without this upgrade. There were no executables compiled for Apple silicon for the old version.

Looking at the protobuf release notes - no breaking changes found. There were mostly bug fixes, additional features, performance improvements and Java 7 support abandonment (diozero is using Java 11+).