Ignore:
Timestamp:
Jan 11, 2012, 7:07:48 PM (12 years ago)
Author:
ertl-ichiba
Message:

ASP 1.7.0対応のNios2依存部を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp_nios2/trunk/arch/nios2_gcc/prc_cfg1_out.h

    r1 r14  
    99void sta_ker(void){}
    1010STK_T *const    _kernel_istkpt = 0x00;
     11
     12/* 
     13 *  オフセットファイルを生成するための定義 
     14 */
     15const uint8_t   MAGIC_1 = 0x12;
     16const uint16_t  MAGIC_2 = 0x1234;
     17const uint32_t  MAGIC_4 = 0x12345678;
     18
     19const TCB       TCB_enatex = {
     20        { NULL, NULL },                 /* task_queue */
     21        NULL,                                   /* p_tinib */
     22        0U,                                             /* tstat */
     23#ifdef TOPPERS_SUPPORT_MUTEX
     24        0U,                                             /* bpriority */
     25#endif /* TOPPERS_SUPPORT_MUTEX */
     26        0U,                                             /* priority */
     27        false,                                  /* acqeue */
     28        false,                                  /* wupque */
     29        true,                                   /* enatex */
     30        0U,                                             /* texprn */
     31        NULL,                                   /* p_winifo */
     32#ifdef TOPPERS_SUPPORT_MUTEX
     33        { NULL, NULL },                 /* mutex_queue */
     34#endif /* TOPPERS_SUPPORT_MUTEX */
     35        { NULL, NULL }                  /* tskctxb */
     36};
Note: See TracChangeset for help on using the changeset viewer.