commit | 42463cbee82ce1b51386648ee17ce7cdf0da5a78 | [log] [tgz] |
---|---|---|
author | Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> | Fri Apr 11 15:59:59 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Apr 16 01:09:56 2025 +0200 |
tree | 9da91f77c46da8fd265c6e24321d9681826c2adc | |
parent | 60835568fce74b9e3e752f2ec139d6e31b41a4b5 [diff] |
drivers: hwinfo: stm32: add support for STM32MP13 Adds the support for the STM32MP13 series to the existing STM32 Hardware Information driver. Note that there is no LL_GetUID_Word<x> functions for the STM32MP13 series. to allow to use HAL_GetUIDw<x> functions create macros to fill the stm32_uid structure. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>