iar naming folder

This commit is contained in:
hathach 2014-03-26 16:23:37 +07:00
parent abc6b58063
commit 6b091c1215
3 changed files with 56 additions and 57 deletions

View File

@ -3727,8 +3727,6 @@
<name>$PROJ_DIR$\..\src\msc_host_app.c</name> <name>$PROJ_DIR$\..\src\msc_host_app.c</name>
</file> </file>
</group> </group>
<group>
<name>bsp</name>
<group> <group>
<name>boards</name> <name>boards</name>
<file> <file>
@ -3756,6 +3754,8 @@
<name>$PROJ_DIR$\..\..\..\boards\printf_retarget.c</name> <name>$PROJ_DIR$\..\..\..\boards\printf_retarget.c</name>
</file> </file>
</group> </group>
<group>
<name>mcu</name>
<group> <group>
<name>lpc175x_6x</name> <name>lpc175x_6x</name>
<excluded> <excluded>

View File

@ -3715,8 +3715,6 @@
<name>$PROJ_DIR$\..\src\msc_host_app.c</name> <name>$PROJ_DIR$\..\src\msc_host_app.c</name>
</file> </file>
</group> </group>
<group>
<name>bsp</name>
<group> <group>
<name>boards</name> <name>boards</name>
<file> <file>
@ -3744,6 +3742,8 @@
<name>$PROJ_DIR$\..\..\..\boards\printf_retarget.c</name> <name>$PROJ_DIR$\..\..\..\boards\printf_retarget.c</name>
</file> </file>
</group> </group>
<group>
<name>mcu</name>
<group> <group>
<name>lpc175x_6x</name> <name>lpc175x_6x</name>
<excluded> <excluded>

View File

@ -47,7 +47,6 @@
#define TUSB_CFG_HOST_HID_GENERIC ///< Enable HID Class for Generic (not supported yet) #define TUSB_CFG_HOST_HID_GENERIC ///< Enable HID Class for Generic (not supported yet)
#define TUSB_CFG_HOST_MSC ///< Enable Mass Storage Class (SCSI subclass only) #define TUSB_CFG_HOST_MSC ///< Enable Mass Storage Class (SCSI subclass only)
#define TUSB_CFG_HOST_CDC ///< Enable Virtual Serial (Communication Device Class) #define TUSB_CFG_HOST_CDC ///< Enable Virtual Serial (Communication Device Class)
#define TUSB_CFG_HOST_CDC_RNDIS ///< Enable Remote Network Device (require TUSB_CFG_HOST_CDC to be enabled)
/** @} */ /** @} */
/** @} */ // group Host /** @} */ // group Host