Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NVRAM refactor, phase 1. (#18969) | Nick Brassel | 2022-11-23 | 5 | -4/+4 |
| | | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`. | ||||
* | Fix issue with #17904. (#17905) | Nick Brassel | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | Fixup compilation of printf-like functions with uint32_t args. (#17904) | Nick Brassel | 2022-08-04 | 1 | -10/+10 |
| | |||||
* | Rework paths for eeprom locations. (#17326) | Nick Brassel | 2022-06-08 | 5 | -0/+1369 |
| | | | | | | | | | * Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths. | ||||
* | Format code according to conventions (#16322) | QMK Bot | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | Relocate platform specific drivers (#13894) | Joel Challis | 2021-08-17 | 2 | -0/+129 |
* Relocate platform specific drivers * Move stm eeprom * Tidy up slightly |