summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* AMS Sansa: FS#10669 Reimplement Voltage scaling.Jack Halpin2009-10-15
| | | | | | Reimplement voltage scaling on AMS Sansas at 1.10v during unboosted operation to improve runtimes. The voltage is now also boosted during disk access if a µSD is present. This prevents the µSD problems we saw on the last implementation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23193 a1c6a512-1295-4272-9138-f99709370657
* Show track length too for tracks tagged with the discnumber tag in the database.Thomas Martitz2009-10-15
| | | | | | | Flyspray: FS#10677 Author: Andre Lupa git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23192 a1c6a512-1295-4272-9138-f99709370657
* FS#10554: Rockpaint: enable to set canvas size.Teruaki Kawashima2009-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23188 a1c6a512-1295-4272-9138-f99709370657
* Add support for detecting build version in a bzr checkout (for bzr-svn users).Torne Wuff2009-10-15
| | | | | | | From FS#10414 (by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23187 a1c6a512-1295-4272-9138-f99709370657
* Add myself to committers. HI!Torne Wuff2009-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23186 a1c6a512-1295-4272-9138-f99709370657
* Sansa Fuze & e200v2 : do not enable USBSTACK in the bootloaderRafaël Carré2009-10-15
| | | | | | Don't implement usb_enable() is HAVE_USBSTACK is not defined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23185 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMS USB driver : still not workingRafaël Carré2009-10-15
| | | | | | | | | | | Implement usb_enable() Reorder/Modify usb_drv_init() to match closer the OF and remove a freeze (USB registers were accessed before the USB module was enabled) Add a panic in USB isr to be sure we notice when it's called Reset GPIOA direction for usb_detect() to notice extraction Add some comments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23184 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMS SD driver: cleanup defines and commentsRafaël Carré2009-10-15
| | | | | | | | | | | | | | | Remove useless E200V2 || FUZE || C200V2 : all those models have MULTIDRIVE and/or HOTSWAP defined and have no specific difference. Correct some comments Remove HAVE_MULTIDRIVE within HAVE_HOTSWAP since HOTSWAP imply MULTIDRIVE Change HOTSWAP to MULTIDRIVE where needed Use NUM_DRIVES in sd_num_drives() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23180 a1c6a512-1295-4272-9138-f99709370657
* Remove private memcpy wrapper that is no longer needed since r19847 and may ↵Nils Wallménius2009-10-14
| | | | | | cause issues with newer gcc versions, inspired by patch in FS#10676 by Duy Nguyen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23178 a1c6a512-1295-4272-9138-f99709370657
* Working Nano2G UI sim. UI-ipodnano2g.bmp courtesy of Marianne Arnold, based ↵Dave Chapman2009-10-14
| | | | | | on her SVG for the manual. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23176 a1c6a512-1295-4272-9138-f99709370657
* Fix a compiler warning showing up with newer gcc versions.Dominik Riebeling2009-10-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23175 a1c6a512-1295-4272-9138-f99709370657
* Add cache index file to HttpGet class to maintain a list of hash - file ↵Dominik Riebeling2009-10-14
| | | | | | origin mappings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23174 a1c6a512-1295-4272-9138-f99709370657
* Don't trace every device in the machine when scanning for USB devices on ↵Dominik Riebeling2009-10-14
| | | | | | Windows. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23173 a1c6a512-1295-4272-9138-f99709370657
* Whoops, I had that warning turned off locally.Thomas Martitz2009-10-14
| | | | | | See http://www.rockbox.org/irc/log-20091014#08:40:11 gcc warns on that one (it's perfectly valid code). It doesn't warn if you do this on plain arrays and since I have had this warning disabled I thought it would not warn on arrays of structs also. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23172 a1c6a512-1295-4272-9138-f99709370657
* Remove wps_reset(), and rename skin_data_init to skin_data_reset() and ↵Thomas Martitz2009-10-14
| | | | | | | | | extend it to zero most of the wps_data members. As these are called when parsing a skin it doesn't need to be called by the wps or settings, so make it local to skin_parser.c. Reorder the members of struct wps_data for more effecient alignment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23171 a1c6a512-1295-4272-9138-f99709370657
* Full set of 2nd gen Nano images for a manual (svg, png and pdf).Marianne Arnold2009-10-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23166 a1c6a512-1295-4272-9138-f99709370657
* Add the left brace again that was unintentionally lost.Dominik Riebeling2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23165 a1c6a512-1295-4272-9138-f99709370657
* Fix building Rockbox Utility when using newer versions of libspeex.Dominik Riebeling2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23164 a1c6a512-1295-4272-9138-f99709370657
* Changes to make the Nano2G sim build. It is still missing a UI-ipodnano2g.bmpDave Chapman2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23163 a1c6a512-1295-4272-9138-f99709370657
* rbutil: rework and rename the "dont overwrite talkfiles" option so it really ↵Dominik Wenger2009-10-13
| | | | | | generates only new Talkfiles. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23162 a1c6a512-1295-4272-9138-f99709370657
* The Nano2G also qualifies for HAVE_WHEEL_POSITIONDave Chapman2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23161 a1c6a512-1295-4272-9138-f99709370657
* Changes to build a Nano2G manual. It is now just missing the ↵Dave Chapman2009-10-13
| | | | | | ipodnano2g-front.* images git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23160 a1c6a512-1295-4272-9138-f99709370657
* Add HAVE_SCROLLWHEEL for the Nano2G, as they have a scrollwheel.Dave Chapman2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23159 a1c6a512-1295-4272-9138-f99709370657
* rbutil: split tts.cpp/h into individual files.Dominik Wenger2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23158 a1c6a512-1295-4272-9138-f99709370657
* USB: Use explicit casting when setting wTotalLength field in descriptorTomer Shalev2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23157 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMS PCM : replace buggy and confusing one-linerRafaël Carré2009-10-13
| | | | | | | | | | | | | | The bits which are not divider (i2si/i2so enable and clock selection) would be unset. This is not a problem in the current code since this function was always called before starting playback (and setting those bits) but this might be a problem when recording is enabled. Finally it is simpler to read. Thanks to Fred Bauer for pointing this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23156 a1c6a512-1295-4272-9138-f99709370657
* Add ipodnano2gDave Chapman2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23155 a1c6a512-1295-4272-9138-f99709370657
* Fix Nano2G bootloader installation - no longer assume that the OSOS image is ↵Dave Chapman2009-10-13
| | | | | | the first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23154 a1c6a512-1295-4272-9138-f99709370657
* rbutil: YH820 Unstable supportRafaël Carré2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23153 a1c6a512-1295-4272-9138-f99709370657
* brickmania: There are only 9 powerupsRobert Kukla2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23151 a1c6a512-1295-4272-9138-f99709370657
* Fixed a confusing typoMichael Sparmann2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23150 a1c6a512-1295-4272-9138-f99709370657
* Re-commit r23070 - reboot to disk mode on the Nano2G when USB is inserted. ↵Dave Chapman2009-10-13
| | | | | | This was accidentally reverted in r23099 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23148 a1c6a512-1295-4272-9138-f99709370657
* Fix iPod Nano 2G charging detectionMichael Sparmann2009-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23146 a1c6a512-1295-4272-9138-f99709370657
* Don't touch the clocks in Nano2G bootloader - this breaks the Apple firmware ↵Dave Chapman2009-10-13
| | | | | | (audio playback didn't work). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23143 a1c6a512-1295-4272-9138-f99709370657
* ipodpatcher and rbutil support for the Nano2G - FS#10609 with a few further ↵Dave Chapman2009-10-13
| | | | | | changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23142 a1c6a512-1295-4272-9138-f99709370657
* rbutil: store the voice language in the correct setting.Dominik Wenger2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23141 a1c6a512-1295-4272-9138-f99709370657
* fix a redraw bug when a static token (like %C) is the only token on a ↵Jonathan Gordon2009-10-12
| | | | | | sub/line.. hopefully no bad sideeffects... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23140 a1c6a512-1295-4272-9138-f99709370657
* Nano2G bootloader - fix dual-booting the Apple firmware.Dave Chapman2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23139 a1c6a512-1295-4272-9138-f99709370657
* Replace a couple of magic numbers with the appropriate constants.Rob Purchase2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23138 a1c6a512-1295-4272-9138-f99709370657
* AMS Sansa: Remove BUSWIDTH and BLOCKLEN commands and revise strategy for ↵Jack Halpin2009-10-12
| | | | | | | | | | | | High Speed SD Card. We are unable to successfully put the pl180 controller into 4 bit mode so we should not put the cards into widebus mode for now. The blocklength is hardcoded to 512 in sd.c and BLOCKLEN defaults to 512 so this command is not needed. It appears the internal SD card is not HS capable but sending it the HS switch command does not seem to hinder it's init process. Assume all SD_V2 cards are HS capable and send them the HS switch command. If View disk info shows 50.0 MBit/s the card has HS timings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23137 a1c6a512-1295-4272-9138-f99709370657
* Change the Windows crosscompiling logic:Jonas Häggqvist2009-10-12
| | | | | | | | | | - It is now an option under (A)dvanced. - Configure will look through PATH for a sdl-config of a crosscompiled SDL. - It should now in theory work on other platforms besides Linux. Untested. - Should be easy to adapt to also work for the database and checkwps tools. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23136 a1c6a512-1295-4272-9138-f99709370657
* fix yellowNils Wallménius2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23135 a1c6a512-1295-4272-9138-f99709370657
* Fix typo from r19579 that prevented this code from building, avoid copying ↵Nils Wallménius2009-10-12
| | | | | | lang strings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23134 a1c6a512-1295-4272-9138-f99709370657
* Move to only CC-BY-SA 3.0 for future changes.Jonas Häggqvist2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23133 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev2009-10-12
| | | | | | | | | of the line Thanks to Teruaki Kawashima (teru) for providing this solution git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23132 a1c6a512-1295-4272-9138-f99709370657
* Clear up theme licensing:Jonas Häggqvist2009-10-12
| | | | | | | | | | | | - All theme authors have been contacted and agreed to relicense their theme under the CC-BY-SA 3.0 unported license. - Themes can still be used as GPLv2 or later if you like. - The marquee theme is removed, as the author couldn't be contacted. - An AUTHORS and COPYING file is added, containing a list of authors and the full license text, respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23131 a1c6a512-1295-4272-9138-f99709370657
* New plugin theme_remove which offers a way to remove specified theme.Teruaki Kawashima2009-10-12
| | | | | | | | | See the manual for usage. Flyspray: FS#10187 Author: myself, manual by David Kauffmann git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23130 a1c6a512-1295-4272-9138-f99709370657
* S5L870x: Implement pcm_play_dma_get_peak_bufferMichael Sparmann2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23129 a1c6a512-1295-4272-9138-f99709370657
* Ditch additional copyright notice quoted from iBugger.Michael Sparmann2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23128 a1c6a512-1295-4272-9138-f99709370657
* Fix the yellow againMichael Sparmann2009-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23127 a1c6a512-1295-4272-9138-f99709370657