summaryrefslogtreecommitdiffstats
path: root/platforms/arm_atsam
Commit message (Collapse)AuthorAgeFilesLines
* Format code according to conventions (#16322)QMK Bot2022-02-125-22/+40
|
* Initial migration of suspend callbacks (#16067)Joel Challis2022-02-051-36/+0
| | | | | * Initial migration of suspend logic * Add header
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-022-5/+9
| | | | | | | | | | | | | | | | | * Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures.
* Remove unused suspend_idle (#16063)Joel Challis2022-01-261-7/+0
|
* Fix bootloader_jump for certain CTRL boards (#16026)Ryan2022-01-251-12/+5
|
* Format code according to conventions (#15593)QMK Bot2021-12-271-8/+14
|
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-271-17/+26
| | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
* Add open-drain GPIO support. (#15282)Nick Brassel2021-12-271-4/+8
| | | | | | | | | * Add open-drain GPIO support. * `qmk format-c` * Wording. * Remove port GPIO implementations as the only board that uses it has its own internal defs anyway. Will wait for first-class handling of ports in core before reimplementing.
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-1912-0/+682
|
* Enable CLI flashing via mdloader (#14729)Joel Challis2021-10-151-0/+11
| | | | | | | * Enable CLI flashing via mdloader * remove flag * Update qmk flash help
* `--parallel` improvements (#13800)ruro2021-08-181-1/+1
| | | | | | | * improve make parallel jobs support * document the --parallel option * disable the output-sync for interactive targets
* Move all the flash logic from tmk_core (#13927)Joel Challis2021-08-151-0/+11