@@ -251,15 +251,44 @@ add_docset(nrf-bm ${NRF_BM_VERSION})
251251add_doxygen_docset (nrf-bm ${NRF_BM_BASE} ${NRF_BM_VERSION} )
252252
253253#-------------------------------------------------------------------------------
254- # docset: s115
254+ # docset: s115_nrf54l15
255255
256- add_doxygen_docset (s115 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
256+ add_doxygen_docset (s115_nrf54l15 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
257257
258258#-------------------------------------------------------------------------------
259- # docset: s145
259+ # docset: s145_nrf54l15
260260
261- add_doxygen_docset (s145 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
261+ add_doxygen_docset (s145_nrf54l15 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
262262
263+ #-------------------------------------------------------------------------------
264+ # docset: s115_nrf54lm20
265+
266+ add_doxygen_docset (s115_nrf54lm20 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
267+
268+ #-------------------------------------------------------------------------------
269+ # docset: s145_nrf54lm20
270+
271+ add_doxygen_docset (s145_nrf54lm20 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
272+
273+ #-------------------------------------------------------------------------------
274+ # docset: s115_nrf54ls05
275+
276+ add_doxygen_docset (s115_nrf54ls05 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
277+
278+ #-------------------------------------------------------------------------------
279+ # docset: s145_nrf54ls05
280+
281+ add_doxygen_docset (s145_nrf54ls05 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
282+
283+ #-------------------------------------------------------------------------------
284+ # docset: s115_nrf54lv10
285+
286+ add_doxygen_docset (s115_nrf54lv10 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
287+
288+ #-------------------------------------------------------------------------------
289+ # docset: s145_nrf54lv10
290+
291+ add_doxygen_docset (s145_nrf54lv10 ${NRF_BM_BASE} "10.0.0-1.prototype" STANDALONE )
263292#-------------------------------------------------------------------------------
264293# docset: kconfig
265294
@@ -296,16 +325,22 @@ function(add_doc_dependencies docset)
296325 endif ()
297326endfunction ()
298327
299- add_doc_dependencies (nrf-bm kconfig-all s115 s145 )
328+ add_doc_dependencies (nrf-bm kconfig-all s115_nrf54l15 s145_nrf54l15 s115_nrf54lm20 s145_nrf54lm20 s115_nrf54ls05 s145_nrf54ls05 s115_nrf54lv10 s145_nrf54lv10 )
300329
301330add_custom_target (build -all ALL )
302331add_dependencies (build -all
303332 copy-extra-content
304333 merge-search-indexes
305334 nrf-bm-all
306335 kconfig-all
307- s115
308- s145
336+ s115_nrf54l15
337+ s145_nrf54l15
338+ s115_nrf54lm20
339+ s145_nrf54lm20
340+ s115_nrf54ls05
341+ s145_nrf54ls05
342+ s115_nrf54lv10
343+ s145_nrf54lv10
309344)
310345
311346add_custom_target (linkcheck )
0 commit comments