1:name: NRF52840 2:description: This script runs Zephyr Shell demo on NRF52840. 3 4using sysbus 5 6mach create 7machine LoadPlatformDescription @platforms/cpus/nrf52840.repl 8 9$bin?=@https://dl.antmicro.com/projects/renode/renode-nrf52840-zephyr_shell_module.elf-gf8d05cf-s_1310072-c00fbffd6b65c6238877c4fe52e8228c2a38bf1f 10 11showAnalyzer uart0 12 13macro reset 14""" 15 sysbus LoadELF $bin 16""" 17runMacro $reset 18