1using sysbus
2
3# create the platform
4mach create
5machine LoadPlatformDescription @platforms/cpus/xtensa-sample-controller.repl
6
7# display the UART analyzer window
8showAnalyzer cpu.uartSemihosting
9
10# load the ELF file
11macro reset
12"""
13    sysbus LoadELF @https://dl.antmicro.com/projects/renode/xtensa-sample-controller-zephyr-hello-world.elf-s_293544-4be60f8a3891e70c30e1e8a471df4ad12ab08144
14"""
15runMacro $reset
16
17