1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +01:00

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