]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Output/usbMuxUart/setup.cmake
Merge remote-tracking branch 'upstream/master'
[kiibohd-controller.git] / Output / usbMuxUart / setup.cmake
1 ###| CMake Kiibohd Controller Muxed UART and USB Output Module |###
2 #
3 # Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Required Submodules
12 #
13
14 AddModule ( Output pjrcUSB )
15 AddModule ( Output uartOut )
16
17
18 ###
19 # Module C files
20 #
21
22 set( Module_SRCS
23         output_com.c
24 )
25
26
27 ###
28 # Compiler Family Compatibility
29 #
30 set( ModuleCompatibility
31         arm
32 #       avr # TODO
33 )
34