add Chapter05/gsm_lib
This commit is contained in:
17
Chapter05/gsm_lib/renode_scripts/stm32f072.resc
Normal file
17
Chapter05/gsm_lib/renode_scripts/stm32f072.resc
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user