1. ed8445f Change files to use the public function sleep() and not the intenal kernel function sleep_thread(). by Michael Sevakis · 17 years ago
  2. 24cbf6e Change "reboot" to "hard reset" in the Ipod installation as discussed on IRC. by Dominik Riebeling · 17 years ago
  3. fd052ec Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_mono(), channels_process_sound_chan_karaoke(), sample_output_mono() and sample_output_stereo(). By measurement the speed up is ~75% for the first three functions and ~40% for sample_output_stereo(). Additionally avoid calling yield() to often in dsp.c -- it is now limited to once per tick. by Andree Buschmann · 17 years ago
  4. 178df1c Correct DEV_TIMING for CPUFREQ_DEFAULT. Was changed by fault in former power management commit. by Andree Buschmann · 17 years ago
  5. bcc50a1 welcome Andree Buschmann! by Daniel Stenberg · 17 years ago
  6. a819db0 add rbutil version warning by Robert Kukla · 17 years ago
  7. 5c7889f A small clarification in the m:robe 100 installation instructions by Linus Nielsen Feltzing · 17 years ago
  8. 4710480 Manual: make sure that there won't be any additional spaces in the \opt{}. This should fix the missing button table in the c200's virtual keyboard section. by Marianne Arnold · 17 years ago
  9. 8e66491 M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the correct hold switch. * Kill a warning. by Jens Arnold · 17 years ago
  10. ba193a8 Oops. Should commit patches correctly. by Dominik Riebeling · 17 years ago
  11. 76614b3 Make vkeyboard usable on M3. by Jens Arnold · 17 years ago
  12. eb0a7a3 Correct the name of a flag. No functional change. by Jens Arnold · 17 years ago
  13. 6deb9f3 Fix rbutil building with gcc 4.3 on linux (FS#8757 by Dennis Schridde). by Dominik Riebeling · 17 years ago
  14. 10a05ed rbutil: support for iaudio m3 by Dominik Wenger · 17 years ago
  15. 3c4afa4 Make scramble add the flash logo when encoding for iAudio. It's only shown on M3 with the cowon loader versions I've seen, but the space is reserved in all coldfire iaudio flash files (was just zeroed before). by Jens Arnold · 17 years ago
  16. 2656217 m:robe 100 manual work - it is now in a state comparable to the gigabeat one by Robert Kukla · 17 years ago
  17. 455fabf fix SCSI_FORMAT_CAPACITY_FORMATTED_MEDIA flag endianness. Thanks to Martin Ritter for spotting this by Frank Gevaerts · 17 years ago
  18. 6e20944 - add button descriptions to the m:robe 100 manual for the majority of plugins by Robert Kukla · 17 years ago
  19. 7b1de20 Fix FS 8753, JdGordon started it, I finished it. by Brandon Low · 17 years ago
  20. 6d8b827 Commit the ADC changes (fix red M3 builds). by Jens Arnold · 17 years ago
  21. d700970 Cosmetic fixes for the iAudio bootloader: Don't display 'Hold switch on' if the reason for getting there was a spurious ON event. Don't disable the multi-colour LED in the M3 bootloader. by Jens Arnold · 17 years ago
  22. ed3ff1b Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & remote power button vs. the respective hold switch, and shut down when on hold. On X5/M5 this check is not strictly necessary for the main unit, but left there to keep things uniform. (2) M3: Stop reading the ADC properly before leaving the bootloader, on RoLo, and on reboot, to make it work reliably after those transitions. (3) Disable all interrupt sources on system init to avoid premature ISR calls after enabling interrupts in general. (4) iAudios: Proper implementation of ide_powered(), avoiding nasty HDD clicks in the bootloader when powering down, e.g. because of Hold. (5) Slight optimisations. by Jens Arnold · 17 years ago
  23. 4071826 save clock plugin settings in correct directory by Robert Kukla · 17 years ago
  24. a6430d3 Updated italian translation. Fixed accent as requested in FS #8742 but with correct character set. by Alessio Lenzi · 17 years ago
  25. a67e5d8 It makes more sense for the callback registrar to decide if its a "oneshot" then the callback caller. by Jonathan Gordon · 17 years ago
  26. c6b6bad iAudio M3: ADC driver, making buttons and battery voltage reading work. * Disable the multi-colour LED for now to save power. Proper handling will be added later. * Make reboot on button press work on iAudio X5, M5, M3 in panicf(), and on M3 in UIE(). by Jens Arnold · 17 years ago
  27. 648104a fixes for the Chinese and Japanese language files by Harry Tu. Closes FS#8716 and FS#8576. by Marcoen Hirschberg · 17 years ago
  28. 19c6e66 Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also. by Miika Pekkarinen · 17 years ago
  29. 478ba0a Add two missing coldfire interrupt vectors. by Jens Arnold · 17 years ago
  30. 3005cf5 Sound on M3. yay! by Jens Arnold · 17 years ago
  31. 7757bcf Further size savings - no need to make call for 0-9 by Steve Gotthardt · 17 years ago
  32. c0fb5b8 rbutil: fix a debug output, so it compiles again on windows. by Dominik Wenger · 17 years ago
  33. 30f8326 iAudio M3: Fix standard remote context. * Process button adc values in the button driver. Those buttons won't work without the not-yet-committable ADC driver though. by Jens Arnold · 17 years ago
  34. 6ee34cb Small bin-size optimisation - convert a macro used six times to a function by Dave Chapman · 17 years ago
  35. 9ae9a18 Make ports debug screen usable on M3 by Jens Arnold · 17 years ago
  36. 373d56b spelling mistakes pointed out by Alex Wallis by Daniel Stenberg · 17 years ago
  37. 4e2c517 m:robe 100 - fix screenshots by Robert Kukla · 17 years ago
  38. 77e036a when changing settings from the Talk and Voice window also update the main widgets settings. by Dominik Riebeling · 17 years ago
  39. da6b43b Another capitalization inconsistency fixed. by Jonas Häggqvist · 17 years ago
  40. 25ae7d6 m:robe 100 - screenshots for plugins by Robert Kukla · 17 years ago
  41. 45ba583 Fix remote stop from tree in the M3 keymap. by Jens Arnold · 17 years ago
  42. fc2a757 Make screendump work on the M3 (sim). by Jens Arnold · 17 years ago
  43. 1b53f44 Apply FS#8538 - iconsistencies in menu wording/capitalization as well as update Danish language. by Jonas Häggqvist · 17 years ago
  44. d3c3fc8 In order to disable building plugins for a target, 'plugin' must be set to empty in configure. by Jens Arnold · 17 years ago
  45. 3894a44 More iAudio M3 work. Target build compiles, but same problem regarding plugins as the simulator. Boots to the menu, but it can't be used yet because only main & remote Play button work. USB works. by Jens Arnold · 17 years ago
  46. 8a6291d More iAudio M3 work. Target build compiles, but same problem regarding plugins as the simulator. Boots to the menu, but it can't be used yet because only main & remote Play button work. USB works. by Jens Arnold · 17 years ago
  47. 422454c Actually compile the M3 keymap for the M3. by Jens Arnold · 17 years ago
  48. 919c206 More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator builds and works now, but for some reason it tries to build plugins even though they're deactivated through configure... The keymap probably needs further refinement. by Jens Arnold · 17 years ago
  49. ab974bc Small fix for the default colour icon set - the equalizer showed one pink line, use pure magic magenta there to make this line transparent. by Marianne Arnold · 17 years ago
  50. 7fcd26e Only boost the CPU for large transactions. It would be nice to get rid of boosting for USB altogehter, but it doesn't seem to work then. by Frank Gevaerts · 17 years ago
  51. 3c561f2 Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (untested). * Only try the initial remote LCD init if the remote is plugged, and do it in main builds as well, giving slightly earlier remote LCD output when booting. * Fix delays in the X5/M5 remote LCD init. * Remove an unnecessary check in the X5/M5 remote LCD driver and the M3 LCD driver. by Jens Arnold · 17 years ago
  52. bf3c96c 1st/2nd Gen iPod: Disable low battery shutdown until we have proper suspend. * Fix default battery capacity. by Jens Arnold · 17 years ago
  53. c865a9b m:robe 100 - correct headphone detection by Robert Kukla · 17 years ago
  54. bef8e8c Fix Red by Karl Kurbjun · 17 years ago
  55. ef62d68 Split up app.lds to the respective target directories. The portalplayer devices replicate app.lds since their target tree doesn't follow a syntax typical to the newer arm targets - the portalplayers could be cleaned up further. boot.lds and plugin.lds still need to be cleaned up. by Karl Kurbjun · 17 years ago
  56. 2b5f9ae Make ATA work on M3. by Jens Arnold · 17 years ago
  57. 80ded2a Really fix low-bat detection in the iAudio bootloader. * Improve naming of iriver and iaudio bootloader files. by Jens Arnold · 17 years ago
  58. 17bc340 Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewport related init bug in the 2 bit vertically interleaved LCD driver. * Fix low bat warning in iaudio bootloader - voltages are in millivolts now. by Jens Arnold · 17 years ago
  59. 579089a Fix Player warnings. Charcell needs fb_data properly defined as well. by Jens Arnold · 17 years ago
  60. c883611 Cowon D2: Make the bootloader functional (usage instructions to appear on the CowonD2Info wikipage shortly). Also re-enable IRAM by reducing Tremor's ICODE usage. by Rob Purchase · 17 years ago
  61. 769fcbd More iAudio M3 work. Bootloader compiles, but doesn't work yet. by Jens Arnold · 17 years ago
  62. 78017a0 give the Key column in the button tables a fixed with to prevent it getting too wide (happened with some long alternative buttons lists). by Dominik Riebeling · 17 years ago
  63. f5921cf Really stop red. Whatever works atm. by Michael Sevakis · 17 years ago
  64. deb9a83 Arrrgh. Fix red now. :\ by Michael Sevakis · 17 years ago
  65. e37044f Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later. by Michael Sevakis · 17 years ago
  66. 06a5299 Do some crackdown on kernel object reinitialization after they could be in use and use before initialization. For c200/e200: Be sure fat cache and ata locks are acquired in the proper order during hot swapping. Delay hotswap monitoring until after initial file mounting (address 2nd kobj concern + possible call of fat driver before init). by Michael Sevakis · 17 years ago
  67. 2f5a37d Fix newly introduced race condition in SD driver. Make sure to force remount in case two SYS_HOTSWAP_INSERTED messages are received in a row. Be sure flags are reset to re-initialize the SD-card. Go back to locking out driver access during disk mount/unmount attempts. by Michael Sevakis · 17 years ago
  68. d80246f Committed the missing file to r16632. by Miika Pekkarinen · 17 years ago
  69. 3da7d79 Keep those two empty lines. by Miika Pekkarinen · 17 years ago
  70. 52d827a FS#7598 - Dircache support for multivolume targets (by Phil Light). by Miika Pekkarinen · 17 years ago
  71. afde7f7 Add a note about Rockbox not running on Sansas v2 (FS#8477 by Marc Guay). by Dominik Riebeling · 17 years ago
  72. d3bf94f Add missing "Save Sound Settings" and "Save Theme Settings" description (FS#8541 by Marc Guay). by Dominik Riebeling · 17 years ago
  73. 6a6c820 m:robe 100 - remove ugly workaround for false initial voltage readings and wait until readings have settled instead by Robert Kukla · 17 years ago
  74. c194b38 pointers suck... spotted in IRC by Jonathan Gordon · 17 years ago
  75. 9603e4e D2: Fix IRAM usage, but disable it for now as Tremor does not fit ('make zip' works now). Fix duplicate CONFIG_LCD value. by Rob Purchase · 17 years ago
  76. 292f139 fix the last warning by Frank Gevaerts · 17 years ago
  77. a029060 remember to test a bit more when doing larger changes... by Frank Gevaerts · 17 years ago
  78. 5731d37 left USB_SERIAL enabled by default yet again... by Frank Gevaerts · 17 years ago
  79. 6092cba D2: Enable FAT16 support. Also disable tagcache for the time being. by Rob Purchase · 17 years ago
  80. f10f891 provide a debug menu item to virtually reinsert drives for usb storage when the player is back to normal after "ejecting" all drives by Frank Gevaerts · 17 years ago
  81. 7451330 make the usb storage driver handle hotswap correctly, and exit the usb screen once all drives are "ejected" (either as a command from the OS or physically) by Frank Gevaerts · 17 years ago
  82. 9d32b6a Accept FS #8704: fix a translation error in srpski.lang by Peter D'Hoye · 17 years ago
  83. 326d0ab make usb_serial work again. Also know as "make sure arrays are allocated at their correct size" by Frank Gevaerts · 17 years ago
  84. 59b5dfb Update Dutch translation by Peter D'Hoye · 17 years ago
  85. b9864b9 Updated italian translation. by Alessio Lenzi · 17 years ago
  86. 6f05899 don't do early usb detection on device with software stack. This doesn't work properly when booting while the device is plugged in to a power-only USB cable, and on sansa the microSD slot doesn't work here. by Frank Gevaerts · 17 years ago
  87. bc0f0cf ignore carriage returns in WPS files to avoid problems with cygwin/tortoisesvn by Robert Kukla · 17 years ago
  88. 80ec514 m:robe 100 - add target specific strings by Robert Kukla · 17 years ago
  89. 0035c91 Add M3 config file. by Jens Arnold · 17 years ago
  90. cdec67c Add iAudio M3 to configure. * Resolve 2 cases of duplicate target_id. The less supported targets got new IDs. by Jens Arnold · 17 years ago
  91. 2b7d48e Bugfix for new list implementation - correctly assign colours for remote LCDs (fixes wrong colours on X5 remote) by Dave Chapman · 17 years ago
  92. 67481f5 First step towards the iAudio M3 port: Make the 2bit vertically interleaved LCD driver code usable for main or remote. The M3 remote will be treated as the main LCD. by Jens Arnold · 17 years ago
  93. afd5c6a Fix (another) overflow when seeking in long WMA files. by Michael Giacomelli · 17 years ago
  94. c7052c3 When unsetting the proxy in the settings dialog unset the global proxy too. Update settings in prior to re-downloading the info files. by Dominik Riebeling · 17 years ago
  95. 191b7e8 Don't assume reading the duration field advances the buffer 12 bytes, instead check the return value and seek accordingly. Improves (fixes?) seeking in sample submitted by Lear. by Michael Giacomelli · 17 years ago
  96. 6ab1c90 FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Directory Cache (HAS_DIRCACHE). by Miika Pekkarinen · 17 years ago
  97. 7317139 Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver with the same pixelformat instead of duplicating everything. by Jens Arnold · 17 years ago
  98. ed8402c Sansa SD card driver: Simplify hotswap handling, and make it send the insert/remove events while filesystem access is blocked. Also use atomic GPIO bit manipulation where possible, and protect the interrupt level manipulation in the ISR from interrupts arriving at the same time. by Jens Arnold · 17 years ago
  99. bc092ad Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_reset (now nano can soft_reset too), 2) ignore error when setting advanced powermanagement, 3) fix minor bug where sleep mode flag was set even if the sleep command failed. by Peter D'Hoye · 17 years ago
  100. ae00bd6 AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what triggers the execution of this code, but this change stops some floating point math code from being linked. It looks like the right thing to do... by Magnus Holmgren · 17 years ago