Zephyr Board Files for Non-Sense XIAO nrf54l15

Thanks for the info @PJ_Glasso

It is a bit confusing with things influx, and my guess is the items below will be out of date quickly, but here is my understanding:

  • If your building applications that rely on nrf connect (e.g. matter), then nrf connect 3.1.1 looks like the right baseline.
  • The zephyr branch in 3.1.1 doesn’t yet include the seeed 54l15 board. So far it appears the boards in the platform-seeedboards repo and linked to in the getting started page are the best to use. I was able to get this board to work with my matter app after a few modifications.
  • The board in platform-seeedboards is not configured correctly for optimal power.
  • The xiao_nrf54 board on the the latest zephyr branch from a few days ago doesn’t seem to be configured for builds that use the radio. Nodes such as radio and temp are disabled. I gave up trying to use it. However, it does seem to be configured for optimal power.

On the original topic - The one board definition for the xiao nrf54l15 is configured for the Sense. You need to delete/disable nodes in order to align with the Hw of the non-sense board.

Maybe it is a non-issue, but I worry it might cause side effects.

Is there an official place where things like this are reported and tracked?