This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 682f6aa19f5 docs/boards/ci20: Update the state of peripheral support
682f6aa19f5 is described below
commit 682f6aa19f5231cdf90565a04b81ec21922c9068
Author: Lwazi Dube <[email protected]>
AuthorDate: Thu Aug 20 19:37:22 2026 -0400
docs/boards/ci20: Update the state of peripheral support
Update the MIPS Creator CI20 board documentation to include a detailed
peripherals support table. This replaces the basic bulleted list with
comprehensive status details for CPU cores, RAM, Display, Ethernet,
GPIO, TRNG, Timers, UART0, USB Host, and Watchdog.
Signed-off-by: Lwazi Dube <[email protected]>
---
.../mips/jz4780/boards/mips-creator-ci20/index.rst | 32 +++++++++++++++++-----
1 file changed, 25 insertions(+), 7 deletions(-)
diff --git
a/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
b/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
index acfdb2c4490..db7115435de 100644
--- a/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
+++ b/Documentation/platforms/mips/jz4780/boards/mips-creator-ci20/index.rst
@@ -11,13 +11,31 @@ MIPS Creator CI20
The MIPS Creator CI20 V2.0
-Supported Features
-==================
-
-* Single 1.2GHz MIPS32 processor
-* 256MiB DRAM
-* UART0 on Raspberry PI connector
-* Fast Ethernet (DM9000)
+The following list indicates the state of peripheral support in NuttX:
+
+=========== ======= =============================
+Peripheral Support NOTES
+=========== ======= =============================
+CPU0 Yes 1.2GHz MIPS32 processor
+CPU1 No 1.2GHz MIPS32 processor
+RAM Yes 256MiB
+ADC No
+Audio No
+Display Yes HDMI (EDID not yet supported)
+DMA No
+Ethernet Yes Fast Ethernet (DM9000)
+GPIO Yes
+I2C No
+LED No
+TRNG Yes
+SDcard No
+SPI No
+Timers Yes
+UART0 Yes Initialized by U-Boot
+USB OTG No DWC2
+USB Host Yes EHCI + OHCI
+Watchdog Yes
+=========== ======= =============================
Configurations
==============