Hi!
I want to add functionality to firmware for the OpenMV H7 Plus. When running: make -j$(nproc) TARGET=<target board> -C src # Builds the OpenMV firmware
I wonder what target board corresponds to what file: openmv/src/omv/boards at master · openmv/openmv · GitHub
Some are easily decoded, like RT1060. But some are harder to guess, like MV4P, MV4, and MV4_PRO.
Best, Casper