Startpunkten

This commit is contained in:
2026-03-05 13:45:36 +01:00
commit 5fe658677a
14 changed files with 813 additions and 0 deletions

21
schedule.cfg Normal file
View File

@@ -0,0 +1,21 @@
MODULE schedule;
%{
#include "msg.h"
%}
BASICRES 1 ms;
BLUEPRESCALE 1;
BLUEKERNELSTACK 30000;
BLUEIDLESTACK 30000;
BLUETHREAD A ENTRY blueFunk STACKSIZE 22000 PRIORITY 13;
REDTHREAD Dummy ENTRY dummy;
REDSTACKSIZE 500;
SCHEDULE redSchedule PERIODTIME 10000;
RELEASETIME 9990;
Dummy DEADLINE 10000;