Compiling the sample code for an ESP32P4 module using the ESP 3.3.2 arduino core I get the error:
The M5GFX library encountered an unknown path resolve error.c*: 67:11: fatal error: soc/gdma_reg.h: No such file or directory
67 | #include <soc/gdma_reg.h>
| ^~~~~~~~~~~~~~~~
Searching the ESP32P4 core code I don´t see the gdma_reg.h file (it is present on the ESP32S3 etc.)