Skip to content

Commit

Permalink
Add sub-warehouse description
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghao-xiaomi committed Dec 18, 2024
1 parent 428b393 commit ab79d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ This project adopts a super repository structure to manage multiple sub-reposito
| [frameworks_runtimes_typescript_ts2native](../../../../open-vela/frameworks/runtimes_typescript_ts2native) | This repository provides the core framework and examples for converting `TypeScript` to native code in `openvela`. |
| [frameworks_runtimes_typescript_ts2wasm](../../../../open-vela/frameworks/runtimes_typescript_ts2wasm) | This repository provides the core framework and examples for converting `TypeScript` to `Wasm` bytecode in `openvela`, aimed at improving the performance of `TypeScript`. |
| [frameworks_runtimes_wasm](../../../../open-vela/frameworks/runtimes_wasm) | This repository provides examples and extended API implementations for the `openvela` Wasm runtime environment. This framework allows quickly importing system capabilities into the Wasm runtime environment. |
| [frameworks_security](../../../../open-vela/frameworks/security) | This repository mainly contains the default security application `TA` (Trusted Application) and `CA` (Certification Authority) implementations in `openvela TEE` (Trusted Execution Environment). |
| [frameworks_security_optee_vela](../../../../open-vela/frameworks/security_optee_vela) | This repository provides the implementation of the `OPTEE` framework compatible with the `openvela` kernel. Using the `OPTEE` framework allows for quick integration with the `openvela` system without needing to understand the underlying architecture details of `openvela`. |
| [frameworks_security](../../../../open-vela/frameworks/security) | This repository mainly includes the default security applications for `openvela TEE (Trusted Execution Environment)`, including `TA (Trusted Application)` and `CA (Client Application)` implementations. |
| [frameworks_security_optee_vela](../../../../open-vela/frameworks/security_optee_vela) | This repository provides an implementation of the `OPTEE (Open Portable Trusted Execution Environment)` framework compatible with the `openvela` kernel. By using the `OPTEE` framework, developers can easily integrate with the openvela system without needing to understand the architecture layer details. |
| [frameworks_system_binder](../../../../open-vela/frameworks/system_binder) | This repository provides examples, performance test programs, and the `C` language implementation for various `Binder` scenarios, supporting learning and development of `Binder`. |
| [frameworks_system_charger](../../../../open-vela/frameworks/system_charger) | This repository provides `openvela` charging services to monitor and manage the battery charging process, including thermal control, current limiting, and stop/resume charging scenarios, ensuring safe and fast charging. |
| [frameworks_system_healthd](../../../../open-vela/frameworks/system_healthd) | This repository provides battery information monitoring services in `openvela`, publishing the `battery_state` topic, which can be subscribed to via the `uORB` framework. |
Expand Down
4 changes: 2 additions & 2 deletions README_zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
| [frameworks_runtimes_typescript_ts2native](../../../../open-vela/frameworks_runtimes_typescript_ts2native) | 该仓库提供了 `openvela` 中将 `TypeScript` 转换为原生代码的核心框架和示例。 |
| [frameworks_runtimes_typescript_ts2wasm](../../../../open-vela/frameworks_runtimes_typescript_ts2wasm) | 该仓库是 `openvela` 中将 `TypeScript` 语言转换为 `Wasm` 字节码的核心框架和示例,旨在提高 `TypeScript` 的运行性能。 |
| [frameworks_runtimes_wasm](../../../../open-vela/frameworks_runtimes_wasm) | 该仓库提供了 `openvela` Wasm 运行时环境的部分示例和扩展 API 实现,使用该框架可以快速将系统的能力导入到 Wasm 运行时环境中。 |
| [frameworks_security](../../../../open-vela/frameworks_security) | 该仓库主要包含了 `openvela TEE` 默认的安全应用 `TA``CA` 实现。 |
| [frameworks_security_optee_vela](../../../../open-vela/frameworks_security_optee_vela) | 该仓库提供了兼容 `openvela` 内核的 `OPTEE` 框架实现,使用 `OPTEE` 框架可以快速接入 `openvela` 系统,无需了解 `openvela` 架构层的细节。 |
| [frameworks_security](../../../../open-vela/frameworks_security) | 该仓库主要包含了 `openvela TEE(Trusted Execution Environment)` 默认的安全应用 `TA(Trusted Application)``CA(Client Application)` 实现。 |
| [frameworks_security_optee_vela](../../../../open-vela/frameworks_security_optee_vela) | 该仓库提供了兼容 `openvela` 内核的 `OPTEE(Open Portable Trusted Execution Environment)` 框架实现,使用 `OPTEE` 框架可以快速接入 `openvela` 系统,无需了解 `openvela` 架构层的细节。 |
| [frameworks_system_binder](../../../../open-vela/frameworks_system_binder) | 该仓库提供了 `Binder` 各种场景的示例、性能测试程序,以及 `C` 语言版本的实现,旨在支持 `Binder` 的学习和开发。 |
| [frameworks_system_charger](../../../../open-vela/frameworks_system_charger) | 该仓库提供了 `openvela` 充电服务,用于监控和管理电池充电过程,包括温控、限流和停复充等场景,确保电池安全快速充电。 |
| [frameworks_system_healthd](../../../../open-vela/frameworks_system_healthd) | 该仓库提供了 `openvela` 电池信息监控服务,通过 `battery_state` 主题向外发布,供应用通过 `uORB` 框架订阅。 |
Expand Down

0 comments on commit ab79d1d

Please sign in to comment.