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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ etors:
329
329
- name: DEVICES
330
330
desc: "[$x_device_handle_t[]] Return list of devices associated with Program."
331
331
- name: IL
332
-
desc: "[char[]] Return program IL if the program was created with $xProgramCreateWithIL"
332
+
desc: "[char[]] Return program IL if the program was created with $xProgramCreateWithIL, otherwise return size will be set to 0 and nothing will be returned."
333
333
- name: BINARY_SIZES
334
334
desc: "[size_t[]] Return program binary sizes for each device."
0 commit comments