source: azure_iot_hub_riscv/trunk/asp_baseplatform/target/k210_gcc/target_serial.cfg@ 453

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 432 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * SIOドライバ(K210用)のコンフィギュレーションファイル
7 */
8
9#include "target_serial.h"
10ATT_INI({ TA_NULL, 0, sio_initialize });
11ATT_ISR({ TA_NULL, 1, INTNO_SIO1, sio_isr, 1 });
12CFG_INT(INTNO_SIO1, { INTATR_SIO, INTPRI_SIO });
13#if TNUM_SIOP >= 2
14ATT_ISR({ TA_NULL, 2, INTNO_SIO2, sio_isr, 1 });
15CFG_INT(INTNO_SIO2, { TA_ENAINT|INTATR_SIO, INTPRI_SIO });
16#endif /* TNUM_SIOP >= 2 */
Note: See TracBrowser for help on using the repository browser.