qmk_firmware/tmk_core/common
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
..
arm_atsam Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
avr
chibios STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
mbed
test
action.c
action.h
action_code.h
action_layer.c
action_layer.h
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c
action_util.h
backlight.c
backlight.h
bootloader.h
bootmagic.c
bootmagic.h
command.c
command.h
debug.c
debug.h
eeconfig.c STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
eeconfig.h STM32 EEPROM Emulation (#3741) 2018-08-29 16:14:49 -04:00
eeprom.h
host.c
host.h
host_driver.h
keyboard.c
keyboard.h
keycode.h Tidy up keycode.h (#3666) 2018-08-16 12:12:48 -04:00
led.h
magic.c
magic.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
progmem.h
raw_hid.h
report.c
report.h Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.h
suspend.h
timer.h
uart.c
uart.h
util.c
util.h
virtser.h
wait.h