qmk_firmware/platforms/chibios
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
..
boards
bootloaders
drivers
_timer.h
_wait.c
_wait.h
atomic_util.h
chibios_config.h
eeprom_stm32.c Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
eeprom_stm32.h
eeprom_stm32_defs.h Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
eeprom_teensy.c Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
eeprom_teensy.h Don't make EEPROM size assumptions with dynamic keymaps. (#16054) 2022-02-02 15:04:37 +11:00
flash.mk
flash_stm32.c
flash_stm32.h
gd32v_compatibility.h
gpio.h
pin_defs.h
platform.c
platform.mk
platform_deps.h
sleep_led.c
suspend.c
syscall-fallbacks.c
timer.c
wait.c