source: rtos_arduino/trunk/asp_1.9.2/target/arduino_m0_gcc/target_serial.cfg@ 136

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

ライブラリとOS及びベーシックなサンプルの追加.

File size: 339 bytes
Line 
1/*
2 * @(#) $Id: target_serial.cfg 2693 2015-11-04 03:55:57Z ertl-honda $
3 */
4
5/*
6 * SIOドライバ(STBEE用)のコンフィグレーションファイル
7 */
8
9#include "target_serial.h"
10ATT_INI({ TA_NULL, 0, sio_initialize });
11ATT_ISR({ TA_NULL, 1, INTNO_SIO, sio_isr, 1 });
12CFG_INT(INTNO_SIO, { TA_ENAINT|INTATR_SIO, INTPRI_SIO});
Note: See TracBrowser for help on using the repository browser.