Closed galak closed 5 years ago
The majority of these are code or memory size issues.
The rv32m1_vega_ri5cy is reported in #18198
the nucleo_l4r5zi is a compile error:
/home/galak/git/FULL_ZEPHYR/zephyr/drivers/flash/flash_stm32l4x.c: In function 'flash_stm32_block_erase_loop':
/home/galak/git/FULL_ZEPHYR/zephyr/drivers/flash/flash_stm32l4x.c:149:11: error: 'pages_per_bank' may be used uninitialized in this function [-Werror=maybe-uninitialized]
if (page >= pages_per_bank)
~~~~~^~~~~~~~~~~~~~~~~
/home/galak/git/FULL_ZEPHYR/zephyr/drivers/flash/flash_stm32l4x.c:118:8: note: 'pages_per_bank' was declared here
u16_t pages_per_bank;
^~~~~~~~~~~~~~
@ioannisg I took a look at the last two failures with Nordic boards and tests/kernel/mutex/sys_mutex/sys.mutex
. I am not sure whether the right fix is to restrict that test to platforms with at least 32KB of RAM or reduce the ISR stack size from 2048 to 1024 or similar.
@ioannisg I took a look at the last two failures with Nordic boards and
tests/kernel/mutex/sys_mutex/sys.mutex
. I am not sure whether the right fix is to restrict that test to platforms with at least 32KB of RAM or reduce the ISR stack size from 2048 to 1024 or similar.
I have created #18295 to fix this by requiring 32KB of RAM which made sense to me.
@ioannisg I took a look at the last two failures with Nordic boards and
tests/kernel/mutex/sys_mutex/sys.mutex
. I am not sure whether the right fix is to restrict that test to platforms with at least 32KB of RAM or reduce the ISR stack size from 2048 to 1024 or similar.I have created #18295 to fix this by requiring 32KB of RAM which made sense to me.
Merged now @carlescufi
@galak the bbc_microbit fail on hci_uart samples does not appear (anymore), at least in my local sanitycheck run
Edit: same for the bluetooth.mesh_demo - I can't make it fail.
@galak the bbc_microbit fail on hci_uart samples does not appear (anymore), at least in my local sanitycheck run
Edit: same for the bluetooth.mesh_demo - I can't make it fail.
I fixed those in https://github.com/zephyrproject-rtos/zephyr/pull/18294
We have the following build failures: