STMicroelectronics / STM32CubeH7

STM32Cube MCU Full Package for the STM32H7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
https://www.st.com/en/embedded-software/stm32cubeh7.html
Other
490 stars 302 forks source link

Invalid compatibility information in README.md of STM32H7xx_HAL_Driver module #243

Closed KnoerleMan closed 1 year ago

KnoerleMan commented 1 year ago

The "README.md" file of the "STM32H7xx_HAL_Driver" module contains an invalid compatibility information table. Link to invalid README.md

It states that the v1.10.0 release of the MCU package is based on the v1.10.2 release of the HAL Driver H7. Which is not correct and can be validated by checking the included "stm32h7xx_hal.c" file which contains the version information. Anyway there never was a v1.10.2 of the hal drivers...

The original README of the HAL driver repository therefore lists the correct data.

When saying "It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device - HAL, as mentioned in this table." the given information should be valid. Please fix this issue asap!

Thanks.

ASELSTM commented 1 year ago

Hi @KnoerleMan,

Thank you for pointing this out. Indeed, the v1.10.0 release of the STM32CubeH7 firmware package is based on the v1.11.0 release of the HAL Driver H7 and not v1.10.2. The typo has been fixed and it is now available on the STM32CubeH7 repository as part of this commit.

Please allow me thus to close this thread as the issue is fixed now. Thank you for your contribution.

With regards,