]> git.donarmstrong.com Git - qmk_firmware.git/commit
Massdrop keyboard support (#3780)
authorpatrickmt <40182064+patrickmt@users.noreply.github.com>
Wed, 29 Aug 2018 19:07:52 +0000 (15:07 -0400)
committerJack Humbert <jack.humb@gmail.com>
Wed, 29 Aug 2018 19:07:52 +0000 (15:07 -0400)
commit30680c6eb396a2bb06928afd69edae9908ac84fb
treea4a6c2598faa25dec208377a70dc0fb895ee9c8a
parenta6c770432f1348c44bc199029ce17b1b9ff4191c
Massdrop keyboard support (#3780)

* Massdrop SAMD51

Massdrop SAMD51 keyboards initial project upload

* Removing relocated files

Removing files that were relocated and not deleted from previous location

* LED queue fix and cleaning

Cleaned some white space or comments.
Fix for LED I2C command queue.
Cleaned up interrupts.
Added debug function for printing numbers to scope through m15 line.

* Factory programmed serial usage

Ability to use factory programmed serial in hub and keyboard usb descriptors

* USB serial number and bugfix

Added support for factory programmed serial and usage.
Incorporated bootloader's conditional compiling to align project closer.
Fixed issue when USB device attempted to send before enabled.
General white space and comment cleanup.

* Project cleanup

Cleaned up project in terms of white space, commented code, and unecessary files.
NKRO keyboard is now using correct setreport although KBD was fine to use.
Fixed broken linkage to __xprintf for serial debug statements.

* Fix for extra keys

Fixed possible USB hang on extra keys report set missing

* I2C cleanup

I2C cleanup and file renames necessary for master branch merge

* Boot tracing and clocks cleanup

Added optional boot debug trace mode through debug LED codes.
General clock code cleanup.

* Relocate ARM/Atmel headers

Moved ARM/Atmel header folder from drivers to lib and made necessary makefile changes.

* Pull request changes

Pull request changes

* Keymap and compile flag fix

Keymap fix for momentary layer.
Potential compile flag fix for Travis CI failure.

* va_list include fix

Fix for va_list compile failure

* Include file case fixes

Fixes for include files with incorrect case

* ctrl and alt67 keyboard readme

Added ctrl and alt67 keyboard readme files
194 files changed:
build_keyboard.mk
keyboards/alt67/alt67.h [new file with mode: 0644]
keyboards/alt67/config.h [new file with mode: 0644]
keyboards/alt67/config_led.h [new file with mode: 0644]
keyboards/alt67/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/alt67/led_programs.c [new file with mode: 0644]
keyboards/alt67/matrix.c [new file with mode: 0644]
keyboards/alt67/matrix.h [new file with mode: 0644]
keyboards/alt67/readme.md [new file with mode: 0644]
keyboards/alt67/rules.mk [new file with mode: 0644]
keyboards/ctrl/config.h [new file with mode: 0644]
keyboards/ctrl/config_led.h [new file with mode: 0644]
keyboards/ctrl/ctrl.h [new file with mode: 0644]
keyboards/ctrl/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/ctrl/led_programs.c [new file with mode: 0644]
keyboards/ctrl/matrix.c [new file with mode: 0644]
keyboards/ctrl/matrix.h [new file with mode: 0644]
keyboards/ctrl/readme.md [new file with mode: 0644]
keyboards/ctrl/rules.mk [new file with mode: 0644]
lib/arm_atsam/packs/arm/cmsis/5.0.1/CMSIS/Include/arm_math.h [new file with mode: 0644]
lib/arm_atsam/packs/arm/cmsis/5.0.1/CMSIS/Include/cmsis_compiler.h [new file with mode: 0644]
lib/arm_atsam/packs/arm/cmsis/5.0.1/CMSIS/Include/cmsis_gcc.h [new file with mode: 0644]
lib/arm_atsam/packs/arm/cmsis/5.0.1/CMSIS/Include/core_cm4.h [new file with mode: 0644]
lib/arm_atsam/packs/arm/cmsis/5.0.1/LICENSE.txt [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/gcc/gcc/samd51j18a_flash.ld [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component-version.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/ac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/adc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/aes.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/can.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/ccl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/cmcc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/dac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/dmac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/dsu.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/eic.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/evsys.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/freqm.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/gclk.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/hmatrixb.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/i2s.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/icm.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/mclk.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/nvmctrl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/osc32kctrl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/oscctrl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/pac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/pcc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/pdec.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/pm.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/port.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/qspi.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/ramecc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/rstc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/rtc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/sdhc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/sercom.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/supc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/tal.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/tc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/tcc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/trng.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/usb.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/component/wdt.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/ac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/adc0.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/adc1.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/aes.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/can0.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/can1.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/ccl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/cmcc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/dac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/dmac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/dsu.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/eic.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/evsys.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/freqm.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/gclk.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/hmatrix.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/i2s.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/icm.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/mclk.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/nvmctrl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/osc32kctrl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/oscctrl.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/pac.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/pcc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/pdec.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/pm.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/port.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/pukcc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/qspi.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/ramecc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/rstc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/rtc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sdhc0.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sdhc1.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom0.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom1.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom2.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom3.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom4.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom5.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom6.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/sercom7.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/supc.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tal.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc0.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc1.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc2.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc3.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc4.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc5.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc6.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tc7.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tcc0.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tcc1.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tcc2.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tcc3.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/tcc4.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/trng.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/usb.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/instance/wdt.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/pio/samd51j18a.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/sam.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/samd51.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/samd51j18a.h [new file with mode: 0644]
lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/include/system_samd51.h [new file with mode: 0644]
tmk_core/arm_atsam.mk [new file with mode: 0644]
tmk_core/common.mk
tmk_core/common/arm_atsam/bootloader.c [new file with mode: 0644]
tmk_core/common/arm_atsam/eeprom.c [new file with mode: 0644]
tmk_core/common/arm_atsam/printf.h [new file with mode: 0644]
tmk_core/common/arm_atsam/suspend.c [new file with mode: 0644]
tmk_core/common/arm_atsam/timer.c [new file with mode: 0644]
tmk_core/common/print.h
tmk_core/common/report.h
tmk_core/protocol/arm_atsam.mk [new file with mode: 0644]
tmk_core/protocol/arm_atsam/adc.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/adc.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/arm_atsam_protocol.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/clks.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/clks.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/d51_util.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/d51_util.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/i2c_master.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/i2c_master.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/issi3733_driver.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/led_matrix.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/led_matrix.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/main_arm_atsam.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/main_arm_atsam.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/md_bootloader.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/spi.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/spi.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/startup.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/compiler.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/conf_usb.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/main_usb.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/spfssf.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/spfssf.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/status_codes.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udc.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udc.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udc_desc.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udd.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_cdc.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_cdc.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_cdc_conf.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_device_conf.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_device_epsize.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_hid.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_hid.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_conf.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/ui.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/ui.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb2422.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb2422.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_atmel.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_device_udd.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_main.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_protocol.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_protocol_cdc.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_protocol_hid.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_util.c [new file with mode: 0644]
tmk_core/protocol/arm_atsam/usb/usb_util.h [new file with mode: 0644]
tmk_core/protocol/arm_atsam/wait_api.h [new file with mode: 0644]