hal_stm32 icon indicating copy to clipboard operation
hal_stm32 copied to clipboard

lib: stm32wb: hci list do not disable irq when LST_remove_node will

Open FRASTM opened this issue 2 years ago • 1 comments

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]

FRASTM avatar Nov 23 '22 12:11 FRASTM

internal ticket : 139525

FRASTM avatar Nov 23 '22 12:11 FRASTM

I'm closing this PR due to inactivity. Please reopen if required.

erwango avatar May 03 '24 15:05 erwango