]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Moving USB to Output in preparation for additional Output types.
authorJacob Alexander <haata@kiibohd.com>
Mon, 20 Jan 2014 00:40:36 +0000 (16:40 -0800)
committerJacob Alexander <haata@kiibohd.com>
Sat, 22 Mar 2014 21:09:01 +0000 (14:09 -0700)
commit59f13f8f4f9d54b14dfd7ffce23fd8e8cc1a486a
treefbcfa6406c9b4b5f138b356870be2db0acf046c3
parente9aa3880a650db561b2afe8ca5645a55acb4aa9e
Moving USB to Output in preparation for additional Output types.

* Initial cli code
38 files changed:
CMakeLists.txt
Debug/cli/cli.c [new file with mode: 0644]
Debug/cli/cli.h [new file with mode: 0644]
Debug/cli/setup.cmake [new file with mode: 0644]
Debug/full/setup.cmake
Debug/print/print.c
Debug/print/print.h
Output/pjrcUSB/arm/usb_desc.c [new file with mode: 0644]
Output/pjrcUSB/arm/usb_desc.h [new file with mode: 0644]
Output/pjrcUSB/arm/usb_dev.c [new file with mode: 0644]
Output/pjrcUSB/arm/usb_dev.h [new file with mode: 0644]
Output/pjrcUSB/arm/usb_keyboard.c [new file with mode: 0644]
Output/pjrcUSB/arm/usb_keyboard.h [new file with mode: 0644]
Output/pjrcUSB/arm/usb_mem.c [new file with mode: 0644]
Output/pjrcUSB/arm/usb_mem.h [new file with mode: 0644]
Output/pjrcUSB/arm/usb_serial.c [new file with mode: 0644]
Output/pjrcUSB/arm/usb_serial.h [new file with mode: 0644]
Output/pjrcUSB/avr/usb_keyboard_debug.c [new file with mode: 0644]
Output/pjrcUSB/avr/usb_keyboard_debug.h [new file with mode: 0644]
Output/pjrcUSB/output_com.c [new file with mode: 0644]
Output/pjrcUSB/output_com.h [new file with mode: 0644]
Output/pjrcUSB/setup.cmake [new file with mode: 0644]
USB/pjrc/arm/usb_desc.c [deleted file]
USB/pjrc/arm/usb_desc.h [deleted file]
USB/pjrc/arm/usb_dev.c [deleted file]
USB/pjrc/arm/usb_dev.h [deleted file]
USB/pjrc/arm/usb_keyboard.c [deleted file]
USB/pjrc/arm/usb_keyboard.h [deleted file]
USB/pjrc/arm/usb_mem.c [deleted file]
USB/pjrc/arm/usb_mem.h [deleted file]
USB/pjrc/arm/usb_serial.c [deleted file]
USB/pjrc/arm/usb_serial.h [deleted file]
USB/pjrc/avr/usb_keyboard_debug.c [deleted file]
USB/pjrc/avr/usb_keyboard_debug.h [deleted file]
USB/pjrc/setup.cmake [deleted file]
USB/pjrc/usb_com.c [deleted file]
USB/pjrc/usb_com.h [deleted file]
setup.cmake