source: ssp_armv6_m_gcc/tags/1.3.0/target/lpcxpresso_lpc812_gcc/target_serial.cfg@ 86

Last change on this file since 86 was 86, checked in by nmir-saito, 9 years ago

add separate package of SSP kernel for ARMv6-M

  • Property svn:executable set to *
File size: 278 bytes
Line 
1/*
2 * SIOドライバ(LPCXPRESSO-LPC812用)のコンフィグレーションファイル
3 */
4
5#include "target_syssvc.h"
6#include "target_serial.h"
7
8ATT_INI({ TA_NULL, 0, sio_initialize });
9ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO, sio_isr, 1 });
10CFG_INT(INTNO_SIO, { INTATR_SIO, INTPRI_SIO });
Note: See TracBrowser for help on using the repository browser.