You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
_wait.h
bootloader.c
eeprom.c
eeprom_stm32_tests.cpp eeprom_stm32: implement high density wear leveling (#12567) 4 years ago
flash_stm32_mock.c eeprom_stm32: implement high density wear leveling (#12567) 4 years ago
platform.c Begin to carve out platform/protocol API - Single main loop (#13843) 4 years ago
platform.h
platform_deps.h Avoid name conflicts with usb_hid Arduino code (#13870) 4 years ago
rules.mk eeprom_stm32: implement high density wear leveling (#12567) 4 years ago
suspend.c
testlist.mk eeprom_stm32: implement high density wear leveling (#12567) 4 years ago
timer.c