1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/stm32f4discovery/dist/board.resc

20 lines
347 B
Plaintext

:name: STM32F4 Discovery
:description: This script runs the stm32f4_discovery on RIOT.
using sysbus
$name?="STM32F4_Discovery"
mach create $name
machine LoadPlatformDescription @platforms/boards/stm32f4_discovery-kit.repl
cpu PerformanceInMips 125
showAnalyzer sysbus.uart2
macro reset
"""
sysbus LoadELF $image_file
"""
runMacro $reset