1:name: QuickLogic QuickFeather
2:description: This script runs Zephyr RTOS "Dining philosophers" sample on a QuickFeather board.
3
4$name?="QuickFeather"
5
6using sysbus
7mach create $name
8machine LoadPlatformDescription @platforms/boards/eos-s3-quickfeather.repl
9
10$bin?=@https://dl.antmicro.com/projects/renode/quickfeather--zephyr_philosophers.elf-s_454444-fa95db2148ba0aba675edc0e9f3a51a739a37608
11
12showAnalyzer uart
13
14macro reset
15"""
16    sysbus LoadELF $bin
17"""
18runMacro $reset
19
20