File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
doc/nrf/releases_and_maturity/releases Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,11 @@ Networking samples
336336NFC samples
337337-----------
338338
339+ * Added experimental ``llvm `` toolchain support for the ``nrf54l15dk/nrf54l15/cpuapp `` board target to the following samples:
340+
341+ * :ref: `writable_ndef_msg `
342+ * :ref: `nfc_shell `
343+
339344* :ref: `record_text ` sample:
340345
341346 * Added support for the ``nrf54l15dk/nrf54l15/cpuapp/ns `` board target.
Original file line number Diff line number Diff line change @@ -27,3 +27,15 @@ tests:
2727 - ci_build
2828 - sysbuild
2929 - ci_samples_nfc
30+ sample.nfc.shell.llvm :
31+ toolchain_allow : llvm
32+ sysbuild : true
33+ build_only : true
34+ integration_platforms :
35+ - nrf54l15dk/nrf54l15/cpuapp
36+ platform_allow :
37+ - nrf54l15dk/nrf54l15/cpuapp
38+ tags :
39+ - ci_build
40+ - sysbuild
41+ - ci_samples_nfc
Original file line number Diff line number Diff line change @@ -27,3 +27,15 @@ tests:
2727 - ci_build
2828 - sysbuild
2929 - ci_samples_nfc
30+ sample.nfc.writable_ndef_msg.llvm :
31+ toolchain_allow : llvm
32+ sysbuild : true
33+ build_only : true
34+ integration_platforms :
35+ - nrf54l15dk/nrf54l15/cpuapp
36+ platform_allow :
37+ - nrf54l15dk/nrf54l15/cpuapp
38+ tags :
39+ - ci_build
40+ - sysbuild
41+ - ci_samples_nfc
You can’t perform that action at this time.
0 commit comments