Skip to content

Commit a7ccdc2

Browse files
committed
lufa: Add comment on INTERRUPT_CONTROL_ENDPOINT
This feature can block other executions and prevents converter from handling signal.
1 parent ab16474 commit a7ccdc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmk_core/protocol/lufa.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ VPATH += $(TMK_DIR)/$(TMK_LUFA_PATH)
4141
TMK_LUFA_OPTS = -DUSB_DEVICE_ONLY
4242
TMK_LUFA_OPTS += -DUSE_FLASH_DESCRIPTORS
4343
TMK_LUFA_OPTS += -DUSE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
44+
# Do not enable this for converters in particular, it blocks other tasks long.
4445
#TMK_LUFA_OPTS += -DINTERRUPT_CONTROL_ENDPOINT
4546
TMK_LUFA_OPTS += -DFIXED_CONTROL_ENDPOINT_SIZE=8
4647
TMK_LUFA_OPTS += -DFIXED_NUM_CONFIGURATIONS=1

0 commit comments

Comments
 (0)