. ├── deploy.sh # 一键部署脚本 ├── openclaw.json # 主配置文件(已脱敏) ├── .env # 环境变量模板 ├── mcp.json # MCP ...
flash: all openocd -f interface/stlink.cfg -f target/stm32l4x.cfg -c "program $(BUILD_DIR)/$(TARGET).elf verify reset exit" To configure debuging from VSCode create ...