]> git.donarmstrong.com Git - qmk_firmware.git/commit
stm32f1xx EEPROM emulation (#3914)
authorTakuya Urakawa <urkwtky@gmail.com>
Fri, 19 Oct 2018 04:33:23 +0000 (13:33 +0900)
committerJack Humbert <jack.humb@gmail.com>
Fri, 19 Oct 2018 04:33:23 +0000 (00:33 -0400)
commitf4094930a393ec3dc597e06e95cd3365e3f8cb97
tree33d53e5b898bf645965dfc99f842cf1998b857d4
parent8efe8b498d344928fb55ea78a289d9eb32145e48
stm32f1xx EEPROM emulation (#3914)

* * Add stm32f1xx EEPROM emulation
* Fix eeprom update compare bug

Squashed commit of the following:

commit b8f248ae08cec0cd81ecbb8854d9b39221d4d573
Author: hsgw <urkwtky@gmail.com>
Date:   Sat Sep 15 19:13:48 2018 +0900

    fix EEPROM_update wrong compare

commit d4ed4e6ea864e967a3e17f7edee4b0c3b4a25541
Author: hsgw <urkwtky@gmail.com>
Date:   Sat Sep 15 17:43:47 2018 +0900

    eeprom fix initialization define

commit b61aa7c04d70c64df3416d63e5da08b73b6053af
Author: hsgw <urkwtky@gmail.com>
Date:   Sat Sep 15 16:33:40 2018 +0900

    maybe working

* Fix FLASH_KEY defines
tmk_core/common.mk
tmk_core/common/chibios/eeprom_stm32.c
tmk_core/common/chibios/eeprom_stm32.h
tmk_core/common/chibios/flash_stm32.c
tmk_core/common/eeconfig.c
tmk_core/common/eeconfig.h
tmk_core/protocol/chibios/main.c