source: asp3_wo_tecs/trunk/target/macosx_xcode/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: 355 bytes
RevLine 
[302]1/*
2 * SIOドライバ(Mac OS X用)のコンフィギュレーションファイル
3 *
4 * $Id: target_serial.cfg 237 2014-09-28 19:17:01Z ertl-hiro $
5 */
6
7#include "target_serial.h"
8INCLUDE("unix_sigio.cfg");
9ATT_INI({ TA_NULL, 0, sio_initialize });
10ATT_TER({ TA_NULL, 0, sio_terminate });
11CRE_ISR( ISR_SIO, { TA_NULL, 0, INTNO_SIGIO, sio_isr, 1 });
Note: See TracBrowser for help on using the repository browser.