Question
Is it possible to add custom prefix/suffix to functions name generated by CubeMX?
For example if the original name is:
void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
the expected result should be:
void MyPrefix_HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);