NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
344 stars 142 forks source link

nxp imx and st stm32mpu linux port support #236

Closed weslleymfd closed 1 year ago

weslleymfd commented 1 year ago

Added support for linux NXP i.MX and ST stm32mpu ports.

MrDOS commented 1 year ago

Thank you for your contribution! Does the scope of this change (only Java files) mean that the existing ARM native libraries work OK as compiled and shipped?

weslleymfd commented 1 year ago

Hello, MrDOS. Yes, they work fine. It's only necessary to edit the java files to allow for new port name discovery.

MrDOS commented 1 year ago

Great, thanks for confirming!