From 57f0894b8f0f57080ee03134547c281ce92389ca Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Mon, 30 Sep 2024 14:59:46 +0530 Subject: [PATCH] boards: beagle: beagleconnect_freedom: doc: Update capabilities - Add PWM, ADC, FLASH and Radio to docs Signed-off-by: Ayush Singh --- boards/beagle/beagleconnect_freedom/doc/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/boards/beagle/beagleconnect_freedom/doc/index.rst b/boards/beagle/beagleconnect_freedom/doc/index.rst index 43a237d0317753..f9b980c1f30410 100644 --- a/boards/beagle/beagleconnect_freedom/doc/index.rst +++ b/boards/beagle/beagleconnect_freedom/doc/index.rst @@ -62,6 +62,14 @@ The board configuration supports the following hardware features: +-----------+------------+----------------------+ | I2C | off-chip | BCF_BRIDGE_MCU | +-----------+------------+----------------------+ +| ADC | on-chip | adc | ++-----------+------------+----------------------+ +| PWM | on-chip | pwm | ++-----------+------------+----------------------+ +| FLASH | on-chip | flash | ++-----------+------------+----------------------+ +| RADIO | on-chip | ieee802154 | ++-----------+------------+----------------------+ Connections and IOs ===================