You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/program.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -327,7 +327,9 @@ etors:
327
327
- name: NUM_DEVICES
328
328
desc: "[uint32_t] Return number of devices associated with Program."
329
329
- name: DEVICES
330
-
desc: "[$x_device_handle_t[]] Return list of devices associated with Program."
330
+
desc: |
331
+
[$x_device_handle_t[]] Return list of devices associated with a program.
332
+
This is either the list of devices associated with the context or a subset of those devices when the program is created using $xProgramCreateWithBinary.
331
333
- name: SOURCE
332
334
desc: "[char[]] Return program source associated with Program."
0 commit comments