18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
:name: NRF52840
|
|
:description: This script runs Zephyr Shell demo on NRF52840.
|
|
|
|
using sysbus
|
|
|
|
mach create
|
|
machine LoadPlatformDescription @platforms/cpus/nrf52840.repl
|
|
|
|
$bin?=@https://dl.antmicro.com/projects/renode/renode-nrf52840-zephyr_shell_module.elf-gf8d05cf-s_1310072-c00fbffd6b65c6238877c4fe52e8228c2a38bf1f
|
|
|
|
showAnalyzer uart0
|
|
|
|
macro reset
|
|
"""
|
|
sysbus LoadELF $bin
|
|
"""
|
|
runMacro $reset
|