To Reproduce
Create a project for Nucleo L152. And then build ( At 2023/Jun, this procedure fails because of the bug of the CubeIDE ).
This problem always happens.
Expected behavior
No error at compilation.
To make it happen, hlpuart2 should be changed to huart2.
Describe the bug
The template declares the UART_PORT is hlphuart2. This makes compile errors.
https://github.com/suikan4github/murasaki/blob/66e7aa3ad8f9890ed77fda7e5335445aeb7816a3/template/murasaki_platform.cpp.tmp#L102-L107
To Reproduce Create a project for Nucleo L152. And then build ( At 2023/Jun, this procedure fails because of the bug of the CubeIDE ). This problem always happens.
Expected behavior No error at compilation.
To make it happen, hlpuart2 should be changed to huart2.