This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a16956e12843bf1e84bcac313bd7216b74f93f07 Author: Henry Rovner <[email protected]> AuthorDate: Thu Jul 4 11:40:20 2024 -0700 Add peripheral support table to BL808 documentation page --- Documentation/platforms/risc-v/bl808/index.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Documentation/platforms/risc-v/bl808/index.rst b/Documentation/platforms/risc-v/bl808/index.rst index 8befaecda3..a91742fe22 100644 --- a/Documentation/platforms/risc-v/bl808/index.rst +++ b/Documentation/platforms/risc-v/bl808/index.rst @@ -35,6 +35,28 @@ Bouffalo Lab BL808 - **Video Input:** Dual-lane MIPI CSI - **Peripherals:** UART, SPI, I2C, PWM, SDH, EMAC, USB +Peripheral Support +================== + +The following list indicates the state of peripherals' support in NuttX: + +=========== ======= ==================== +Peripheral Support NOTES +=========== ======= ==================== +GPDAC No +DMA No +EMAC No +GPADC Yes +GPIO Yes +I2C No +I2S No +PWM No +SPI No +Timers No +UART Yes +USB No +=========== ======= ==================== + Supported Boards ================
