]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
usb_usb: Add debug print for low level
authortmk <hasu@tmk-kbd.com>
Sun, 21 Apr 2019 00:19:22 +0000 (09:19 +0900)
committertmk <hasu@tmk-kbd.com>
Mon, 6 May 2019 15:07:19 +0000 (00:07 +0900)
converter/usb_usb/Makefile.debug

index e229cd780b0a038ed0d13f18c3adc3bb72e18a4b..830995b4a1106befb643cf09c6306b2e4a308ce9 100644 (file)
@@ -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