17 lines
211 B
Plaintext
17 lines
211 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
|
|
|
|
start |