From 21ad336760152204d40121e352f3edffe982cd00 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 18 Nov 2021 12:22:08 +0000 Subject: [PATCH] docs: Add initial documentation on WiFi chipsets support Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/hardware-support/index.rst | 1 + docs/hardware-support/peripherals/index.rst | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/hardware-support/peripherals/index.rst diff --git a/docs/hardware-support/index.rst b/docs/hardware-support/index.rst index 1d2c3867..7f4c8cf5 100644 --- a/docs/hardware-support/index.rst +++ b/docs/hardware-support/index.rst @@ -19,3 +19,4 @@ This section details the hardware (including virtualized) supported as part of virtual-boards/index adding-hardware-support blueprint-peripherals/index + peripherals/index diff --git a/docs/hardware-support/peripherals/index.rst b/docs/hardware-support/peripherals/index.rst new file mode 100644 index 00000000..b8646065 --- /dev/null +++ b/docs/hardware-support/peripherals/index.rst @@ -0,0 +1,17 @@ +.. SPDX-FileCopyrightText: Huawei Inc. +.. +.. SPDX-License-Identifier: CC-BY-4.0 + +.. include:: ../../definitions.rst + +|main_project_name| Support for Peripherals +########################################### + +This section details the supported peripherals as part of |main_project_name|. + +Supported WiFi Chipsets +*********************** + +|main_project_name| provides support for the on-board WiFi chipsets on the +targets it maintains compatibility with. For more info check the documentation +for each :ref:`supported board <SupportedBoards>`. -- GitLab