We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executing spi_loopback test for f0 based boards (stm32f072b_disco) with assertions enabled fails:
ASSERTION FAIL [prio <= ((1 << 2) - 1)] @ /home/dw_dev/0_zephyr/arch/arm/core/irq_manage.c:115: invalid priority 5! values must be less than 4
in dts/arm/st/stm32f0.dtsi interrupt priority is set to 5, but should be lower for f0 series.
The text was updated successfully, but these errors were encountered:
dts/arm/st: Fix SPI1 interrupt priority for STM32f0
98cbff3
STM32F0 family has only 2 interrupt priority bits. Fixes zephyrproject-rtos#6238 Signed-off-by: Yannis Damigos <[email protected]>
306298e
ydamigos
No branches or pull requests
Executing spi_loopback test for f0 based boards (stm32f072b_disco) with assertions enabled fails:
in dts/arm/st/stm32f0.dtsi interrupt priority is set to 5, but should be lower for f0 series.
The text was updated successfully, but these errors were encountered: