arduino / listSerialPortsC

Simple multiplatform program to list serial ports with vid/pid/iserial fields
GNU Lesser General Public License v3.0
10 stars 10 forks source link

Add AArch64 (ARM 64-bit) build #10

Closed swarren closed 6 years ago

swarren commented 6 years ago

This simply adds commands to the end of compile_linux.sh to invoke an AArch64 cross-compiler to produce a 64-bit ARM build, in the same way as the existing 32-bit ARM build works.

facchinm commented 6 years ago

Merged :+1: