mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 07:13:11 +00:00
Rename Renode variable used to store the .elf file path from `bin` to `elf` for consistency. Signed-off-by: Michał Szprejda <mszprejda@antmicro.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
*** Keywords ***
|
|
Prepare Machine
|
|
Execute Command $elf = ${ELF}
|
|
Execute Command include ${RESC}
|
|
Create Terminal Tester ${UART}
|