nienieai/dsh-canmv-k230-bridge ↗★ 0
dsh-canmv-k230-bridge
DSH dynamic plugin: bridge for CanMV K230 board (floating panel + serial script run & preview)
AI Analysis
核心用途是连接和控制 CanMV K230 硬件开发板。适合进行嵌入式开发、需要在 DSH 中调试和运行串口脚本的开发者。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用(作为 DSH 动态插件)
用 cordis_define(kind new,idPrefix canmv)提交:
code.host=lib/host.js全文code.client=lib/client.js全文(两半必须同时提供,漏任一半会成为无功能包)
然后 cordis_run 激活;Client 半侧首次激活需页面审批。
依赖的 Host 组合能力:shell(PowerShell 后端,Windows)、sandboxPolicy、fs。