Home
last modified time | relevance | path

Searched refs:command (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty_int.c80 char command[strlen(auto_attach_cmd) + strlen(slave_tty) + 1]; in attach_to_tty() local
82 sprintf(command, auto_attach_cmd, slave_tty); in attach_to_tty()
84 int ret = system(command); in attach_to_tty()
87 WARN("Could not attach to the UART with \"%s\"\n", command); in attach_to_tty()
/nrf_hw_models-latest/docs/
DUART.md13 with command line parameters.
20 Enabling this and selecting the file is done with command line options.
54 You enable this backend for each instance using command line parameters, by specifying
64 terminate the simulation; But you can change this with a command line option, so that it will
98 Check the command line options with `-help`.
DREADME_HW_models.md203 execution to register command line arguments.
225 These models register their own command line arguments/options using
226 babblesim's command line argument utilities.
229 The way to describe the command line arguments follows Babblesim's
230 `libUtilv1` command line parsing convention.