rename and move dcd_attr.h to tusb_mcu_attr.h
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
* This file is part of the TinyUSB stack.
|
* This file is part of the TinyUSB stack.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TUSB_DCD_ATTR_H_
|
#ifndef TUSB_MCU_ATTR_H_
|
||||||
#define TUSB_DCD_ATTR_H_
|
#define TUSB_MCU_ATTR_H_
|
||||||
|
|
||||||
#include "tusb_option.h"
|
#include "tusb_option.h"
|
||||||
|
|
@@ -30,7 +30,6 @@
|
|||||||
#include "common/tusb_common.h"
|
#include "common/tusb_common.h"
|
||||||
#include "osal/osal.h"
|
#include "osal/osal.h"
|
||||||
#include "common/tusb_fifo.h"
|
#include "common/tusb_fifo.h"
|
||||||
#include "dcd_attr.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@@ -25,7 +25,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "tusb_option.h"
|
#include "tusb_option.h"
|
||||||
#include "device/dcd_attr.h"
|
|
||||||
|
|
||||||
#if CFG_TUD_ENABLED && defined(DCD_ATTR_CONTROLLER_CHIPIDEA_HS)
|
#if CFG_TUD_ENABLED && defined(DCD_ATTR_CONTROLLER_CHIPIDEA_HS)
|
||||||
|
|
||||||
|
@@ -28,7 +28,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "tusb_option.h"
|
#include "tusb_option.h"
|
||||||
#include "device/dcd_attr.h"
|
|
||||||
|
|
||||||
#if CFG_TUD_ENABLED && \
|
#if CFG_TUD_ENABLED && \
|
||||||
( defined(DCD_ATTR_DWC2_STM32) || \
|
( defined(DCD_ATTR_DWC2_STM32) || \
|
||||||
|
@@ -172,7 +172,7 @@
|
|||||||
#include "tusb_config.h"
|
#include "tusb_config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "device/dcd_attr.h"
|
#include "common/tusb_mcu_attr.h"
|
||||||
|
|
||||||
//--------------------------------------------------------------------
|
//--------------------------------------------------------------------
|
||||||
// RootHub Mode Configuration
|
// RootHub Mode Configuration
|
||||||
|
Reference in New Issue
Block a user