Files
Amar Mahmutbegovic 19c06fe786 add Chapter05/gsm_lib
2024-05-19 23:48:23 +02:00

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