rename and move dcd_attr.h to tusb_mcu_attr.h

This commit is contained in:
hathach
2022-02-25 13:45:51 +07:00
parent a8af609dfe
commit 99ad3ae2ca
5 changed files with 3 additions and 6 deletions

View File

@@ -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"

View File

@@ -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" {

View File

@@ -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)

View File

@@ -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) || \

View File

@@ -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