annotate Scan/MD1_1/setup.cmake @ 407:b7411ae25432

Initial code for MD1_1 - IC60 /w Single color LEDs - Requires a different matrix configuration so it's incompatible with the old IC60 layout
author Jacob Alexander <haata@kiibohd.com>
date Sat, 06 Feb 2016 18:06:37 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
407
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 ###| CMake Kiibohd Controller Scan Module |###
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
2 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
3 # Written by Jacob Alexander in 2014,2016 for the Kiibohd Controller
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
4 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5 # Released into the Public Domain
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
7 ###
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
8
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
9
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
10 ###
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
11 # Required Submodules
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
12 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
13
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
14 AddModule ( Scan ISSILed )
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
15 AddModule ( Scan MatrixARM )
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
16
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
17
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
18 ###
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
19 # Module C files
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
20 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
21
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
22 set ( Module_SRCS
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
23 scan_loop.c
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
24 )
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
25
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
26
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
27 ###
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
28 # Compiler Family Compatibility
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
29 #
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
30 set ( ModuleCompatibility
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
31 arm
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
32 )
b7411ae25432 Initial code for MD1_1
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
33