From 0b60cd738acc99c491a405c739f7bdf9a99c01c1 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Fri, 8 Nov 2024 17:40:25 +0100 Subject: [PATCH] [nrf fromtree] 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 (cherry picked from commit 7065b4628b25bf2c74caeb5d98e582215aa955dd) --- 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 8a257fa5bfe..d726c9d8e7b 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.