mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
21 lines
496 B
Plaintext
Executable File
21 lines
496 B
Plaintext
Executable File
{
|
|
"groups" : {
|
|
"ROM" : "rom",
|
|
"Device Information" : "info",
|
|
"Utilities" : "utils"
|
|
},
|
|
"info" : {
|
|
"Device enquiry" : "get_enquiry_action",
|
|
"Get revision info" : "get_revision_action",
|
|
"Get SEROM trace data": "get_trace_buffer"
|
|
},
|
|
"utils" : {
|
|
"Terminal mode" : "terminal_mode"
|
|
},
|
|
"rom" : {
|
|
"Recovery" : "recovery_action",
|
|
"Recovery (No Reset)" : "recovery_action_no_reset"
|
|
}
|
|
}
|
|
|