From 7065b4628b25bf2c74caeb5d98e582215aa955dd Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Fri, 8 Nov 2024 17:40:25 +0100 Subject: [PATCH] doc boards nrfbsim: Mention the UARTE as supported for nrf5340 Include in the list of supported peripherals the UARTE for the simulated nrf5340 Signed-off-by: Alberto Escolar Piedras --- boards/native/nrf_bsim/doc/nrf5340bsim.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/native/nrf_bsim/doc/nrf5340bsim.rst b/boards/native/nrf_bsim/doc/nrf5340bsim.rst index 518965d15e6..7e252511f33 100644 --- a/boards/native/nrf_bsim/doc/nrf5340bsim.rst +++ b/boards/native/nrf_bsim/doc/nrf5340bsim.rst @@ -43,6 +43,7 @@ These boards include models of some of the nRF5340 SOC peripherals: * RTC (Real Time Counter) * TEMP (Temperature sensor) * TIMER +* UARTE (UART with Easy DMA) * UICR (User Information Configuration Registers) and will use the same drivers as the nrf5340dk targets for these.