summaryrefslogtreecommitdiffstats
path: root/apps/plugins/firmware_flash.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-3/+3
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-5/+17
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-11/+11
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg1-2/+2
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-6/+3
2005-08-23size check adjusted, naked bootbox is smallJörg Hohensohn1-1/+1
2005-01-08Allow flashing for players with alternative boot ROM.Jens Arnold1-2/+7
2004-12-30player version check extended up to 5.08Jörg Hohensohn1-1/+1
2004-10-23the flash plugins are now checking the battery level firstJörg Hohensohn1-2/+16
2004-10-22allow Ondio ROM v1.04 for flashing, I changed my mind about the Ondio key ass...Jörg Hohensohn1-7/+11
2004-10-07Ondio flash supportJörg Hohensohn1-9/+36
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold1-0/+4
2004-07-20Added a check to prevent the flash plugins being used (and crashing) if Rockb...Jörg Hohensohn1-0/+14
2004-06-29Corrected spellingLinus Nielsen Feltzing1-2/+2
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-7/+7
2004-01-05tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn1-0/+4
2004-01-02checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn1-10/+7
2003-12-15prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg1-1/+6
2003-12-12fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg1-2/+6
2003-12-07relaxed version checking, some people had problems with itJörg Hohensohn1-4/+8
2003-11-30now supporting V2 Recorder, firmware_flash has extra checks against files for...Jörg Hohensohn1-9/+80
2003-11-19Disable this plugin on v2 recorders for nowBjörn Stenberg1-0/+3
2003-10-26the plugin is now prepared to flash the "V2" variant: boxes without boot ROM ...Jörg Hohensohn1-35/+106
2003-09-09I release this plugin to cvs, now that I released new firmware images (see ht...Jörg Hohensohn1-0/+854