Open manuargue opened 3 days ago
also impact NXP platforms with bluetooth shield https://github.com/zephyrproject-rtos/zephyr/issues/82390
also seen on stm32 nucleo_g070rb target when building samples/bluetooth/peripheral_hr/ --shield frdm_kw41z
@jhedberg bumping prio from low to medium as this issue is affecting multiple boards
Describe the bug Tests failing with undefined reference to
z_impl_sys_rand_get
for boardshexiwear/mk64f12
andfrdm_k64f/mk64f12
. It looks like ~these boards lack of RNG driver and~ the test scenarios are not enabling any test RNG.To Reproduce
Expected behavior All tests above can build
Impact Blocking CI of https://github.com/zephyrproject-rtos/zephyr/pull/82195 with unrelated failure
Logs and console output https://github.com/zephyrproject-rtos/zephyr/pull/82195/checks?check_run_id=33638058374 Example
Environment (please complete the following information):
Additional context Seems like a solution would be to enable
CONFIG_TEST_RANDOM_GENERATOR=y
either for the boards or in the test scenarios.