source: asp3_wo_tecs/trunk/target/dummy_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: 389 bytes
Line 
1/*
2 * SIOドライバ(ダミーターゲット用)のコンフィギュレーションファイル
3 *
4 * $Id: target_serial.cfg 238 2014-09-28 19:19:25Z ertl-hiro $
5 */
6
7#include "target_serial.h"
8ATT_INI({ TA_NULL, 0, sio_initialize });
9ATT_TER({ TA_NULL, 0, sio_terminate });
10CFG_INT(INTNO_SIO, { INTATR_SIO, INTPRI_SIO });
11CRE_ISR(ISR_SIO, { TA_NULL, 0, INTNO_SIO, sio_isr, 1 });
Note: See TracBrowser for help on using the repository browser.