We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c5034a + a6f63a9 commit 4fd7cafCopy full SHA for 4fd7caf
1 file changed
doc/development.rst
@@ -304,6 +304,12 @@ while the `shell` state uses the barebox state to cycle the board and then boot
304
the linux kernel.
305
The `off` state switches the power off.
306
307
+Oftentimes it is also necessary to wait for specific resources to appear before
308
+a transition can be continued. The `await_resources` function of the target
309
+implements this functionality, it expects a list of resources to wait for and
310
+optionally takes a timeout and whether the resource should be available or
311
+unavailable.
312
+
313
314
Tips for Writing and Debugging Tests
315
------------------------------------
0 commit comments