source: asp3_tinet_ecnl_rx/trunk/asp3_dcre/target/gr_sakura_gcc/target_serial.cfg@ 387

Last change on this file since 387 was 387, checked in by coas-nagasima, 5 years ago

ファイルディスクリプタ処理を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 301 bytes
Line 
1/*
2 * SIOドライバ(GR-SAKURA用)のコンフィギュレーションファイル
3 */
4
5#include <target_serial.h>
6//INCLUDE("unix_sigio.cfg");
7ATT_INI({ TA_NULL, 0, sio_initialize });
8ATT_TER({ TA_NULL, 0, sio_terminate });
9//CRE_ISR( ISR_SIO, { TA_NULL, 0, INTNO_SIGIO, sio_isr, ISRPRI_SIO });
Note: See TracBrowser for help on using the repository browser.