> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 参考资料

## C.1 相关文档

| 资源                | 编号                                                                                                                                           |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Zephyr Project 文档 | [https://docs.zephyrproject.org/latest/](https://docs.zephyrproject.org/latest/)                                                             |
| Zephyr UART 子系统   | [https://docs.zephyrproject.org/latest/hardware/peripherals/uart.html](https://docs.zephyrproject.org/latest/hardware/peripherals/uart.html) |
| Zephyr I2C 子系统    | [https://docs.zephyrproject.org/latest/hardware/peripherals/i2c.html](https://docs.zephyrproject.org/latest/hardware/peripherals/i2c.html)   |
| Zephyr I3C 子系统    | [https://docs.zephyrproject.org/latest/hardware/peripherals/i3c.html](https://docs.zephyrproject.org/latest/hardware/peripherals/i3c.html)   |
| RISC-V 技术规范       | [https://riscv.org/technical/specifications/](https://riscv.org/technical/specifications/)                                                   |
| Linux 内核 I2C 文档   | [https://www.kernel.org/doc/html/latest/i2c/index.html](https://www.kernel.org/doc/html/latest/i2c/index.html)                               |
| Linux 内核 I3C 文档   | [https://www.kernel.org/doc/html/latest/driver-api/i3c/index.html](https://www.kernel.org/doc/html/latest/driver-api/i3c/index.html)         |

***

## C.2 缩略语和术语

| 缩略语或术语 | 定义                                                   |
| ------ | ---------------------------------------------------- |
| API    | 应用程序编程接口（Application Programming Interface）          |
| BSP    | 板级支持包（Board Support Package）                         |
| DDR    | 双倍数据速率内存（Double Data Rate Memory）                    |
| DMA    | 直接内存访问（Direct Memory Access）                         |
| DLS    | 数据本地存储（Data Local Storage）                           |
| EVK    | 评估套件（Evaluation Kit）                                 |
| GPI    | 通用外设接口（Generic Peripheral Interface）                 |
| GPIO   | 通用输入/输出（General-Purpose Input/Output）                |
| I2C    | 内部集成电路（Inter-Integrated Circuit）                     |
| I3C    | 改进型内部集成电路（Improved Inter-Integrated Circuit）         |
| IRQ    | 中断请求（Interrupt Request）                              |
| ISR    | 中断服务例程（Interrupt Service Routine）                    |
| MCU    | 微控制器单元（Microcontroller Unit）                         |
| NACK   | 否定应答（Negative Acknowledgment）                        |
| NMI    | 不可屏蔽中断（Non-Maskable Interrupt）                       |
| PIO    | 编程输入/输出（Programmed Input/Output）                     |
| QUP    | Qualcomm 通用外设（Qualcomm Universal Peripheral）         |
| QTIMER | 在源代码中作为平台服务引用的 Qualcomm 定时器服务                        |
| RTOS   | 实时操作系统（Real-Time Operating System）                   |
| TCM    | 紧耦合内存（Tightly Coupled Memory）                        |
| TRM    | 技术参考手册（Technical Reference Manual）                   |
| UART   | 通用异步收发器（Universal Asynchronous Receiver-Transmitter） |
| WFI    | 等待中断（Wait for Interrupt）                             |
