source: asp3_gr_sakura/trunk/arch/rx630_gcc/prc_cfg1_out.h@ 318

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

プロパティの文字コードにUTF-8を追加、キーワードを削除

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr; charset=UTF-8
File size: 930 bytes
Line 
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_t _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 0U, /* bpriority */
33 0U, /* priority */
34 false, /* acqeue */
35 false, /* wupque */
36 true, /* enatex */
37#ifdef TOPPERS_SUPPORT_OVRHDR
38 false, /* staovr */
39#endif /* TOPPERS_SUPPORT_OVRHDR */
40
41 0U, /* texptn */
42 NULL, /* p_winifo */
43 NULL, /* mutex_queue */
44#ifdef TOPPERS_SUPPORT_OVRHDR
45 0U, /* leftotm */
46#endif /* TOPPERS_SUPPORT_OVRHDR */
47 { NULL, NULL } /* tskctxb */
48};
Note: See TracBrowser for help on using the repository browser.