qmk_firmware/tmk_core/common/chibios
Donald Kjer e756a21636
eeprom_stm32: implement high density wear leveling (#12567)
* eeprom_stm32: implement wear leveling
Update EECONFIG_MAGIC_NUMBER
eeprom_stm32: check emulated eeprom size is large enough
* eeprom_stm32: Increasing simulated EEPROM density on stm32
* Adding utility script to decode emulated eeprom
* Adding unit tests
* Applying qmk cformat changes
* cleaned up flash mocking
* Fix for stm32eeprom_parser.py checking via signature with wrong base
* Fix for nk65 keyboard

Co-authored-by: Ilya Zhuravlev <whatever@xyz.is>
Co-authored-by: zvecr <git@zvecr.com>
2021-08-23 23:15:34 +01:00
..
_timer.h
_wait.c Support using a timer for wait_us() on ChibiOS-based boards (#12211) 2021-08-20 00:31:23 +01:00
_wait.h Support using a timer for wait_us() on ChibiOS-based boards (#12211) 2021-08-20 00:31:23 +01:00
atomic_util.h
bootloader.c
chibios_config.h
eeprom_stm32.c eeprom_stm32: implement high density wear leveling (#12567) 2021-08-23 23:15:34 +01:00
eeprom_stm32.h eeprom_stm32: implement high density wear leveling (#12567) 2021-08-23 23:15:34 +01:00
eeprom_teensy.c
flash_stm32.c
flash_stm32.h eeprom_stm32: implement high density wear leveling (#12567) 2021-08-23 23:15:34 +01:00
gpio.h
pin_defs.h
platform_deps.h
platform.c
sleep_led.c
suspend.c
syscall-fallbacks.c
timer.c
wait.c Support using a timer for wait_us() on ChibiOS-based boards (#12211) 2021-08-20 00:31:23 +01:00