qmk_firmware/platforms/test
Nick Brassel e22efc037a
Don't make EEPROM size assumptions with dynamic keymaps. (#16054)
* 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.
2022-02-02 15:04:37 +11:00
..
bootloaders Format code according to conventions (#15593) 2021-12-27 21:20:52 +11:00
_wait.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
eeprom.c Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
eeprom_stm32_tests.cpp Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
eeprom_stm32_tests.h Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
flash_stm32_mock.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
hal.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
platform.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
platform.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
platform.mk Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
platform_deps.h Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
rules.mk Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
suspend.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
testlist.mk Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
timer.c Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00