aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/arm_atsam/printf.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix undefined reference to `console_printf` for CTRL and ALT keyboardspatrickmt2018-10-291-2/+2
| | | | Fix undefined reference to `console_printf` for CTRL and ALT keyboards when enabling CONSOLE_ENABLE
* Massdrop keyboards console device support for hid_listenpatrickmt2018-10-101-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.