source: azure_iot_hub_f767zi/trunk/asp_baseplatform/target/stm32f767nucleo144_gcc/target_serial.cfg@ 457

Last change on this file since 457 was 457, 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: 395 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * SIOドライバのコンフィギュレーションファイル
7 */
8#include "target_serial.h"
9ATT_INI({ TA_NULL, 0, sio_initialize });
10ATT_ISR({ TA_NULL, 1, INTNO_SIO1, sio_usart_isr, 1 });
11ATT_ISR({ TA_NULL, 2, INTNO_SIO2, sio_usart_isr, 1 });
12CFG_INT(INTNO_SIO1, { TA_ENAINT|INTATR_SIO, INTPRI_SIO });
13CFG_INT(INTNO_SIO2, { TA_ENAINT|INTATR_SIO, INTPRI_SIO });
Note: See TracBrowser for help on using the repository browser.