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
345 stars 143 forks source link

Use liblockdev to lock serial line. #65

Closed mnlipp closed 8 years ago

mnlipp commented 8 years ago

This should implement https://github.com/NeuronRobotics/nrjavaserial/issues/60.

As already outlined there, using liblockdev can simply be activated with the appropriate define. This commit also includes updates to make cross compilation for ARM work.

The committed native libs are up to date and tested for armv[67](_HF).