Support for raspberry pi 5

May be a dumb question, but I couldn’t find documentation describing how to work with an raspberry pi 5 and platformio. The only doc I’ve found here ends with raspi 3 B.

Is there really no support for newer versions?`

That platform hasn’t been worked on for ages. Even Raspberry Pi 4 support was not added.

Better find a different setup to do cross-compiling for a Pi 5. (If you’re programming directly on a Pi 5, you can use platform = native.)

@maxgerhardt Thank you very much - even if it is the expected answer / the answer I was afraid of - what a pity