From 527bdbbcbddc51b22c4fb210889998d550544189 Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 21 Apr 2019 09:19:22 +0900 Subject: [PATCH] usb_usb: Add debug print for low level --- converter/usb_usb/Makefile.debug | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/converter/usb_usb/Makefile.debug b/converter/usb_usb/Makefile.debug index e229cd78..830995b4 100644 --- a/converter/usb_usb/Makefile.debug +++ b/converter/usb_usb/Makefile.debug @@ -1,6 +1,20 @@ TARGET = usb_usb_debug -UNIMAP_ENABLE = yes + +#UNIMAP_ENABLE = yes #KEYMAP_SECTION_ENABLE = yes -#LUFA_DEBUG = yes -OPT_DEFS += -DDEBUG_USB_HOST + +# LUFA debug print +# This may prevent USB enumeration and keyboard init +LUFA_DEBUG = yes +# Select one of outputs for debug print +LUFA_DEBUG_UART = yes +#LUFA_DEBUG_SUART = yes + +# USB_Host_Shield_2.0 debug print +# This may prevent USB enumeration and keyboard init +#OPT_DEFS += -DDEBUG_USB_HOST + +CONSOLE_ENABLE = yes +MOUSEKEY_ENABLE = no +EXTRAKEY_ENABLE = no include Makefile -- 2.44.0