@kvell007/embed-labs-cli 0.1.0-alpha.23 → 0.1.0-alpha.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -118,6 +118,7 @@ For local hardware access:
|
|
|
118
118
|
embed bridge start
|
|
119
119
|
embed device list
|
|
120
120
|
embed tool call wifi.scan --input-json '{"host":"198.19.77.2","user":"root"}'
|
|
121
|
+
embed tool call rp2350.monitor.spi.transfer --input-json '{"hex":"a55a3cc3"}' --approve
|
|
121
122
|
embed tool call chip.temperature --input-json '{"host":"198.19.77.2","user":"root"}'
|
|
122
123
|
embed flash plan --board <rp2350|taishanpi> --artifact ./artifact.bin
|
|
123
124
|
```
|
|
@@ -198,6 +199,7 @@ embed tool call chip.cpu.frequency --input-json '{"host":"198.19.77.2","user":"r
|
|
|
198
199
|
embed tool call chip.temperature --input-json '{"host":"198.19.77.2","user":"root"}' [--json]
|
|
199
200
|
embed tool call qml.runtime.status --input-json '{"host":"198.19.77.2","user":"root","port":18130}' [--json]
|
|
200
201
|
embed tool call qml.runtime.start --input-json '{"host":"198.19.77.2","user":"root","port":18130}' [--json]
|
|
202
|
+
embed tool call rp2350.monitor.spi.transfer --input-json '{"hex":"a55a3cc3"}' --approve [--json]
|
|
201
203
|
|
|
202
204
|
embed serial list [--json]
|
|
203
205
|
embed serial capture --path <port> [--baud 115200] [--duration 5] [--json]
|
package/dist/index.js
CHANGED
|
@@ -7653,6 +7653,7 @@ Local hardware:
|
|
|
7653
7653
|
embed tool list
|
|
7654
7654
|
embed tool call device.probe --input-json '{"host":"198.19.77.2","ports":[22,15301]}'
|
|
7655
7655
|
embed tool call wifi.scan --input-json '{"host":"198.19.77.2","user":"root"}'
|
|
7656
|
+
embed tool call rp2350.monitor.spi.transfer --input-json '{"hex":"a55a3cc3"}' --approve
|
|
7656
7657
|
embed tool call chip.temperature --input-json '{"host":"198.19.77.2","user":"root"}'
|
|
7657
7658
|
embed tool call qml.runtime.status --input-json '{"host":"198.19.77.2","user":"root","port":18130}'
|
|
7658
7659
|
embed device list
|
|
@@ -7877,6 +7878,7 @@ Usage:
|
|
|
7877
7878
|
embed tool call qml.runtime.start --input-json '{"host":"198.19.77.2","user":"root","port":18130}' [--json]
|
|
7878
7879
|
embed tool call rp2350.monitor.status [--json]
|
|
7879
7880
|
embed tool call rp2350.monitor.logic.capture --input-json '{"pin_base":16,"pin_count":4,"sample_rate":1000000,"samples":4096}' [--json]
|
|
7881
|
+
embed tool call rp2350.monitor.spi.transfer --input-json '{"hex":"a55a3cc3"}' --approve [--json]
|
|
7880
7882
|
embed tool call rp2350.monitor.logic.decode --input-json '{"input_path":".embed-labs/rp2350-monitor/captures/logic.jsonl","decoder":"summary"}' [--json]
|
|
7881
7883
|
embed deploy taishanpi --host <ip> --artifact <local_file> --approve [--remote-path /userdata/embed-labs/apps/app] [--run] [--json]
|
|
7882
7884
|
embed board deploy taishanpi --host <ip> --artifact <local_file> --approve [--remote-path /userdata/embed-labs/apps/app] [--run] [--json]
|