summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockbox_flash.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-7/+3
2010-08-25Remove build conditions inside .c plugin filesRafaël Carré1-7/+0
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-4/+4
2009-03-24Bump flash image version and adapt flashing documentation.Jens Arnold1-1/+1
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+1
2009-01-03a few more button/statusbar fixes...Jonathan Gordon1-1/+1
2008-10-16Merge the necessary changes for the new archos firmware flash images back to ...Jens Arnold1-109/+32
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-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-2/+2
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-2/+2
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-2/+2
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-0/+9
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-11/+11
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-4/+2
2005-08-23allow the flash plugin to verify the RomBox link addressJörg Hohensohn1-2/+31
2005-06-22allow smaller .ucl, to test bootboxJörg Hohensohn1-1/+1
2005-02-04adapted to build on iRiverDaniel Stenberg1-2/+2
2004-12-26Plugin fixes: Correct button name for MODE key in help texts, conforming to t...Jens Arnold1-1/+1
2004-10-23the flash plugins are now checking the battery level firstJörg Hohensohn1-2/+16
2004-10-22removed a Player warningJörg Hohensohn1-1/+0
2004-10-22minor optical flawJörg Hohensohn1-2/+2
2004-10-22allow Ondio ROM v1.04 for flashing, I changed my mind about the Ondio key ass...Jörg Hohensohn1-56/+13
2004-10-07Ondio flash supportJörg Hohensohn1-8/+34
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold1-0/+3
2004-07-20Added a check to prevent the flash plugins being used (and crashing) if Rockb...Jörg Hohensohn1-0/+14
2004-03-13The .ucl flasher now tells if the bootloader is not up to date. I hope that e...Jörg Hohensohn1-0/+103
2004-01-18prepared to flash uncompressed ucl such that suitable Rockbox builds directly...Jörg Hohensohn1-19/+33
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-6/+6
2003-11-30now supporting V2 Recorder, firmware_flash has extra checks against files for...Jörg Hohensohn1-2/+0
2003-11-25not yet for V2Jörg Hohensohn1-2/+4
2003-09-01version check removed, pointless since playersJörg Hohensohn1-8/+2
2003-08-25filesize limit lowered to 40KB, player images are so smallJörg Hohensohn1-1/+1
2003-08-04- Thanks to Magnus Holmgren for Player portJörg Hohensohn1-52/+240
2003-07-27plugin_get_buffer() makes my plugin smaller, can get the sector buffer at run...Jörg Hohensohn1-71/+80
2003-07-27Flash plugin requires recorder for nowBjörn Stenberg1-12/+3
2003-07-25the plugin half of Lee Marlow's patch: second agument can be the filename of ...Jörg Hohensohn1-13/+15
2003-07-21Massive code-policing. Use proper indent. Use proper comments. Use properDaniel Stenberg1-515/+537
2003-07-16The rockbox_flash plugin is a target-only plugin.Linus Nielsen Feltzing1-0/+5
2003-07-16Johan Vromans' fix after file check failsJörg Hohensohn1-1/+1
2003-07-13The plugin which reflashes the second image. I release it now to become part ...Jörg Hohensohn1-0/+664