STMicroelectronics / STM32CubeWL

STM32Cube MCU Full FW Package for the STM32WL series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on boards provided by ST (Nucleo boards)
Other
99 stars 52 forks source link

Missing include file #78

Closed Strooom closed 6 months ago

Strooom commented 7 months ago

When installing this repository, it's not possible to build an application because Utilities/misc/stm32_systime_if_template.c is including #include "stm32_systime_if.h" but this file is not present in the repository. If you copy Utilities/misc/stm32_systime_if_template.h to Utilities/misc/stm32_systime_if.h, the build succeeds, but there are afaik no instructions why this would be needed.

Please, either add the file Utilities/misc/stm32_systime_if.h or add instructions on how to create the file from Utilities/misc/stm32_systime_if_template.h

RJMSTM commented 6 months ago

Hello @Strooom,

Thank you for your report. According to our development team, the stm32_systime_if_template.c file is a user file, while the stm32_systime_if_template.c file is a customizable file for each application. In order to emphasize each use case, a generic file is proposed as a reference template.

Please allow me to close this issue now. Thank you once again for your report. We are looking forward to reading from you again.

With Regards