# CSI-Components **Repository Path**: LitzJ/csi-components ## Basic Information - **Project Name**: CSI-Components - **Description**: 共用组件,包含通信协议等公用组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-09 - **Last Updated**: 2026-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CSI Components 本仓库保存 CSI 系统复用的 ESP-IDF 组件。 ## 组件列表 - [spi_link](spi_link/README.md):底层 SPI 两阶段收发壳层,只负责链路收发、对齐和主从事务调度。 - [csi_protocol](csi_protocol/README.md):C5 Receiver 与 S3 BaseBoard 之间的 CSI SPI 数据面协议定义。 ## 文档归属 - 组件专属接口和协议细节放在各组件自己的 `README.md`。 - 跨 C5、S3 和上位机的数据流设计放在主仓库系统文档。 相关系统文档: - [项目总览](../docs/technical/项目总览.md) - [SPI 链路与多 C5 汇聚协议设计](../docs/technical/SPI链路与多C5汇聚协议设计.md) - [CSI 数据格式与信道配置说明](../docs/technical/CSI数据格式与信道配置说明.md)