The new mapping I'd propose is the following:
- Maple bootloader/STLink
- Serial = USB Serial
- Serialx = USARTx (x = 1..n)
- ST Bootloader (Serial)/BMP
- Serial = Serialk (Serial alias to Serialk - k = 1..n - could be different for different boards, i.e. Nucleo boards have the STlink's USB_to_Serial adapter bound to USART2)
- Serialx = USARTx (x = 1..n)
What about it?