Skip to content

Commit 3403095

Browse files
committed
Add driver for PIC32MZ MCUs
Device-only driver for PIC32MZ MCUs.
1 parent 2f69649 commit 3403095

File tree

3 files changed

+742
-0
lines changed

3 files changed

+742
-0
lines changed

src/device/dcd_attr.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
#define DCD_ATTR_ENDPOINT_MAX 10
8787
#define DCD_ATTR_ENDPOINT_EXCLUSIVE_NUMBER
8888

89+
#elif TU_CHECK_MCU(OPT_MCU_PIC32MZ)
90+
#define DCD_ATTR_ENDPOINT_MAX 8
91+
#define DCD_ATTR_ENDPOINT_EXCLUSIVE_NUMBER
92+
8993
//------------- ST -------------//
9094
#elif TU_CHECK_MCU(OPT_MCU_STM32F0)
9195
#define DCD_ATTR_ENDPOINT_MAX 8

0 commit comments

Comments
 (0)