msp430f5529: Change EP0 size to 8, implement interrupt logic up to bus

reset detection.
This commit is contained in:
William D. Jones
2019-09-24 02:41:11 -04:00
parent 742f1f23c5
commit d2e4af5a7b
2 changed files with 75 additions and 9 deletions
+2 -1
View File
@@ -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