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
This commit is contained in:
Jacob Alexander 2014-03-31 01:07:48 -07:00
parent b2e237f368
commit 15ec4ff71c
27 changed files with 1596 additions and 933 deletions

View file

@ -17,7 +17,7 @@ if ( ${COMPILER_FAMILY} MATCHES "avr" )
set( OUTPUT_SRCS
output_com.c
avr/usb_keyboard_debug.c
avr/usb_keyboard_serial.c
)
#| ARM Compiler