source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/sh1/zunda_sh1/hw_serial.cfg

Last change on this file was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 691 bytes
Line 
1/*
2 * SIOドライバのコンフィギュレーションファイル
3 * (株)中央製作所製μITRON搭載SH1CPUボード用
4 */
5
6#include "hw_serial.h"
7INCLUDE("\"hw_serial.h\"");
8
9#ifndef GDB_STUB
10DEF_INH(INHNO_SERIAL_IN, { TA_HLNG, sio_handler_in });
11DEF_INH(INHNO_SERIAL_OUT, { TA_HLNG, sio_handler_out });
12DEF_INH(INHNO_SERIAL_ERROR, { TA_HLNG, sio_handler_error });
13#endif /* GDB_STUB */
14
15#if TNUM_PORT >= 2
16DEF_INH(INHNO_SERIAL2_IN, { TA_HLNG, sio2_handler_in });
17DEF_INH(INHNO_SERIAL2_OUT, { TA_HLNG, sio2_handler_out });
18DEF_INH(INHNO_SERIAL2_ERROR, { TA_HLNG, sio2_handler_error });
19DEF_INH(INHNO_SERIAL2_TEI, { TA_HLNG, sio2_handler_tend });
20#endif /* of #if TNUM_PORT >= 2 */
Note: See TracBrowser for help on using the repository browser.