summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/eeprom_24cxx.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-259/+6
2006-11-26Fixed the errors for H300.Miika Pekkarinen1-7/+7
2006-11-26Data cache for the EEPROM driver to speed up reading/writing. ThisMiika Pekkarinen1-24/+36
2006-08-17Prevent unlikely endless loop.Miika Pekkarinen1-1/+3
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye1-23/+32
2006-08-11Delay loops were too short for non-logf enabled builds @ 120 MHz.Miika Pekkarinen1-15/+17
2006-08-09Bootloader support to search firmware also from flash. Bootloader <->Miika Pekkarinen1-7/+3
2006-08-07Let eeprom driver return the error number. This is just a cover-up commit to ...Peter D'Hoye1-37/+49
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-5/+1
2006-08-05Initial EEPROM driver for iriver H1xx.Miika Pekkarinen1-0/+381