Last change
on this file since 164 was 164, checked in by coas-nagasima, 7 years ago |
TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/x-chdr
|
File size:
942 bytes
|
Rev | Line | |
---|
[164] | 1 | /*
|
---|
| 2 | * cfg1_out.cÌNÉKvÈX^uÌè`
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | void sta_ker( void )
|
---|
| 6 | {
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | void hardware_init_hook( void )
|
---|
| 10 | {
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | void software_init_hook( void )
|
---|
| 14 | {
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | const SIZE _kernel_istksz = 0;
|
---|
| 18 |
|
---|
| 19 | STK_T *const _kernel_istk = NULL;
|
---|
| 20 |
|
---|
| 21 | /*
|
---|
| 22 | * ItZbgt@C𶬷é½ßÌè`
|
---|
| 23 | */
|
---|
| 24 | const uint8_t MAGIC_1 = 0x12;
|
---|
| 25 | const uint16_t MAGIC_2 = 0x1234;
|
---|
| 26 | const uint32_t MAGIC_4 = 0x12345678;
|
---|
| 27 |
|
---|
| 28 | const 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 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.