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
Jacob Alexander 4102512579 Adding McHCK DFU Bootloader
- Heavily modified, not compatible with McHCK images
- Uses 4k of Flash (rather than 3k)
- LED turns on when in firmware flash mode
- Changed the USB IDs
- Added CMake build system
- Updated linker script to be closer to what is used for the rest of the projects
- Removed a lot of unnecessary code
- Added a license header to each file (using the same license as the McHCK had)
- Updated the USB Vendor, Product and Serial strings
- Using the Kiibohd initialization sequence rather than the McHCK one
- Using Kiibohd interrupt vector table and other misc mk20dx setup
2014-08-15 10:53:43 -07:00
..
CMake Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
_buildvars.h Adding CLI and CDC Serial support for Teensy 2.0 and Teensy 2.0++ 2014-03-31 01:07:48 -07:00
delay.c Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
delay.h Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
Interrupts.h Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
MacroLib.h Initial work for McHCK mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00
MainLib.h Initial work for McHCK mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00
mk20dx128.ld McHCK USB WORKS!! 2014-07-15 00:28:12 -07:00
mk20dx128vlf5.bootloader.ld Adding McHCK DFU Bootloader 2014-08-15 10:53:43 -07:00
mk20dx128vlf5.ld Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
mk20dx256.ld File and macro modifications for supporting Teensy 3.1 2014-03-22 14:14:23 -07:00
mk20dx.c Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
mk20dx.h Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
OutputLib.h Initial work for McHCK mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00
pin_map.teensy3 Updating the pin_map.teensy3 with the ADC channels 2014-04-14 23:19:09 -07:00
ScanLib.h Initial work for McHCK mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00