No, AFAIK you'd have to write the board package for rpi1 yourself. I'd type gcc -v on the rpi, to get the compiler options that were used to build gcc for the rpi1, compare that with the compiler options of the gcc used for the arduino build, and work from there. koen Contribut...