From 8a7c16c9daa58acad421f8c6a56439a244e2bacb Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 2 Sep 2024 17:16:58 +0200 Subject: [PATCH] boards: nrf54l15_bsim: Update docs including AAR,CCM, ECB These peripherals are now included. Let's mention them and remove the warning about them being missing. Signed-off-by: Alberto Escolar Piedras --- boards/native/nrf_bsim/doc/nrf54l15bsim.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst index 8c0b2fb64f0..6e7c12a5cdd 100644 --- a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst +++ b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst @@ -31,14 +31,15 @@ on the simulated nRF54L15 SOC. .. warning:: - This target is experimental, and even though it includes models of the RADIO, it does not yet - include models of the AAR, CCM or ECB peripherals, so the BLE and 802.15.4 stacks can only be - run without encryption or privacy features so far. + This target is experimental. This boards include models of some of the nRF54L15 SOC peripherals: +* AAR (Accelerated Address Resolver) +* CCM (AES CCM mode encryption) * CLOCK (Clock control) * DPPI (Distributed Programmable Peripheral Interconnect) +* ECB (AES electronic codebook mode encryption) * EGU (Event Generator Unit) * FICR (Factory Information Configuration Registers) * GRTC (Global Real-time Counter)