source: ssp_armv6_m_gcc/branches/rubycfg/lpcxpresso_lpc812_gcc/target_serial.cfg@ 414

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

support ruby configurator(file's charactor code is converted to UTF-8)

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain; charset=utf-8
File size: 300 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.