ChibiOS-Contrib/testhal/KINETIS/TEENSY_LC/EEPROM_EMU
zykrahgaming e898157b18 Even more more changes to chconf.h files 2022-01-01 18:37:17 +11:00
..
MKL26Z64.ld [KINETIS] Update ld script in TEENSY_LC/EEPROM_EMU demo. 2016-04-11 17:32:37 +02:00
Makefile Updated Makefiles to use newer ARM ports 2022-01-01 17:41:28 +11:00
README.md [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
chconf.h Even more more changes to chconf.h files 2022-01-01 18:37:17 +11:00
eeprom.c [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
eeprom.h [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
halconf.h Fixed HAL version in halconf.h files 2022-01-01 18:28:46 +11:00
halconf_community.h KINETIS tests and demos updated to ChibiOS 18.2.x. 2018-11-20 09:53:38 +07:00
main.c [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
mcuconf.h [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00

README.md

Teensy LC EEPROM emulation example

This example emulates 128 bytes of EEPROM, using 2K of flash. Some wear-levelling is done (see comments in eeprom.c).

Credits

Most of the actual EEPROM code is from PJRC/Teensyduino.