Symmetric to https://github.com/platformio/platform-ststm32/issues/869. We need support for compiling, uploading and running native C/C++ programs to the Arduino Q (the Linux part of it). The chip itself is a quad-core ARM Cortex-A53 ([source](https://docs.arduino.cc/tutorials/uno-q/user-manual/), [source](https://docs.qualcomm.com/bundle/publicresource/topics/80-30843-1/Device_description.html)), so supporting it in `platform-linux_arm` seems to make the most sense. We need cross-compiling toolchains for all major OSes and a nice way to remote upload and execute via either `pio remote` or `ssh`.