summaryrefslogtreecommitdiff
path: root/platforms/arm_atsam/eeprom_samd.c
AgeCommit message (Collapse)Author
2023-03-23Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-02-02Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel
* 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.