1. 044ba22 "mv m200v2 m200v4" by Daniel Stenberg · 16 years ago
  2. ab7ac8b First minor step: the m200v2 is now officially known as m200v4 to match by Daniel Stenberg · 16 years ago
  3. 22ae232 core_sleep(): only write once the same implementation, and add as3525 to the list by Rafaël Carré · 16 years ago
  4. 7ddaaf0 Fix as3525 bootloader broken by r19049 - we need to operate between by Rafaël Carré · 16 years ago
  5. fa748db sd.h : avoid namespace collision by prefixing defines with SD_ by Rafaël Carré · 16 years ago
  6. 72846cd Update Swedish translation. by Magnus Holmgren · 16 years ago
  7. c0ff14a Properly guard usb_mmc_countdown with the proper #ifs everywhere by Frank Gevaerts · 16 years ago
  8. bd08aee Video plugin: Fix OSD for font_height != 8. Don't fiddle with the framebuffer directly, but use the standard lcd drawing functions and lcd_update_rect() (in the ISR as required). OSD now displays for 1 second (0.5 seconds for buffer debug). by Jens Arnold · 16 years ago
  9. 1d2952d FS#7916 - Adapt graphical EQ to smaller screens (Fixes FS#9517) by Jonathan Gordon · 16 years ago
  10. c198bac plugin linker script: define memory sizes/origin for AS3525 by Rafaël Carré · 16 years ago
  11. 9acf856 AS3525 SD : fix 2nd initialization (in loaded firmware) by Rafaël Carré · 16 years ago
  12. e79cacc Also rename as3525_codec in the e200/fuze backlight driver by Bertrik Sikken · 16 years ago
  13. 4ca4e52 Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code for sansa v2 players by Bertrik Sikken · 16 years ago
  14. aef27e1 Sansav2 Bootloader by Rafaël Carré · 16 years ago
  15. 308f21d ARM C Runtime : prepare to exception vectors if not in the bootloader by Rafaël Carré · 16 years ago
  16. 6e73019 SD PP: move non specific defines to sd.h, to be reused by other SD drivers by Rafaël Carré · 16 years ago
  17. f18591e drive might be used uninitialized, prevent that by Rafaël Carré · 16 years ago
  18. d0efd2d Revert and change the fix for Traditional Chinese and Russian, to help the translators a bit by including the old version (and also allow to use the already translated strings on some targets until the phrase gets completely translated). by Jonas Häggqvist · 16 years ago
  19. c0cd44c Remove a few half translated phrases from a number of translations to avoid trouble with empty phrases on targets. With some luck, this should fix all current warnings. by Jonas Häggqvist · 16 years ago
  20. 098a7d0 Make genlang emit a warning if a translation file has an dest string for a phrase that isn't deprecated, since this will result in empty strings when using that translation. This will mess up the build table, but the plan is to either quickly update the translation, or simply delete the phrase and let the translator provide a full translation. by Jonas Häggqvist · 16 years ago
  21. 0058bdc Oops, my script killed an email addy by Nils Wallménius · 16 years ago
  22. 6f73ebe Introduce 'features' for button light and button light brighness, delete a couple of empty strings in translations, some neccesary reordering of strings to match them correctly by Nils Wallménius · 16 years ago
  23. 3952e6d AS3525: enable access to the embedded SD card by Rafaël Carré · 16 years ago
  24. 2b81bce FS#9532 - e200v2 buttons by Jonathan Gordon · 16 years ago
  25. 97aef4c Fix tabs galore. by Jens Arnold · 16 years ago
  26. 4944a1c Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe. by Jens Arnold · 16 years ago
  27. 545b51e ARMv4 unsigned integer division: Using an overflow-safe comparison method in the main calculation allows to put back the 1.5 cyle (average) optimisation. Shaved off another instruction, as we don't need the remainder. * Use the very efficient ffs algorithm from ffs-arm.S for dividing by a power of 2. by Jens Arnold · 16 years ago
  28. 3582342 Updated italian translation. by Alessio Lenzi · 16 years ago
  29. 24f551b Correct a comment and police comment style, no functional change by Nils Wallménius · 16 years ago
  30. 5bef735 AS3525: disable interrupts by Rafaël Carré · 16 years ago
  31. 6e645cc AS3525: we won't use threads in the bootloader by Rafaël Carré · 16 years ago
  32. 94c06c7 AS3525: implement tick_start() with TIMER2 by Rafaël Carré · 16 years ago
  33. baecdb6 AS3525: use kernel_init() in bootloader by Rafaël Carré · 16 years ago
  34. c3e667c AS3525: timer support by Rafaël Carré · 16 years ago
  35. 7384454 FS#9529 - Dutch lang update by Stijn Hisken by Jonathan Gordon · 16 years ago
  36. 89b95f0 compressed the target menu to use less vertical lines and thus less space by Daniel Stenberg · 16 years ago
  37. ceb0cf3 I missed zip. by Björn Stenberg · 16 years ago
  38. f06074c A bit of code policing. by Björn Stenberg · 16 years ago
  39. 4cf9b14 The zip, 7zip etc targets now make sure the target is built before zipping. by Björn Stenberg · 16 years ago
  40. 5791d1c Re-added libspc which got dropped in a black hole. by Björn Stenberg · 16 years ago
  41. 45bd7e0 Codec lib directories renamed, except for demac. by Björn Stenberg · 16 years ago
  42. 7ec9cee Trimmed off redundant dependencies. by Björn Stenberg · 16 years ago
  43. 0a8879b Added libcodec.a as dependency for all codecs. by Björn Stenberg · 16 years ago
  44. a22749b FS#9525 - The list for the quickscreen items chooser turned out to not really be usable so try this instead. by Jonathan Gordon · 16 years ago
  45. 0eb6ae9 This optimisation breaks for very large divisors (MSB set), so remove it. by Jens Arnold · 16 years ago
  46. 4af26e7 Onda VX747: by Maurus Cuelenaere · 16 years ago
  47. 0711c79 Set missing SVN properties. by Jens Arnold · 16 years ago
  48. fe04e40 Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on the ARMv5(+) version from libgcc), in IRAM on PP for better performance on PP5002, and put into the codeclib for possible reuse. APE -c1000 is now usable on both PP502x and PP5002 (~138% realtime, they're on par now). Gigabeat F/X should also see an APE speedup. by Jens Arnold · 16 years ago
  49. 7a835ee Some entropy decoder tweaks. Also removed unnecessary 'tmp' variables. by Jens Arnold · 16 years ago
  50. 1e8be6f Onda VX747: clean up's, bug fixes and reworks by Maurus Cuelenaere · 16 years ago
  51. 059fff2 Since *set_led_enabled() is actually an ata-specific feature, move it back to ata_* only by Frank Gevaerts · 16 years ago
  52. 5a00367 Fix FS#9522: stop reading an ID3v2 tag if a frame length is bad. by Magnus Holmgren · 16 years ago
  53. 6f32dab *_hard_reset() is only used inside ata.c, so there's no need to export it to the world by Frank Gevaerts · 16 years ago
  54. 147a23a More storage work. by Frank Gevaerts · 16 years ago
  55. c6ccf75 Changes to simulator installation, 'make fullinstall' is now the way to install everything, 'make install' is much faster but does not include fonts, avoid useless file compression/extraction making fullinstall about twice as fast as the old install, remember to reconfigure your sim builds by Nils Wallménius · 16 years ago
  56. 9d04f1d Bugfix: 'make bin' didn't build bitmaps. by Björn Stenberg · 16 years ago
  57. 4576a64 svnversion.sh: extracts the revision number from git-svn repositories by Rafaël Carré · 16 years ago
  58. de6cdda - handle the custom option type in settings dumper (not very well though but there isnt really a better option) by Jonathan Gordon · 16 years ago
  59. 23d6df4 AS3525 : wait until PLLA is locked when changed by Rafaël Carré · 16 years ago
  60. 03be50a Make local functions static by Bertrik Sikken · 16 years ago
  61. d5a5f37 ramdisk needs to be non-extern by Frank Gevaerts · 16 years ago
  62. 214cd81 Add ramdisk storage driver. It will be useful for developing multi-driver storage by Frank Gevaerts · 16 years ago
  63. 65d9ca8 remove stray tab by Daniel Stenberg · 16 years ago
  64. 012f564 Minor comment change. FS #9234. by Björn Stenberg · 16 years ago
  65. 3b05259 Updated italian translation. by Alessio Lenzi · 16 years ago
  66. f3358b0 Red build fix: Proper handling of ENABLEDPLUGINS and SOFTWARECODECS. by Björn Stenberg · 16 years ago
  67. ac488f8 Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847. by Björn Stenberg · 16 years ago
  68. d34837c Sansa Clip simulator: bind p/escape to power button by Rafaël Carré · 16 years ago
  69. a3c7127 Sansa Clip : define recording and tuner capabilities to fix simulator build by Rafaël Carré · 16 years ago
  70. edcacaa FS#9515 - customisable quickscreen. Allows you to choose which setting you want displayed on the quickscreen. by Jonathan Gordon · 16 years ago
  71. 5395957 Add a setting type which is completly user-defined. This setting type cannot be used by the regular menu macros (e.g MENUITEM_SETTING() macro) so if you are goign to use this type remember to implement the setting screen seperately (using option_select() if you can) by Jonathan Gordon · 16 years ago
  72. ee0111a fix a data abort when the start screen is set to previous and nvram.bin is invalid by Jonathan Gordon · 16 years ago
  73. c5ecffe Tweak for German TTS engines. by Jens Arnold · 16 years ago
  74. efd78be German translation update - also fixes a few issues (unnecessary differences to english.lang) and a more consistent translation of some strings. Better ideas for the 'Album Art:' (size) translation are welcome... by Marianne Arnold · 16 years ago
  75. aa061bc AS3525 : fix interrupts support (but leave them disabled) by Rafaël Carré · 16 years ago
  76. 99d39f5 put stubs in the proper place by Frank Gevaerts · 16 years ago
  77. 8d68a56 add proper dummy storage implementation for sims by Frank Gevaerts · 16 years ago
  78. 86f0c75 fix red by Frank Gevaerts · 16 years ago
  79. 430343b implement single-driver storage layer with macros instead of inlines by Frank Gevaerts · 16 years ago
  80. 0b34b77 make the m200v2 lcd work again with higher cpu frequency by Dominik Wenger · 16 years ago
  81. 34151e5 mkamsboot: Use left button on e200v2 to dual boot (like e200v1) by Rafaël Carré · 16 years ago
  82. 091f2a0 AS3525: disable interrupts, higher clock frequencies by Rafaël Carré · 16 years ago
  83. 311ae23 declare m200v2 storage type by Frank Gevaerts · 16 years ago
  84. 66f496c Shave off another 4 instructions (8 bytes). by Jens Arnold · 16 years ago
  85. a85e2cd AS3525 : enable instruction and data cache by Rafaël Carré · 16 years ago
  86. 307d009 Clean up the Fuze LCD driver. The only functional change is to write 0x7030 instead of 0x30 to register 0x03 (which seems to be a HD66789R-style R_ENTRY_MODE register) - this fixes the corrupted colours. by Dave Chapman · 16 years ago
  87. 9e6fb8a Adapt sansa v2 sd driver to the new storage layer by Frank Gevaerts · 16 years ago
  88. 2a5d491 Unify the e200v2 and Fuze backlight/buttonlight code - it is identical. by Dave Chapman · 16 years ago
  89. 19eb800 conditionalise *_get_info() to get some binsize back by Frank Gevaerts · 16 years ago
  90. 94b6a0be Add new storage-related defines for meizu by Frank Gevaerts · 16 years ago
  91. 008865b Add more simulator stubs. This should get rid of the last reds by Frank Gevaerts · 16 years ago
  92. 526304e fix reds by Frank Gevaerts · 16 years ago
  93. ad9db4d Now also commit added files by Frank Gevaerts · 16 years ago
  94. 2f8a008 Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. by Frank Gevaerts · 16 years ago
  95. 646cac0 Remove Linux's mmci.h since the license is strict GPLv2 by Rafaël Carré · 16 years ago
  96. e8753f3 Oops, use the correct -add option to scramble for the Fuze. by Dave Chapman · 16 years ago
  97. 74c75e5 Add Sansa Fuze to the build system, including a first (untested) attempt at an LCD driver. Lots of things are just copied from the e200v2, so this code needs testing, and then drivers properly merged if they prove to be the same. by Dave Chapman · 16 years ago
  98. 88806c0 Define HAVE_AS3514 for the other V2 targets (it was already defined for the e200v2) by Dave Chapman · 16 years ago
  99. 1e80718 Sansa Clip config : remove/fix wrong defines/comments by Rafaël Carré · 16 years ago
  100. 25560f4 OndioFM keymap - trigger screen: prevent pressing 'Right' (to change the value) from also accepting the setting and leaving the trigger screen; use 'Mode' now for actually accepting the settings. To avoid button action conflicts, separate the rectrigger context and give it an own ACTION_STD_OK. by Marianne Arnold · 16 years ago