19 lines
256 B
Plaintext
19 lines
256 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
|
|
|
|
machine StartGdbServer 3333
|