This commit is contained in:
flower_linux
2026-03-12 14:56:53 +08:00
parent 22ee28f33b
commit 9a2224f185
62 changed files with 1597 additions and 505 deletions

View File

@@ -1,5 +1,23 @@
{
"plugin_dir": "bin/plugins",
"device_tree": [],
"routes": []
}
{
"plugin_dir": "bin/plugins",
"device_tree": [
{
"id": "serial_1",
"name": "Serial Device 1",
"type": "serial",
"endpoint": "/dev/ttyS1",
"driver": "hardware/drivers/serial/SerialQtDriver",
"capabilitiesRef": "src/hardware/drivers/serial/parameters.json",
"params": {
"baudRate": 115200,
"dataBits": 8,
"parity": "none",
"stopBits": 1,
"flowControl": "none"
},
"children": [],
"enabled": true
}
],
"routes": []
}