source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/armv4/_common_lpc2388/hw_serial.cfg@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 358 bytes
Line 
1/*
2 */
3
4/*
5 * SIOドライバ(CQ-FRK-NXP-ARM)のコンフィギュレーションファイル
6 */
7INCLUDE("\"hw_serial.h\"");
8DEF_INH(INHNO_SIO, { TA_HLNG, uart0_isr });
9#if TNUM_SIOP >= 2
10DEF_INH(INHNO_SIO2, { TA_HLNG, uart2_isr });
11#endif /* TNUM_SIOP >= 2 */
12#if TNUM_SIOP >= 3
13DEF_INH(INHNO_SIO3, { TA_HLNG, uart3_isr });
14#endif /* TNUM_SIOP >= 3 */
Note: See TracBrowser for help on using the repository browser.