qmk-firmware/tmk_core/common/chibios
yiancar 621ce29a53 STM32 EEPROM Emulation (#3741)
* STM32 EEPROM Emulation

- Added EEPROM emulation libaries from libmaple and Arduino_STM32. https://github.com/rogerclarkmelbourne/Arduino_STM32 and https://github.com/leaflabs/libmaple.
- Renamed teensy EEPROM library and added conditional selection of library.
- Remapped EEPROM memory map for 16 byte blocks (as is with STM32f3xx MCUs).
- Added EEPROM initialization in main.c of Chibios.
- Added EEPROM format to clear the emulated pages when EEPROM is marked as invalid.

* Fixed ifdef
2018-08-29 16:14:49 -04:00
..
bootloader.c
eeprom_stm32.c STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
eeprom_stm32.h STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
eeprom_teensy.c STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
flash_stm32.c STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
flash_stm32.h STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
printf.c
printf.h
sleep_led.c
suspend.c Add Suspend functions (#3112) 2018-06-03 17:57:35 -04:00
timer.c Make sure the timer wraps around correctly independent of the os tick frequency 2018-06-28 08:51:30 -04:00