source: asp3_tinet_ecnl_arm/trunk/usbhost/src/usb_hbth.cfg

Last change on this file was 380, checked in by coas-nagasima, 5 years ago

USB HOSTとBTstackを動作させるタスクにFPU属性を追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 409 bytes
Line 
1/*
2 * USBドライバ(RX630用)のコンフィギュレーションファイル
3 */
4
5#include "usb_hbth.h"
6
7/*ATT_INI({ TA_NULL, 0, usb_initialize });*/
8/*ATT_TER({ TA_NULL, 0, usb_terminate });*/
9DEF_INH(INHNO_USB, { TA_NULL, usb_interrupt_handler });
10CFG_INT(INTNO_USB, { INTATR_USB, INTPRI_USB });
11
12CRE_TSK(USBHOST_TASK , { TA_FPU , 0 , usbhost_main , USBHOST_PRIORITY , USBHOST_STACK_SIZE , NULL });
Note: See TracBrowser for help on using the repository browser.