(toppers-users 3022) toppers/jspの質問

miya miyamatsu @ ncrs.co.jp
2009年 9月 2日 (水) 11:37:48 JST



 $B0J2<$K4X$9$k$3$H$r$*J9$-$7$?$$$G$9!#(B
    $B!Z@=IJ![(B
    High-performance Embedded Workshop
    Copyright (C)2007 Renesas Technology Corp.
    Copyright (C)2007 Renesas Solutions Corp.
    Copyright (C)2007 Renesas Technology Europe Ltd.
    All rights reserved.
    Version 4.05.01.001

    $B%^%$%3%s7?L>(B
    H8S/2556$B!J(BROM:512k$B!!(BRAM:32k$B!K(B
    OS ---  $B&L(BiTRON


 $B#1!%%?%$%^!<$N%3%s%U%#%0%l!<%7%g%s$K4X$7$F(B
 $B!!!!%"%W%j%1!<%7%g%s$X$N%3!<%k%P%C%/4X?t$r$I$N$h$&$KEPO?$9$k$+65$($FM_$7$$$G$9!#(B    $B0J2<$O!"(Btimer.cfg$B%U%!%$%k$NDj5A$G$9!#(B    $B-!(B $B0J2<$K!"$I$N$h$&$J=q<0$GEPO?$9$l$P!"%?%$%^3d$j9~$_$,H/@8$7$?;~$K(B $B!!(B      $B%"%W%j%1!<%7%g%s$NMQ0U$7$?4X?t$,8F$S=P$5$l$k$+$rCN$j$?$$!#(B $B!!(B      DEF_INH(INHNO_TIMER, { TA_HLNG, xxxxxxxxxxxx });$B$G2DG=$G$7$g$&$+(B    $B-"$^$?!"Cm0U;v9`$H$7$F!"$=$N%3!<%k%P%C%/4X?tFb$G=hM}$7$J$1$l$P(B $B!!!!(B    $B$J$i$J$$5,B'$,$"$k$+H]$+(B     /*     *  @(#) $Id: timer.cfg,v 1.6 2005/11/12 15:19:59 honda Exp $     */    /*     *  $B%7%9%F%`%/%m%C%/%I%i%$%P$N%3%s%U%#%.%e%l!<%7%g%s%U%!%$%k(B     */    #include <hw_timer.h>    INCLUDE("\"hw_timer.h\"");    INCLUDE("\"timer.h\"");    ATT_INI({ TA_HLNG, 0, timer_initialize });    VATT_TER({ TA_HLNG, 0, timer_terminate });    DEF_INH(INHNO_TIMER, { TA_HLNG, timer_handler });$B!!!!(B $B#2!%%7%j%"%k$K4X$9$k3d$j9~$_4X?t$r%3%s%U%#%0%l!<%7%g%s%U%!%$%k$KEPO?$7$?$$!#(B $B
 !!!!0J2<$O%7%j%"%k$N(Bserial.cfg$B%U%!%$%k$NCf?H$G$9!#(B $B!!!!-!!!$3$3$K!"3d$j9~$_$,H/@8$7$?;~$K8F$S$@$94X?t$NEPO?$N=q<0$r(B $B!!!!!!!!CN$j$?$$!#(B $B!!!!(B     $B-"!!$^$?!"Cm0U;v9`$H$7$F!"$=$N%3!<%k%P%C%/4X?tFb$G=hM}$7$J$1$l$P(B $B!!!!(B    $B!!$J$i$J$$5,B'$,$"$k$+H]$+(B $B!!!!(B    /*     *  $B%7%j%"%k%$%s%?%U%'!<%9%I%i%$%P$N%3%s%U%#%.%e%l!<%7%g%s%U%!%$%k(B     */    #ifndef _MACRO_ONLY    #define _MACRO_ONLY    #endif    #include <t_config.h>    #ifdef LINUX    /*     *  Linux$B>e$G$N%7%_%e%l!<%7%g%s4D6-$N>l9g(B     */    #include "linux_sigio.cfg"    #include "linux_serial.cfg"    #else /* LINUX */    /*     *  $BDL>o$N%?!<%2%C%H4D6-$N>l9g(B     */    #include <hw_serial.cfg>    INCLUDE("\"serial.h\"");    ATT_INI({ TA_HLNG, 0, serial_initialize });    CRE_SEM(SERIAL_RCV_SEM1, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM1, { TA_TPRI, 1, 1 });    #if TNUM_PORT >= 2    CRE_SEM(SERIAL_RCV_SEM2, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM2, { TA_TP
 RI, 1, 1 });    #endif    #if TNUM_PORT >= 3    CRE_SEM(SERIAL_RCV_SEM3, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM3, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 4    CRE_SEM(SERIAL_RCV_SEM4, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM4, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 5    CRE_SEM(SERIAL_RCV_SEM5, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM5, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 6    CRE_SEM(SERIAL_RCV_SEM6, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM6, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 7    CRE_SEM(SERIAL_RCV_SEM7, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM7, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 8    CRE_SEM(SERIAL_RCV_SEM8, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM8, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 9    CRE_SEM(SERIAL_RCV_SEM9, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM9, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 10    CRE_SEM(SERIAL_RCV_SEM10, { TA_TPRI, 0, 1 })
 ;    CRE_SEM(SERIAL_SND_SEM10, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 11    CRE_SEM(SERIAL_RCV_SEM11, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM11, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 12    CRE_SEM(SERIAL_RCV_SEM12, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM12, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 13    CRE_SEM(SERIAL_RCV_SEM13, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM13, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 14    CRE_SEM(SERIAL_RCV_SEM14, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM14, { TA_TPRI, 1, 1 });    #endif    #if TNUM_PORT >= 15    CRE_SEM(SERIAL_RCV_SEM15, { TA_TPRI, 0, 1 });    CRE_SEM(SERIAL_SND_SEM15, { TA_TPRI, 1, 1 });    #endif    #endif /* LINUX */   $B$h$m$7$/$*4j$$$$$?$7$^$9!#(B
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
URL: <http://www.toppers.jp/pipermail/users/attachments/20090902/1124d1d3/attachment.html>