1:name: MAX32652-EVKIT
2:description: This script runs Hello World example on MAX32652 Evaluation Kit
3
4using sysbus
5
6mach create
7machine LoadPlatformDescription @platforms/boards/max32652-evkit.repl
8
9$bin?=@https://dl.antmicro.com/projects/renode/max32650--sdk-hello_world.elf-s_1032052-8c2f0faf29fc435e8e113885ce22f32984a40bef
10
11showAnalyzer uart0
12
13macro reset
14"""
15    sysbus LoadELF $bin
16"""
17runMacro $reset
18