fix some doxygen settings and stuffs add prepacked for IAR compiler

This commit is contained in:
hathach
2012-12-03 16:51:14 +07:00
parent aff644b7c3
commit b698b09a67
19 changed files with 261 additions and 36 deletions

View File

@@ -84,7 +84,7 @@ ErrorCode_t USB_Reset_Event (USBD_HANDLE_T hUsb)
return LPC_OK;
}
TUSB_Error_t dcd_init()
TUSB_Error_t dcd_init(uint8_t coreid)
{
/* ROM DRIVER INIT */
uint32_t membase = (uint32_t) usb_RomDriver_buffer;

View File

@@ -41,7 +41,7 @@
* \note TBD
*/
/** \ingroup Group_TinyUSB
/**
* \defgroup Group_DCD Device Controller Driver
* \brief Device Controller Driver
*
@@ -72,7 +72,7 @@
* \note
*/
TUSB_Error_t dcd_init() ATTR_WARN_UNUSED_RESULT;
TUSB_Error_t dcd_init(uint8_t coreid) ATTR_WARN_UNUSED_RESULT;
#ifdef __cplusplus
}