summaryrefslogtreecommitdiff
path: root/platforms/chibios/drivers/eeprom
AgeCommit message (Expand)AuthorFilesLines
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot2-5/+5
2025-02-26fix EEPROM driver for STM32L0/1 cat.1 devices (#24928)Joel Beckmeyer1-9/+36
2025-01-07Remove preprocessor sanity check for STM32L0/L1 now that it relies on types i...Nick Brassel1-4/+0
2024-06-12Decouple VIA from STM32 L0/L1 EEPROM implementation (#23901)Joel Challis1-1/+1
2024-05-28EEPROM: Don't erase if we don't have to. Adding eeprom_driver_format abstract...Purdea Andrei2-0/+13
2023-10-14Prep work for NKRO report separation (#22268)Ryan1-4/+4
2022-11-23NVRAM refactor, phase 1. (#18969)Nick Brassel5-4/+4
2022-08-04Fix issue with #17904. (#17905)Nick Brassel1-1/+1
2022-08-04Fixup compilation of printf-like functions with uint32_t args. (#17904)Nick Brassel1-10/+10
2022-06-08Rework paths for eeprom locations. (#17326)Nick Brassel5-0/+1369
2022-02-12Format code according to conventions (#16322)QMK Bot1-1/+1
2021-08-17Relocate platform specific drivers (#13894)Joel Challis2-0/+129