Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Output/pjrcUSB/arm
Jacob Alexander eabb1c546a 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
2014-08-15 10:49:44 -07:00
..
usb_desc.c More work on mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00
usb_desc.h More work on mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00
usb_dev.c Fixing RAM calculator and reduced actual SRAM usage 2014-08-15 10:49:44 -07:00
usb_dev.h Adding McHCK flash reload function and some cleanup. 2014-07-19 09:21:35 -07:00
usb_keyboard.c File and macro modifications for supporting Teensy 3.1 2014-03-22 14:14:23 -07:00
usb_keyboard.h Adding in USB module updates from Teensyduino 1.18rc2. 2014-03-22 14:14:23 -07:00
usb_mem.c Finished USB for Teensy 3.1 (Now 3.1 compatible!) 2014-03-22 14:14:23 -07:00
usb_mem.h More work on mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00
usb_serial.c More work on mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00
usb_serial.h More work on mk20dx128vlf5 port. 2014-06-28 13:55:25 -07:00