comparison Scan/UARTConnect/setup.cmake @ 307:ecd2ae35d25c

Initial commit for UARTConnect module * Keyboard interconnect using two uarts * Supports daisy chain addressing using a master/slave direction communication scheme - Still needs more testing - Functions have been tested alone to be generally working
author Jacob Alexander <haata@kiibohd.com>
date Sun, 15 Mar 2015 16:58:01 -0700
parents
children
comparison
equal deleted inserted replaced
306:f158dfa0fa85 307:ecd2ae35d25c
1 ###| CMake Kiibohd Controller Scan 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 # Sub-module flag, cannot be included stand-alone
12 #
13 set ( SubModule 1 )
14
15
16 ###
17 # Module C files
18 #
19 set ( Module_SRCS
20 connect_scan.c
21 )
22
23
24 ###
25 # Compiler Family Compatibility
26 #
27 set ( ModuleCompatibility
28 arm
29 )
30