When using the latest cloud based pinmux tool for AM335x devices, it generates two output files ('am335x_gpevm_pinmux_data.c' and 'am335x_pinmux.h'). The C file includes two other header files which aren't generated by the pinmux tool.
#include "types.h"
#include "pinmux.h"
It's unclear where to find these related header files. Does somebody know how to get these 2 needed files? I couldn't find an answer on the Wiki page provided as help for the pinmux tool (
).
Best regards,
Manfred