source: asp3_wo_tecs/trunk/target/ct11mpcore_gcc/target_serial.cfg@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 437 bytes
Line 
1/*
2 * シリアルインタフェースドライバのコンフィギュレーションファイル
3 * のターゲット依存部(CT11MPCore用)
4 *
5 * $Id: target_serial.cfg 362 2015-07-26 11:29:15Z ertl-hiro $
6 */
7
8#include "target_serial.h"
9ATT_INI({ TA_NULL, 0, sio_initialize });
10ATT_INI({ TA_NULL, 0, sio_terminate });
11CFG_INT(INTNO_SIO, { INTATR_SIO, INTPRI_SIO });
12CRE_ISR(ISR_SIO, { TA_NULL, 0, INTNO_SIO, sio_isr, 1 });
Note: See TracBrowser for help on using the repository browser.