summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/arm_atsam
Commit message (Expand)AuthorAgeFilesLines
* Begin to carve out platform/protocol API - Single main loop (#13843)Joel Challis2021-08-181-0/+21
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-061-0/+0
|\
| * Avoid name conflicts with usb_hid Arduino code (#13870)Joel Challis2021-08-061-0/+0
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-251-0/+18
|\|
| * Refactor some platform dependent logic (#13675)Joel Challis2021-07-241-0/+18
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-223-0/+192
|\|
| * Implement GPIO abstraction for atsam (#13567)Joel Challis2021-07-223-0/+192
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-164-114/+0
|\|
| * Migrate arm_atsam print logic to use common framework (#13554)Joel Challis2021-07-164-114/+0
| * 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-291-0/+22
* | Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott2021-06-091-0/+19
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-03-251-5/+5
|\|
| * Fix USER_PRINT on avr/atsam (#12269)Joel Challis2021-03-251-5/+5
* | Move gpio wait logic to wait.h (#12067)Joel Challis2021-03-101-0/+22
|/
* Refactor platform logic within print.h (#11863)Joel Challis2021-02-143-1/+40
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-261-4/+1
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+1
* format code according to conventions [skip ci]QMK Bot2020-01-241-1/+1
* Add customisable EEPROM driver selection (#7274)Nick Brassel2020-01-241-5/+8
* Run clang-format manually to fix recently changed fileszvecr2019-11-171-1/+2
* clang-format changesskullY2019-08-306-155/+119
* Fix wake from suspend LED functionalitypatrickmt2019-04-181-0/+6
* RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik2019-04-031-4/+5
* Update to arm_atsam wait and timer routinespatrickmt2019-01-071-18/+2
* USB Suspend for arm_atsam protocolpatrickmt2018-11-021-11/+79
* Fix undefined reference to `console_printf` for CTRL and ALT keyboardspatrickmt2018-10-291-2/+2
* Massdrop keyboards console device support for hid_listenpatrickmt2018-10-102-2/+71
* CTRL keyboard bootloader_jump supportpatrickmt2018-09-281-15/+17
* Massdrop keyboard updates for SEND_STRING, syscalls, stdio, debug prints, Aut...patrickmt2018-09-281-1/+1
* CTRL and ALT updatespatrickmt2018-09-051-1/+31
* Massdrop keyboard support (#3780)patrickmt2018-08-295-0/+201