rsta2 / circle

A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)
https://circle-rpi.readthedocs.io
GNU General Public License v3.0
1.85k stars 245 forks source link

FIQ support on RPI Zero 2 #442

Closed JaRoLoz closed 7 months ago

JaRoLoz commented 7 months ago

Hi, I'm thinking on getting a Raspberry Pi Zero 2 for a project of mine, but a question emerged when reading the FIQ interrupt dcoumentation, where it says that the Raspberry pi 5 doesn´t currently support FIQs, but the pi zero does. Does this mean that the pi zero 2 can use an FIQ or not?

rsta2 commented 7 months ago

The FIQ is supported on the Raspberry Pi Zero 2 W.

JaRoLoz commented 7 months ago

Great! tssm for the info

rsta2 commented 7 months ago

You are welcome. I think, this can be closed.