Driver: STM32H7xx
Board: BTT SKR 3 H723 (bootloader)
Link to the "save board" output
Error:
Command failed: pio run -etest -cjob.ini
/home/webbuilder/.platformio/packages/framework-stm32cubeh7@src-f1f2c1ee8752ca5dfad28969c63d467c/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c: In function 'UTILS_GetPLLOutputFrequency':
/home/webbuilder/.platformio/packages/framework-stm32cubeh7@src-f1f2c1ee8752ca5dfad28969c63d467c/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c:929:13: warning: implicit declaration of function 'LL_RCC_CalcPLLClockFreq'; did you mean 'HAL_RCC_GetSysClockFreq'? [-Wimplicit-function-declaration]
pllfreq = LL_RCC_CalcPLLClockFreq(PLL_InputFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->PLLN, UTILS_PLLInitStruct->FRACN, UTILS_PLLInitStruct->PLLP);
^~~~~~~~~~~~~~~~~~~~~~~
HAL_RCC_GetSysClockFreq
Src/driver.c:77:10: fatal error: openpnp/openpnp.h: No such file or directory
#include "openpnp/openpnp.h"
^~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/test/src/driver.o] Error 1
Driver: STM32H7xx
Board: BTT SKR 3 H723 (bootloader)
Link to the "save board" output
Error:
Command failed: pio run -etest -cjob.ini
/home/webbuilder/.platformio/packages/framework-stm32cubeh7@src-f1f2c1ee8752ca5dfad28969c63d467c/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c: In function 'UTILS_GetPLLOutputFrequency':
/home/webbuilder/.platformio/packages/framework-stm32cubeh7@src-f1f2c1ee8752ca5dfad28969c63d467c/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c:929:13: warning: implicit declaration of function 'LL_RCC_CalcPLLClockFreq'; did you mean 'HAL_RCC_GetSysClockFreq'? [-Wimplicit-function-declaration]
pllfreq = LL_RCC_CalcPLLClockFreq(PLL_InputFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->PLLN, UTILS_PLLInitStruct->FRACN, UTILS_PLLInitStruct->PLLP);
^~~~~~~~~~~~~~~~~~~~~~~
HAL_RCC_GetSysClockFreq
Src/driver.c:77:10: fatal error: openpnp/openpnp.h: No such file or directory
#include "openpnp/openpnp.h"
^~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/test/src/driver.o] Error 1