Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Lib/CMake
Jacob Alexander a9c5898ba5 Adding configurable DebounceDivThreshold
Can be specified from any .kll file

DebounceDivThreshold = 0xFFFFFFFF
Sets to max debounce, default is 0xFFFF.
The 0xFFFFFFFF is about a 2x longer debounce
The max requires more ram (as it uses 32 bit variables instead of 16).

Added support for submodule capabilities files.
2015-02-28 22:13:17 -08:00
..
arm.cmake Adding experimental clang compiler support for arm-none-eabi 2014-12-31 19:42:16 -08:00
avr.cmake Adding more CMake log information. 2014-12-31 13:42:00 -08:00
build.cmake Adding experimental clang compiler support for arm-none-eabi 2014-12-31 19:42:16 -08:00
FindCtags.cmake Adding support for ctags generation during cmake generation. 2014-06-28 13:48:49 -07:00
initialize.cmake Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
kll.cmake Adding configurable DebounceDivThreshold 2015-02-28 22:13:17 -08:00
modules.cmake Adding configurable DebounceDivThreshold 2015-02-28 22:13:17 -08:00
sizeCalculator Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
writer Adding compiler change detection. 2014-04-19 01:51:25 -07:00