source: asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/target_serial.cfg@ 303

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

nucleo_f401re依存部の追加

File size: 287 bytes
Line 
1/*
2 * SIOドライバ(NUCLEO_F401RE用)のコンフィグレーションファイル
3 */
4
5#include "target_serial.h"
6ATT_INI({ TA_NULL, 0, sio_initialize });
7CFG_INT(INTNO_SIO, { TA_ENAINT|INTATR_SIO, INTPRI_SIO });
8CRE_ISR(ISR_SIO, { TA_NULL, SIO_PORTID, INTNO_SIO, sio_isr, 1 });
Note: See TracBrowser for help on using the repository browser.