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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-09-02 17:19:40 +02:00 committed by Carles Cufí
parent 8a7c16c9da
commit c2c17ea733
1 changed files with 2 additions and 2 deletions

View File

@ -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 <posix_arch_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`_.