Files
Amar Mahmutbegovic ed4025257f add Chapter07
2024-06-26 22:48:02 +02:00

18 lines
234 B
Plaintext

using sysbus
mach create
machine LoadPlatformDescription @platforms/cpus/stm32f072.repl
$bin?=$ORIGIN/../build/bare.elf
showAnalyzer usart2
macro reset
"""
sysbus LoadELF $bin
"""
runMacro $reset
machine StartGdbServer 3333