Adding initial work for SimpleMap style macros
- Differentiating between simple and complex macros - Worst case requires more flash - Best case will use a lot less RAM - Requires update to kll compiler
This commit is contained in:
parent
d63886954c
commit
b4c1951b0d
4 changed files with 71 additions and 55 deletions
|
@ -1,24 +1,29 @@
|
|||
###| CMake Kiibohd Controller Macro Module |###
|
||||
#
|
||||
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
|
||||
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
|
||||
#
|
||||
# Released into the Public Domain
|
||||
#
|
||||
###
|
||||
|
||||
###
|
||||
# Warning, that this module is not meant to be built stand-alone
|
||||
# Sub-module flag, cannot be included stand-alone
|
||||
#
|
||||
message( FATAL_ERROR
|
||||
"The 'Common' module is not a stand-alone module, and requires further setup."
|
||||
)
|
||||
set ( SubModule 1 )
|
||||
|
||||
|
||||
###
|
||||
# Module C files
|
||||
#
|
||||
set ( Module_SRCS
|
||||
)
|
||||
|
||||
|
||||
###
|
||||
# Module Specific Options
|
||||
# Compiler Family Compatibility
|
||||
#
|
||||
set ( ModuleCompatibility
|
||||
arm
|
||||
avr
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue