]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Adding CLI and CDC Serial support for Teensy 2.0 and Teensy 2.0++
authorJacob Alexander <haata@kiibohd.com>
Mon, 31 Mar 2014 08:07:48 +0000 (01:07 -0700)
committerJacob Alexander <haata@kiibohd.com>
Mon, 31 Mar 2014 08:07:48 +0000 (01:07 -0700)
commit15ec4ff71c1f92ce2e20302195a91e0c8390ad8a
tree0bcfae2a25254d17cef2830a6d8c5c80d17cdc18
parentb2e237f368985b8ee3cea610b8a7108c708f9a8f
Adding CLI and CDC Serial support for Teensy 2.0 and Teensy 2.0++

- Includes serial putchar and getchar cleanup (overall)
- Moved avr-capsense to DPH (renaming)
- Basic cleanup for including CLI on the avr architecture
30 files changed:
CMakeLists.txt
Debug/cli/cli.c
Debug/print/print.c
Debug/print/print.h
Lib/_buildvars.h
Output/pjrcUSB/arm/usb_desc.c
Output/pjrcUSB/arm/usb_desc.h
Output/pjrcUSB/avr/usb_keyboard_debug.c [deleted file]
Output/pjrcUSB/avr/usb_keyboard_debug.h [deleted file]
Output/pjrcUSB/avr/usb_keyboard_serial.c [new file with mode: 0644]
Output/pjrcUSB/avr/usb_keyboard_serial.h [new file with mode: 0644]
Output/pjrcUSB/output_com.c
Output/pjrcUSB/output_com.h
Output/pjrcUSB/setup.cmake
README
Scan/DPH/scan_loop.c [new file with mode: 0644]
Scan/DPH/scan_loop.h [new file with mode: 0644]
Scan/DPH/setup.cmake [new file with mode: 0644]
Scan/SKM67001/setup.cmake
Scan/avr-capsense/scan_loop.c [deleted file]
Scan/avr-capsense/scan_loop.h [deleted file]
Scan/avr-capsense/setup.cmake [deleted file]
Scan/matrix/matrix_scan.c
Scan/matrix/matrix_scan.h
Scan/matrix/matrix_template.h
Scan/matrix/scan_loop.c
Scan/matrix/scan_loop.h
avr.cmake
main.c
setup.cmake