source: azure_iot_hub/trunk/asp3_dcre/target/gr_citrus_gcc/target_serial.cfg@ 388

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

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 301 bytes
Line 
1/*
2 * SIOドライバ(GR-CITRUS用)のコンフィギュレーションファイル
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.