From c2c17ea7333b7f8cd4340a956872ed20c7a8f222 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 2 Sep 2024 17:19:40 +0200 Subject: [PATCH] boards: nrf54l15bsim: Compare it to the DK instead of the PDK The nrf54l15dk is now avaliable in the tree. Let's compare the simulated board to this one instead. Signed-off-by: Alberto Escolar Piedras --- boards/native/nrf_bsim/doc/nrf54l15bsim.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst index 6e7c12a5cdd..61ad06c4aa5 100644 --- a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst +++ b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst @@ -21,7 +21,7 @@ run applications natively on the development system. This has the benefit of providing native code execution performance and easy debugging using native tools, but inherits :ref:`its limitations `. -Just like for the nrf54l15pdk target, +Just like for the nrf54l15dk target, the nrf54l15bsim/nrf54l15/cpuapp build target provides support for the application core, on the simulated nRF54L15 SOC. @@ -51,7 +51,7 @@ This boards include models of some of the nRF54L15 SOC peripherals: * TIMER * UICR (User Information Configuration Registers) -and will use the same drivers as the nrf54l15pdk targets for these. +and will use the same drivers as the nrf54l15dk targets for these. For more information on what is modeled to which level of detail, check the `HW models implementation status`_.