hal_stm32
hal_stm32 copied to clipboard
lib: stm32wb: hci list do not disable irq when LST_remove_node will
There is no need to disable the irq and backup/restore PRIMASK in the LST_remove_head and LST_remove_tail functions of the lib/stm32wb/hci/stm_list.c because the call to LST_remove_node() will do. If done twice a BUS FAULT occurs.
Fixes https://github.com/zephyrproject-rtos/zephyr/issues/50655
Signed-off-by: Francois Ramu [email protected]
internal ticket : 139525
I'm closing this PR due to inactivity. Please reopen if required.