Thread: CLI example not building when board target is set to nrf54L15

Hi,

I am trying to test openthread functionalities on the nRF54L15dk and cannot build the "Thread: CLI" sample on NCS. 

I am setting my board target like so:

 

and keeping all other build configurations to deafult.

When I try building the solution with this configuration I end up with this error message:

In file included from C:/ncs/v2.6.1/zephyr/drivers/ieee802154/ieee802154_nrf5.c:47:
C:/ncs/v2.6.1/zephyr/drivers/ieee802154/ieee802154_nrf5.h:44:47: error: 'CONFIG_NRF_802154_RX_BUFFERS' undeclared here (not in a function)
   44 |         struct nrf5_802154_rx_frame rx_frames[CONFIG_NRF_802154_RX_BUFFERS];
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.6.1/zephyr/drivers/ieee802154/ieee802154_nrf5.c:48:10: fatal error: nrf_802154.h: No such file or directory
   48 | #include "nrf_802154.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
[593/666] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte2.c.obj
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1


I saw that on the "Thread: CLI" documentation that the nrf54L15dk is supported so this error is very unexpected. If anyone could help me understand what the problem that be greatly appreciated.

Thanks,
Glen

Related