Files
Amar Mahmutbegovic 7dab196517 cleanup
2025-04-08 13:34:28 +02:00

19 lines
234 B
Plaintext

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