Yes build works properly on version 3.0.2.
For 3.1 branch, maybe the 3.1.1 fixes some issues: Release nRF Connect SDK v3.1.1 · nrfconnect/sdk-nrf · GitHub.
I think the compilation issue with nfc_t2t_lib is due to the nfct node being disabled in the device tree. It is on in the nrf54l15dk device tree, and when enabled in my overlay file the compile issue went away.
&nfct {
status = “okay”;
};
2 Likes
Any news about the compressed partition scheme?
I had edit also the boards\xiao_nrf54l15_nrf54l15_cpuapp.overlay
file in my project.
Be careful with the syntax. I had to correct the quotation marks:
&nfct {
status = "okay";
};
Not it fails at another error.