Moving USB to Output in preparation for additional Output types.
* Initial cli code
This commit is contained in:
parent
e9aa3880a6
commit
59f13f8f4f
23 changed files with 164 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
###| CMake Kiibohd Controller Debug Module |###
|
||||
#
|
||||
# Written by Jacob Alexander in 2011 for the Kiibohd Controller
|
||||
# Written by Jacob Alexander in 2011-2014 for the Kiibohd Controller
|
||||
#
|
||||
# Released into the Public Domain
|
||||
#
|
||||
|
@ -13,6 +13,7 @@
|
|||
|
||||
#| XXX Requires the ../ due to how the paths are constructed
|
||||
set( DEBUG_SRCS
|
||||
../cli/cli.c
|
||||
../led/led.c
|
||||
../print/print.c
|
||||
)
|
||||
|
@ -22,13 +23,14 @@ set( DEBUG_SRCS
|
|||
# Setup File Dependencies
|
||||
#
|
||||
add_file_dependencies( ../led/led.c ../led/led.h )
|
||||
add_file_dependencies( ../led/print.c ../led/print.h )
|
||||
add_file_dependencies( ../print/print.c ../print/print.h )
|
||||
|
||||
|
||||
###
|
||||
# Module Specific Options
|
||||
#
|
||||
add_definitions(
|
||||
-I${HEAD_DIR}/Debug/cli
|
||||
-I${HEAD_DIR}/Debug/led
|
||||
-I${HEAD_DIR}/Debug/print
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue