ChibiOS-Contrib/testhal/KINETIS/TEENSY_LC/EEPROM_EMU
Fabien Poussin 2268395124 Updated all halconf/chconf headers 2020-04-08 00:35:16 +02:00
..
MKL26Z64.ld [KINETIS] Update ld script in TEENSY_LC/EEPROM_EMU demo. 2016-04-11 17:32:37 +02:00
Makefile Updating osal.mk path 2020-04-04 18:30:52 +02:00
README.md [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
chconf.h Updated all halconf/chconf headers 2020-04-08 00:35:16 +02: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 Updated all halconf/chconf headers 2020-04-08 00:35:16 +02: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.