5 of the listed samples are fully tested and working.
I’ll be working on updating this further over the weeknd.
The point of these samples is to be able to load them with as little user configuration required as possible to give people new to the nrf54l15 a working starting point.
To use them:
- Install nrf connect, and have it install sdk 3.1.1 & the toolchain for it.
- copy the seeed board defs into the zephyr sdk folder
- select add application in NRF connect, and select the sample folder for the sample you want
- create a build configuration selecting xiao_nrf54l15_nrf54l15_cpuapp & choose “use sysbuild”
- leave all board def & prj,conf stuff blank, it’s auto filled by the xiao_ named files in the boards subfolder of each sample.
Copying the seeed board contents of the sdk folder folder:
grab this git repo, either as a zip or with git, then
from inside the repo copy the folder zephyr/boards/arm/*
to the location you installed the 3.1.1 sdk to in the first step, example:
C:\yourSDKpath\3.1.1\zephyr\boards\arm*