1using sysbus
2$name?="SAM E70"
3mach create $name
4machine LoadPlatformDescription @platforms/cpus/sam_e70.repl
5
6cpu PerformanceInMips 125
7
8$bin?=@https://dl.antmicro.com/projects/renode/sam-e70_xplained--zephyr-shell.elf-s_903664-0c15fd8ddb4f34090e708c8b4135c95dd4ee0c32
9
10showAnalyzer sysbus.usart1
11
12# we silence the MPU warnings in nvic
13logLevel 3 nvic
14
15macro reset
16"""
17    sysbus LoadELF $bin
18"""
19
20runMacro $reset
21