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

57
taglab_d.c Normal file
View File

@@ -0,0 +1,57 @@
/*
** Generated by RubusCB 2.1 Jun 16 1999 09:44:36 License Release
**
** File: taglab_d.c
**
** Created: 11:05:24 October 12 1999
**
** File is automatically generated, DO NOT EDIT!
**
*/
#include <basic/bs_basic.h>
#include <red/r_thread.h>
#include <red/r_cfg.h>
#include <blue/b_thread.h>
#include <basic/bs_log.h>
#include <hal/hal_cfg.h>
#include "taglab_bs.h"
#include "taglab_r.h"
#include "taglab_b.h"
#include "msg.h"
TYPE_CB LOC_CB DummyCB[(SIZE_RED_CB + sizeof(TYPE_CB) - 1) / sizeof(TYPE_CB)];
struct{
bsStack_t header;
UINT stack[(500 + sizeof(UINT) - 1) / sizeof(UINT)];
}redStack;
TYPE_CB LOC_CB redStackFrame[((SIZE_RED_FRAME_CB + sizeof(TYPE_CB) - 1) / sizeof(TYPE_CB)) * (SIZE_RED_NESTED_LEVELS + 1)];
TYPE_CB LOC_CB * LOC_CB blueIntrTable[4];
TYPE_CB LOC_CB * LOC_CB * const blueIntrTableTop = &blueIntrTable[0];
TYPE_CB LOC_CB * LOC_CB * const blueIntrTableBottom = &blueIntrTable[3];
struct {
bsStack_t header;
UINT stack[(30000 + sizeof(UINT) - 1) / sizeof(UINT)];
}blueIdleStack;
TYPE_CB LOC_CB blueIdleCB[(SIZE_BLUE_THREAD_CB + sizeof(TYPE_CB) - 1) / sizeof(TYPE_CB)];
struct {
bsStack_t header;
UINT stack[(22000 + sizeof(UINT) - 1) / sizeof(UINT)];
}AStack;
TYPE_CB LOC_CB ACB[(SIZE_BLUE_THREAD_CB + sizeof(TYPE_CB) - 1) / sizeof(TYPE_CB)];
struct {
bsStack_t header;
UINT stack[(30000 + sizeof(UINT) - 1) / sizeof(UINT)];
}blueKernelStack;
TYPE_CB LOC_CB blueKernelCB[(SIZE_BLUE_THREAD_CB + sizeof(TYPE_CB) - 1) / sizeof(TYPE_CB)];