Arduino is a combination of hardware, ide and libs (based on cpp).
Fpc can compile the microcontroller families AVR and STM32, so you could use the Arduino hardware. Arduino libs can also be used, but mixing languages always is a bit ugly.
In the lazarus wiki there are some pages for target embedded (i.e. avr/arm without os).
Regards