1:name: STM32F746
2:description: This script runs MBED hello world on STM32F7 Discovery.
3
4using sysbus
5$name?="STM32F746"
6mach create $name
7
8machine LoadPlatformDescription @platforms/boards/stm32f7_discovery-bb.repl
9
10showAnalyzer usart1
11showAnalyzer ltdc
12
13$bin ?= @https://dl.antmicro.com/projects/renode/renode-mbed-pipeline-helloworld.elf-ga2ede71-s_2466384-6e3635e4ed159bc847cf1deb3dc7f24b10d26b41
14
15macro reset
16"""
17    sysbus LoadELF $bin
18"""
19
20runMacro $reset