summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-09-24 02:41:11 -0400
committerWilliam D. Jones <[email protected]>2019-09-24 02:41:11 -0400
commitd2e4af5a7b42ab54510bc8507ca28aed3604d9d1 (patch)
treeec61cabb03247c59a04fa9c00d3155ef3cd1fa0e /hw
parent742f1f23c56c6c7ed9b65fac4269aa37e6881aa1 (diff)
msp430f5529: Change EP0 size to 8, implement interrupt logic up to bus
reset detection.
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/msp_exp430f5529lp/board.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/bsp/msp_exp430f5529lp/board.mk b/hw/bsp/msp_exp430f5529lp/board.mk
index b47e764bd..1ae7330c9 100644
--- a/hw/bsp/msp_exp430f5529lp/board.mk
+++ b/hw/bsp/msp_exp430f5529lp/board.mk
@@ -1,7 +1,8 @@
CFLAGS += \
-D__MSP430F5529__ \
-DCFG_TUSB_MCU=OPT_MCU_MSP430x5xx \
- -DCFG_EXAMPLE_MSC_READONLY
+ -DCFG_EXAMPLE_MSC_READONLY \
+ -DCFG_TUD_ENDOINT0_SIZE=8
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/msp_exp430f5529lp/msp430f5529.ld