From fa9a5962b5194c2f7455cd425437d93f254f94c9 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 28 May 2024 10:31:10 +0200 Subject: [PATCH] boards nrf54l15bsim: Update docs as we now have RADIO Mention that we have the RADIO peripheral, but no encryption accelerators yet. Signed-off-by: Alberto Escolar Piedras --- boards/native/nrf_bsim/doc/nrf54l15bsim.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst index 702ff50f851..bb113510c4a 100644 --- a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst +++ b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst @@ -31,8 +31,9 @@ on the simulated nRF54L15 SOC. .. warning:: - This target is experimental, and does not yet include models of the RADIO peripheral, - so the BLE and 802.15.4 stacks cannot be run on it yet. + This target is experimental, and even though it includes models of the RADIO, it does not yet + include models of the AAR, CCM, ECB or CLOCK peripherals, so the BLE and 802.15.4 stacks cannot + be run on it yet. This boards include models of some of the nRF54L15 SOC peripherals: @@ -41,6 +42,7 @@ This boards include models of some of the nRF54L15 SOC peripherals: * FICR (Factory Information Configuration Registers) * GRTC (Global Real-time Counter) * PPIB (PPI Bridge) +* RADIO * RRAMC (Resistive RAM Controller) * RTC (Real Time Counter) * TEMP (Temperature sensor)