From a88091991a6ff77cdd76ce4bdd8d95b2e12f444d Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Fri, 28 Jan 2022 20:01:37 +0800 Subject: [PATCH] update doc Signed-off-by: ester.zhou --- en/device-dev/subsystems/Readme-EN.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/en/device-dev/subsystems/Readme-EN.md b/en/device-dev/subsystems/Readme-EN.md index 2c0dfb3075..393cdd674b 100644 --- a/en/device-dev/subsystems/Readme-EN.md +++ b/en/device-dev/subsystems/Readme-EN.md @@ -3,6 +3,7 @@ - [Compilation and Building](subsys-build.md) - [Building Guidelines for Mini and Small Systems](subsys-build-mini-lite.md) - [Building Guidelines for Standard Systems](subsys-build-standard-large.md) + - [Build System Coding Specifications and Best Practices](subsys-build-gn-coding-style-and-best-practice.md) - [Distributed Remote Startup](subsys-remote-start.md) - [Graphics](subsys-graphics.md) - [Graphics](subsys-graphics-overview.md) @@ -39,17 +40,14 @@ - [KWS SDK](subsys-aiframework-demo-sdk.md) - [KWS Plug-in](subsys-aiframework-demo-plugin.md) - [KWS Configuration File](subsys-aiframework-demo-conf.md) -- [Data Management](subsys-data.md) - - [RDB](subsys-data-relational-database.md) - - [RDB Overview](subsys-data-relational-database-overview.md) - - [RDB Development](subsys-data-relational-database-guide.md) - - [Lightweight Data Store](subsys-data-storage.md) - - [Lightweight Data Store Overview](subsys-data-storage-overview.md) - - [Lightweight Data Store Development](subsys-data-storage-guide.md) - [Sensors](subsys-sensor.md) - [Sensors Overview](subsys-sensor-overview.md) - [Sensors Usage Guidelines](subsys-sensor-guide.md) - [Sensors Usage Example](subsys-sensor-demo.md) +- [USB](subsys-usbservice.md) + - [[USB Overview](subsys-usbservice-overview.md) + - [USB Usage Guidelines](subsys-usbservice-guide.md) + - [USB Usage Example](subsys-usbservice-demo.md) - [Application Framework](subsys-application-framework.md) - [Overview](subsys-application-framework-overview.md) - [Setting Up a Development Environment](subsys-application-framework-envbuild.md) @@ -77,14 +75,9 @@ - [DFX](subsys-dfx-overview.md) - [Development Guidelines on HiLog ](subsys-dfx-hilog-rich.md) - [Development Guidelines on HiLog\_Lite](subsys-dfx-hilog-lite.md) - - [Development Guidelines on HiTrace](subsys-dfx-hitrace-development.md) - - [Development Guidelines on HiCollie](subsys-dfx-hicollie-development.md) - [Development Guidelines on HiSysEvent](subsys-dfx-hisysevent.md) - - [subsys-dfx-hisysevent-logging](subsys-dfx-hisysevent-logging.md) - - [subsys-dfx-hisysevent-listening](subsys-dfx-hisysevent-listening.md) - - [subsys-dfx-hisysevent-query](subsys-dfx-hisysevent-query.md) - - [subsys-dfx-hisysevent-tool-usage](subsys-dfx-hisysevent-tool-usage.md) - [R&D Tools](subsys-toolchain.md) - [bytrace Usage Guidelines](subsys-toolchain-bytrace-guide.md) - [hdc\_std Usage Guidelines](oem_subsys_toolchain_hdc_guide.md) -- [XTS](subsys-xts-guide.md) \ No newline at end of file +- [XTS](subsys-xts-guide.md) + -- GitLab