ChibiOS-Contrib/testhal/KINETIS/TEENSY_LC/EEPROM_EMU
Fabio Utzig f392dfa223 Add version tags
Signed-off-by: Fabio Utzig <utzig@apache.org>
2017-10-09 10:12:59 -03:00
..
MKL26Z64.ld [KINETIS] Update ld script in TEENSY_LC/EEPROM_EMU demo. 2016-04-11 17:32:37 +02:00
Makefile [KINETIS] Mass update Makefile (license & asm changes). 2016-04-24 17:12:49 +01:00
README.md [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
chconf.h Add version tags 2017-10-09 10:12:59 -03: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 [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00: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.