summaryrefslogtreecommitdiff
path: root/platforms/chibios/eeprom_stm32_defs.h
Commit message (Collapse)AuthorAge
* Rework paths for eeprom locations. (#17326)Nick Brassel2022-06-08
| | | | | | | | | * Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.
* Add emulated eeprom support for STM32F303xE (#16737)dn9uyen2022-03-30
| | | Added FEE_PAGE_SIZE and FEE_MCU_FLASH_SIZE defines for the STM32F303xE
* Format code according to conventions (#16322)QMK Bot2022-02-12
|
* Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-02
| | | | | | | | | | | | | | | | | * 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.
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-19