merge kinetis into its own family in bsp
This commit is contained in:
@@ -26,15 +26,14 @@
|
||||
|
||||
#include "tusb_option.h"
|
||||
|
||||
#if CFG_TUD_ENABLED && \
|
||||
( \
|
||||
( CFG_TUSB_MCU == OPT_MCU_MKL25ZXX ) || \
|
||||
( CFG_TUSB_MCU == OPT_MCU_K32L2AXX ) || \
|
||||
( CFG_TUSB_MCU == OPT_MCU_K32L2BXX ) \
|
||||
)
|
||||
#if CFG_TUD_ENABLED && defined(TUP_USBIP_CHIPIDEA_FS)
|
||||
|
||||
#include "fsl_device_registers.h"
|
||||
#define KHCI USB0
|
||||
#ifdef TUP_USBIP_CHIPIDEA_FS_KINETIS
|
||||
#include "fsl_device_registers.h"
|
||||
#define KHCI USB0
|
||||
#else
|
||||
#error "MCU is not supported"
|
||||
#endif
|
||||
|
||||
#include "device/dcd.h"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "tusb_option.h"
|
||||
|
||||
#if CFG_TUD_ENABLED && \
|
||||
#if CFG_TUH_ENABLED && \
|
||||
( \
|
||||
( CFG_TUSB_MCU == OPT_MCU_MKL25ZXX ) || \
|
||||
( CFG_TUSB_MCU == OPT_MCU_K32L2AXX ) || \
|
||||
|
||||
Reference in New Issue
Block a user