feat: refactor sgclaw around zeroclaw compat runtime

This commit is contained in:
zyl
2026-03-26 16:23:31 +08:00
parent bca5b75801
commit ff0771a83f
1059 changed files with 409460 additions and 23 deletions

View File

@@ -0,0 +1,19 @@
# 硬件与外设文档
用于开发板集成、固件流程和外设架构。
ZeroClaw 的硬件子系统通过 `Peripheral` 特征实现对微控制器和外设的直接控制。每个开发板暴露 GPIO通用输入输出、ADC模数转换器和传感器操作工具允许代理在 STM32 Nucleo、树莓派和 ESP32 等开发板上驱动硬件交互。完整架构请参见 [hardware-peripherals-design.md](hardware-peripherals-design.zh-CN.md)。
## 入口点
- 架构和外设模型:[hardware-peripherals-design.md](hardware-peripherals-design.zh-CN.md)
- 添加新开发板/工具:[../contributing/adding-boards-and-tools.md](../contributing/adding-boards-and-tools.zh-CN.md)
- Nucleo 设置:[nucleo-setup.md](nucleo-setup.zh-CN.md)
- Arduino Uno R4 WiFi 设置:[arduino-uno-q-setup.md](arduino-uno-q-setup.zh-CN.md)
## 数据手册
- 数据手册索引:[datasheets](datasheets)
- STM32 Nucleo-F401RE[datasheets/nucleo-f401re.md](datasheets/nucleo-f401re.zh-CN.md)
- Arduino Uno[datasheets/arduino-uno.md](datasheets/arduino-uno.zh-CN.md)
- ESP32[datasheets/esp32.md](datasheets/esp32.zh-CN.md)