]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Fixing RAM calculator and reduced actual SRAM usage
authorJacob Alexander <haata@kiibohd.com>
Fri, 15 Aug 2014 17:42:12 +0000 (10:42 -0700)
committerJacob Alexander <haata@kiibohd.com>
Fri, 15 Aug 2014 17:49:44 +0000 (10:49 -0700)
commiteabb1c546a15111221a4f45f50265729ae5197be
tree76897098be8906d9b3f5c3722dd03ea7d027eaec
parent2f7e3cb117662e89b8f6183b5e4ce27eb4952b9e
Fixing RAM calculator and reduced actual SRAM usage

- Changed static variables to const that should have been const
- Updated CMake files to prepare for MCHCK custom bootloader
- Changed the USB ID numbers and ID number for bootloader
- Only generate DFU or Teensy binary image, not both
- Fixed RAM and FLASH calculator
- Added missing license in delay.c/h (much of it was taken from Teensy source though I've changed a bunch of it)
- Prepared mk20dx.c for upcoming bootloader addition
- mk20dx.h cleanup
- Reduced the MCHCK based flash size for the application image (bootloader changes requires more flash space)
- Fixed bugs in macro.c
- Added keyHold cli command
- Added show pending events debug message for PartialMap macro module
24 files changed:
CMakeLists.txt
Debug/cli/cli.c
Debug/cli/cli.h
Lib/CMake/arm.cmake
Lib/CMake/avr.cmake
Lib/CMake/initialize.cmake
Lib/CMake/modules.cmake
Lib/CMake/sizeCalculator
Lib/Interrupts.h
Lib/delay.c
Lib/delay.h
Lib/mk20dx.c
Lib/mk20dx.h
Lib/mk20dx128vlf5.ld
Macro/PartialMap/generatedKeymap.h
Macro/PartialMap/macro.c
Output/pjrcUSB/arm/usb_dev.c
Output/pjrcUSB/output_com.c
Output/uartOut/output_com.c
Output/usbMuxUart/output_com.c
Scan/ADCTest/scan_loop.c
Scan/DPH/scan_loop.c
Scan/MD1/scan_loop.c
Scan/MatrixARM/matrix_scan.c