You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the use of full assert in stm32mp2xx_hal_conf.h. As done with
all other STM32 HAL drivers, this prevents build errors when compiling
STM32Cube-based code in Zephyr and allows successful compilation even
if assertion checks are not implemented, as the code still functions
correctly without them.
Signed-off-by: Youssef Zini <[email protected]>
0 commit comments