]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Preparing for Teensy 3 (ARM) integration, abstracting code hierarchy
authorJacob Alexander <triplehaata@gmail.com>
Sat, 26 Jan 2013 20:05:28 +0000 (15:05 -0500)
committerJacob Alexander <triplehaata@gmail.com>
Sat, 26 Jan 2013 20:05:28 +0000 (15:05 -0500)
commit14158009b2dbdc4f3ebe51f861e6fd427ae715f1
treee08f7b063bd6dd03d2ae48de4cb2beeee1f02c76
parentb368b13240f582f6b66164ff6d99cfaccc17c711
Preparing for Teensy 3 (ARM) integration, abstracting code hierarchy

- Abstracted USB Module
- Abstracted compiler specific includes for Scan, Macro, Debug, and USB modules
- Updated CMake build files to support changes
- Added abstractions necessary to main.c as well as a compiler specific include file
30 files changed:
Debug/print/print.h
Lib/MacroLib.h [new file with mode: 0644]
Lib/MainLib.h [new file with mode: 0644]
Lib/ScanLib.h [new file with mode: 0644]
Lib/USBLib.h [new file with mode: 0644]
Macro/basic/macro.c
Macro/buffer/macro.c
Scan/BETKB/scan_loop.c
Scan/EpsonQX-10/scan_loop.c
Scan/FACOM6684/scan_loop.c
Scan/HP150/scan_loop.c
Scan/Kaypro1/scan_loop.c
Scan/MicroSwitch8304/scan_loop.c
Scan/SonyNEWS/scan_loop.c
Scan/SonyOA-S3400/scan_loop.c
Scan/Tandy1000/scan_loop.c
Scan/UnivacF3W9/scan_loop.c
Scan/matrix/scan_loop.c
USB/pjrc/avr/usb_keyboard_debug.c [new file with mode: 0644]
USB/pjrc/avr/usb_keyboard_debug.h [new file with mode: 0644]
USB/pjrc/setup.cmake
USB/pjrc/usb_com.c
USB/pjrc/usb_com.h
USB/pjrc/usb_keyboard.c [deleted file]
USB/pjrc/usb_keyboard.h [deleted file]
USB/pjrc/usb_keyboard_debug.c [deleted file]
USB/pjrc/usb_keyboard_debug.h [deleted file]
arm.cmake
avr.cmake
main.c