Lines Matching refs:Renode
1 # Renode API
5 The server's implementation can be found in this repository in `src/Renode/Network/ExternalControl/…
7 Besides building Renode from source, the server can be also dynamically compiled into Renode from t…
20 The Renode API header file is `./include/renode_api.h`.
24 The Renode API library sources can be found in the `./lib` directory.
34 `librenode_api.a` can be built in the `build` directory from the Renode repository's root directory…
47 …ple_client/src` directory can be built in the `build` directory from the Renode repository's root …
54 The example application using Renode API can be found in `examples/run_for`.
56 It can be built in the `build` directory from the Renode repository's root directory with:
61 After starting the server in Renode, the `run_for` application can be used to progress emulation ti…
79 The example application using Renode API can be found in `examples/adc`.
81 It can be built in the `build` directory from the Renode repository's root directory with:
86 After starting the server in Renode, the `adc` application can be used multiple times to set ADC ch…
99 The example application using Renode API can be found in `examples/gpio`.
101 It can be built in the `build` directory from the Renode repository's root directory with:
107 After starting the server in Renode, the `gpio` application can be used in three different modes.