Serial Port Naming convention question/proposal

I understand with the officially supported boards like the cube (which I have) there are defined ports like GPS1/GPS2 and TELEM. This makes sense and is intuitive.

Most other boards do not conform to this naming scheme and results in a less intuitive experience. It is not uncommon for these boards to define 6-8 different UARTS. Could we setup in the board-specific naming convention to match the board itself? Any issues with this idea?

I spent some time on with with my Matek board. It’s got 7 UARTS. I added them to the Kconfig file, this allows them to be selected in boardconfig, but I can’t seem to find how these actually get processed into the parameters file so QGroundControl will display them. Any ideas?

Hey @dronesalot can you submit a draft pull request? it would help me understand what you are trying to do