[bug] Minor bug in STM32Cube FW_F7 V1.15.0
When creating a new project in CubeMX for Nucleo-F767ZI LD1 is not initialised and no initialisation code for it is generated. I suspect the reason for this is that on the schematics in UM1974 LD1 is not on the same page as the other user LEDs and is easy to miss.
CubeMX version: 5.1.0
Firmware version: FW_F7 V1.15.0
Expected behavior: CubeMX should initialise PB0 as GPIO output and name it "LD1 [Green]"
I also noticed that on page 1032 in UM1905 the function description for HAL_USART_Receive_IT() seems wrong. It says that this function is for receiving data in blocking mode but it is for receiving with interrupt and therefore should not block. This, however, seemed too minor to make a separate post about it.
