source: arch/m68k_gcc/prc_cfg1_out.h

このファイルの最終更新内容7 で kominami が 2015/09/12 9:22:12 に更新しました

TOPPERS/ASP 1.9.1

ファイルサイズ: 936 B
Rev 
[7]1/*
2 *              cfg1_out.c€Î¥ê¥ó¥¯€ËɬÍ׀ʥ¹¥¿¥Ö€ÎÄêµÁ
3 */
4
5void sta_ker(void)
6{
7}
8
9void hardware_init_hook(void)
10{
11}
12
13void software_init_hook(void)
14{
15}
16
17const SIZE              _kernel_istksz = 0;
18
19STK_T *const    _kernel_istk = NULL;
20
21/*
22 *  ¥ª¥Õ¥»¥Ã¥È¥Õ¥¡¥€¥ë€òÀžÀ®€¹€ë€¿€á€ÎÄêµÁ
23 */
24const uint8_t   MAGIC_1 = 0x12;
25const uint16_t  MAGIC_2 = 0x1234;
26const uint32_t  MAGIC_4 = 0x12345678;
27
28const TCB       TCB_enatex = {
29        { NULL, NULL },                 /* task_queue */
30        NULL,                                   /* p_tinib */
31        0U,                                             /* tstat */
32#ifdef TOPPERS_SUPPORT_MUTEX
33        0U,                                             /* bpriority */
34#endif /* TOPPERS_SUPPORT_MUTEX */
35        0U,                                             /* priority */
36        false,                                  /* acqeue */
37        false,                                  /* wupque */
38        true,                                   /* enatex */
39        0U,                                             /* texptn */
40        NULL,                                   /* p_winifo */
41#ifdef TOPPERS_SUPPORT_MUTEX
42        { NULL, NULL },                 /* mutex_queue */
43#endif /* TOPPERS_SUPPORT_MUTEX */
44#ifdef TOPPERS_SUPPORT_OVRHDR
45        0U,                                             /* leftotm */
46#endif /* TOPPERS_SUPPORT_OVRHDR */
47        { NULL, NULL }                  /* tskctxb */
48};
詳しい使い方は TracBrowser を参照してください。