summaryrefslogtreecommitdiffstats
path: root/platforms/test
Commit message (Collapse)AuthorAgeFilesLines
* [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce ↵Pascal Getreuer2023-07-082-0/+36
| | | | firmware size by a few bytes. (#21427)
* [Test] Reset timer for every unit test and provide timestamps for log ↵Stefan Kerkmann2022-12-151-1/+2
| | | | messages (#17028)
* NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-235-16/+16
| | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
* Rework paths for eeprom locations. (#17326)Nick Brassel2022-06-081-2/+3
| | | | | | | | | * Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.
* [Core] Update C standard to GNU11, C++ to GNU++14 (#17114)Stefan Kerkmann2022-06-061-1/+1
|
* [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-141-0/+1
|
* Expose API for hardware unique ID (#16869)Joel Challis2022-04-181-0/+9
|
* Format code according to conventions (#16322)QMK Bot2022-02-124-39/+67
|
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-024-7/+10
| | | | | | | | | | | | | | | | | * 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.
* Format code according to conventions (#15593)QMK Bot2021-12-271-1/+1
|
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-271-1/+1
| | | | | | | * Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-1914-0/+805