summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/arm_atsam/printf.c
AgeCommit message (Collapse)AuthorFilesLines
2018-10-29Fix undefined reference to `console_printf` for CTRL and ALT keyboardspatrickmt1-2/+2
Fix undefined reference to `console_printf` for CTRL and ALT keyboards when enabling CONSOLE_ENABLE
2018-10-10Massdrop keyboards console device support for hid_listenpatrickmt1-0/+66
Added hid_listen USB device for arm_atsam USB protocol. Debug printing is now done through the console device (CONSOLE_ENABLE = yes) rather than the virtser device, for viewing in hid_listen. Function dpf(...) renamed to CDC_printf(...) and should now be called directly if intending to print to the virtual serial device.