source: rubycfg_asp/trunk/asp_dcre/arch/rx630_gcc/prc_cfg1_out.h@ 313

Last change on this file since 313 was 313, checked in by coas-nagasima, 7 years ago

ソースを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 975 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必
3要なスタブの定義
4 */
5
6void sta_ker( void )
7{
8}
9
10void hardware_init_hook( void )
11{
12}
13
14void software_init_hook( void )
15{
16}
17
18const SIZE _kernel_istksz = 0;
19
20STK_T *const _kernel_istk = NULL;
21
22/*
23 * オフセットファイルを生成するための定義
24 */
25const uint8_t MAGIC_1 = 0x12;
26const uint16_t MAGIC_2 = 0x1234;
27const uint32_t MAGIC_4 = 0x12345678;
28
29const TCB TCB_enatex = {
30 { NULL, NULL }, /* task_queue */
31 NULL, /* p_tinib */
32 0U, /* tstat */
33#ifdef TOPPERS_SUPPORT_MUTEX
34 0U, /* bpriority */
35#endif /* TOPPERS_SUPPORT_MUTEX */
36 0U, /* priority */
37 false, /* acqeue */
38 false, /* wupque */
39 true, /* enatex */
40 0U, /* texptn */
41 NULL, /* p_winifo */
42#ifdef TOPPERS_SUPPORT_MUTEX
43 { NULL, NULL }, /* mutex_queue */
44#endif /* TOPPERS_SUPPORT_MUTEX */
45#ifdef TOPPERS_SUPPORT_OVRHDR
46 0U, /* leftotm */
47#endif /* TOPPERS_SUPPORT_OVRHDR */
48 { NULL, NULL } /* tskctxb */
49};
Note: See TracBrowser for help on using the repository browser.