mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Merge pull request #881 from hathach/mindmotion-followup
follow up to pr869
This commit is contained in:
commit
1b8473902f
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* The MIT License (MIT)
|
* The MIT License (MIT)
|
||||||
*
|
*
|
||||||
* Copyright (c) 2020 SE TEAM
|
* Copyright (c) 2020 SE TEAM
|
||||||
@ -25,12 +25,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "tusb_option.h"
|
#include "tusb_option.h"
|
||||||
#include "reg_usb_otg_fs.h"
|
|
||||||
#include "mm32_device.h"
|
|
||||||
#include "hal_conf.h"
|
|
||||||
|
|
||||||
#if TUSB_OPT_DEVICE_ENABLED && ( CFG_TUSB_MCU == OPT_MCU_MM32F327X )
|
#if TUSB_OPT_DEVICE_ENABLED && ( CFG_TUSB_MCU == OPT_MCU_MM32F327X )
|
||||||
|
|
||||||
|
#include "reg_usb_otg_fs.h"
|
||||||
|
#include "mm32_device.h"
|
||||||
|
#include "hal_conf.h"
|
||||||
#include "device/dcd.h"
|
#include "device/dcd.h"
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
@ -113,6 +113,9 @@
|
|||||||
// Renesas RX
|
// Renesas RX
|
||||||
#define OPT_MCU_RX63X 1400 ///< Renesas RX63N/631
|
#define OPT_MCU_RX63X 1400 ///< Renesas RX63N/631
|
||||||
|
|
||||||
|
// Mind Motion
|
||||||
|
#define OPT_MCU_MM32F327X 1500 ///< Mind Motion MM32F327
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/** \defgroup group_supported_os Supported RTOS
|
/** \defgroup group_supported_os Supported RTOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user