- d715f79 Remove redundant init call. by Magnus Holmgren · 17 years ago
- d055ffe Refine information and macros for clock skipping. Not functional changes. by Jens Arnold · 17 years ago
- 9a946f6 Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA files after a reboot. by Michael Giacomelli · 17 years ago
- 8f46406 Fix cut'n'pasterelated yellows. by Rob Purchase · 17 years ago
- b14c2de D2: Charging detection, plus basic PCF50606 interrupt handler. by Rob Purchase · 17 years ago
- 660dbac Make a couple of private functions static by Nils Wallménius · 17 years ago
- a7af9e4 Add GPIO manager. Get the PMIC interrupt handling working (along with power button and HP detect). Add some reg field defined instead of using raw numbers. Add PMIC info to debug ports screen. Refine PMIC driver ops a little bit. by Michael Sevakis · 17 years ago
- ddfd787 D2: Implement battery voltage readout from PCF50606 (levels not yet calibrated). Adjust I2C delay to ensure this also works when boosted. by Rob Purchase · 17 years ago
- 84dc8d2 Move a function to gwps-common.c because it belongs there by Nils Wallménius · 17 years ago
- fef8255 Optimise some more line drawing calls. by Jens Arnold · 17 years ago
- b6213bb Optimise line drawing calls. by Jens Arnold · 17 years ago
- 00ac809 LCD drivers: * Automatically optimise horizontal and vertical lines drawn via _drawline(), with debug message to show possible optimisations in the caller. * Get rid of the extra ICODE function declarations by putting the attribute into the definition. by Jens Arnold · 17 years ago
- 02eb1d8 FS#8871 by Tomasz Wasilczyk, avoid negative runtime estimation (that would later be cast to an unsigned giving huge values by Nils Wallménius · 17 years ago
- ef97db1 Big oops. Fix enum spi_module_number to set right enum values. :p. by Michael Sevakis · 17 years ago
- b70239e D2: Remove USB detection as it's not actually on GPIOC26 (that's a charging indicator). Remove those warnings as I'm well aware USB isn't implemented. by Rob Purchase · 17 years ago
- 7387a04 sync with key list with mi4code and add the single mi4 key it had but this by Daniel Stenberg · 17 years ago
- 2841b8d A tiny bit of cleanup afterwards... save a few bytes by storing the 'Rockboxed' greyscale bitmaps as 4-bit. by Marianne Arnold · 17 years ago
- 606d7af Finish bitmap strips work - convert the rest of the 'Rockboxed' WPS (bigger colour displays). Similar changes as in the previous Rockboxed commits: integrate statically loaded bitmaps into the background and delete the now unused bitmaps, remove the unnecessary coordinates in the backdrop tag, add missing codec names, volume and battery icons now with one graphic (part of a strip) per status which simplifies the code, rename sl-* to shuffle-* and hd-* to lock*- bmps. Correct mime-type for all image files. * Don't forget to clean up the 'Rockboxed' directory... by Marianne Arnold · 17 years ago
- eb020fa 'Rockboxed' theme: while working on the bitmap strips for the bigger colour displays I noticed that they had an image for 'unknown' or broken battery state. Even though it's probably seldom displayed at all, I thought other ports could have it too. Only the small colour ones for now because I had no idea how to 'translate' this style into a mono or greyscale icon. by Marianne Arnold · 17 years ago
- 6e32c6e In preparation of the last part of the 'Rockboxed' overhaul - get rid of orphaned files that only clutter the SVN directory. These graphics weren't used anywhere anymore hence not included in the builds. by Marianne Arnold · 17 years ago
- 57742e0 Add a "View I/O Ports" screen for imx31. Show all GPIO contents. by Michael Sevakis · 17 years ago
- 97e6119 iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just attempt to remove it for this one. Works for me on 5.5g. by Michael Sevakis · 17 years ago
- 0b1d7e7 Serial driver for imx31. Perhaps not 100% but maybe 80-90% (future developments will tell). Factor-out the mc13783 stuff and make that driver a layer above the SPI. TODO: start processing PMIC interrupts. Start a clkctl API for imx31 (we'll see if this sticks around but it seems reasonable here). Misc. stuff for convenience/neatness. by Michael Sevakis · 17 years ago
- f46a753 mi4 key for the Philips GoGear SA9200 (PP5024). Let the fun begin... by Mark Arigo · 17 years ago
- 7147e47 FS#8861 - More Rockbox friendly MazezaM (by Malcolm Tyrrell) by Robert Kukla · 17 years ago
- 9074a28 Next chapter of 'Bitmap strips for Rockboxed': the greyscale versions and the ports which use 'small colour' icons (c200 and small H10). To get rid of some more bitmaps I put statically loaded bitmaps into the already existing backdrop, but one of these files can't be deleted yet because it's used in other colour version (will be done once this is ready). Also remove the unnecessary coordinates in the backdrop tag and add the missing codecs in the codec conditional. The volume and battery icons are now made of one graphic (part of a strip) for each step of the conditional, the combining of small images made a really confusing wps code and isn't helpfull anymore (I think it was done to reduce the amount of files in the svn directory...). Also rename the sl-* bmps to shuffle-* and the hd-* to lock-* bmps. - Don't forget to clean up your 'Rockboxed' directory. by Marianne Arnold · 17 years ago
- 879c074 Properly clear clear-on-write bits in the PP502x USB controller by Bertrik Sikken · 17 years ago
- 10080b8 decrease the risk of an overflow due to typecase from unsigned to signed by Daniel Stenberg · 17 years ago
- bf8e999 Fix typo in the description of the %Sp tag by Dave Chapman · 17 years ago
- 59875c3 and fix yet another picky warning by Daniel Stenberg · 17 years ago
- 5d62f2c oops by Daniel Stenberg · 17 years ago
- 1031a57 make the compiles A LOT more picky and pedantic by Daniel Stenberg · 17 years ago
- afecfe4 cleanup code for picky compiler warning options by Daniel Stenberg · 17 years ago
- f8f1f3e First part of converting the 'Rockboxed' theme to using bitmap strips - the *-mono-small bitmaps which are used in the Archos port. While at it enable the already existing but so far unused locked-icon and combine small statically loaded bitmaps into one (only named bg-mono-small because it's not a full screen background picture as in other versions). Three bitmaps are now placed 1 or two pixels to the right to make it look a little more balanced. Also drop some possibilities in the codec conditional which made no sense at all even if things would change a _lot_, but it could also be cleaned up further. * Delete the 'Rockboxed' directory on the player before updating... by Marianne Arnold · 17 years ago
- 159f8ee D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW treble/bass). Untested, but harmless. by Rob Purchase · 17 years ago
- 791e092 Slight readability improvements by Nils Wallménius · 17 years ago
- 183dbbd FS#8738 - move the progress bar to the bottom of the screen (fixes FS#8736 - "fake" progress bar when deleting a folder overlaps the text since r16527) by Robert Kukla · 17 years ago
- 49236bb Change HMAC-SHA1 implementation to the one taken from gnulib, which by Maurus Cuelenaere · 17 years ago
- ab796a2 Set svn keywords by Nils Wallménius · 17 years ago
- 8dca930 Some small binsize savings by Nils Wallménius · 17 years ago
- 8fef5a6 Fix red + introduce new defines for DM320 targets by Maurus Cuelenaere · 17 years ago
- c02b183 Add DM320 I²C driver, although not (yet) enabled in the sources. by Maurus Cuelenaere · 17 years ago
- 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 17 years ago
- ae64d26 more code policing to stop warnings when built with -W -Wall by Daniel Stenberg · 17 years ago
- f617ba4 fix FS#8860 - File browser context menu shows unnecessary items in an empty directory by Robert Kukla · 17 years ago
- afc39fb Code Policing by Daniel Stenberg · 17 years ago
- 49e6a29 Code Police raid: -W -Wall cleansing by Daniel Stenberg · 17 years ago
- 3e62800 include string.h for the memory functions to fix yellows by Daniel Stenberg · 17 years ago
- 0c23c66 Fix yellow by Maurus Cuelenaere · 17 years ago
- e810721 First commit: by Maurus Cuelenaere · 17 years ago
- 5a3651b welcome Maurus Cuelenaere! by Daniel Stenberg · 17 years ago
- 18fc7fd Remove FRACMUL_8_LOOP macro. This only benefited Coldfire, and we have assembler routines for the gain function there now. by Thom Johansen · 17 years ago
- 2fee08a D2: Implement power-off by putting the PCF50606 to sleep (and reduce timeout to 10 ticks). Set PCF outputs on init as per OF. Fix erroneous BOOTDIR definition and make HW Info screen show some more useful info. by Rob Purchase · 17 years ago
- de65d06 m:robe 100 - more greyscale screenshots for the manual by Robert Kukla · 17 years ago
- 66427c3 Remove ACC_INIT, ACC and GET_ACC macros. These were quite Coldfire-centric macros which really aren't needed since all performance sensitive target DSP code should be assembler anyway. by Thom Johansen · 17 years ago
- 43def52 m:robe - build doom plugin by Robert Kukla · 17 years ago
- 9de7def Add iaudio_bl_flash.{c,h} to svn:ignore. by Nicolas Pennequin · 17 years ago
- 306652c it's #else not #elif (fix red) by Robert Kukla · 17 years ago
- ff554e0 m:robe 100 - make screendump work for greyscale and add screenshots for the manual by Robert Kukla · 17 years ago
- f4deea6 D2: Update dual boot to use the hold switch. Update bootloader to show messages until HOLD released, keep holding POWER to show old debug screen (these modes will eventually be removed). by Rob Purchase · 17 years ago
- d741174 Make the TCC780x ADC driver work again in the bootloader. by Rob Purchase · 17 years ago
- 1317ebb m:robe 100: a few button defines and other greyscale related changes by Robert Kukla · 17 years ago
- 9c32dde This TODO is no longer todo... by Jens Arnold · 17 years ago
- ece0312 Make the greyscale library work on the m:robe 100. Testing on target done by Robert Kukla & Dominik Riebeling. by Jens Arnold · 17 years ago
- ca7a98b Some other minor fixes to accent with italian TTS. by Alessio Lenzi · 17 years ago
- 06c199e Some more debug output disabling. by Nicolas Pennequin · 17 years ago
- e92c176 r17018 caused the WPS playlist index display to be wrong with shuffled enabled, so we revert to using playlist_get_display_index() on HWCODEC. Using id3->index would require something like what was added in r3726. by Nicolas Pennequin · 17 years ago
- feb3b58 explicitly align the ibss section by adjusting _iramend - fixes hang on m:robe (and potential problem on other arm targets) by Robert Kukla · 17 years ago
- 0840e1b Remove unused playlist_checkend(), it really should never be needed. by Steve Bavin · 17 years ago
- 6ff8f6a Use file_exists instead of duplicating what it does. by Nicolas Pennequin · 17 years ago
- ac313ab Best use C, not C++ by Steve Bavin · 17 years ago
- 3273418 Fix building the manual on ubuntu (dash issue again). Also, make credits file generation a bit nicer. by Dominik Riebeling · 17 years ago
- 799e948 Remove some more simulator debugging output. by Steve Bavin · 17 years ago
- 977069a Bring the WPS playlist index display into sync with the track being played by using the index field of the ID3 info struct instead of directly asking the playlist code. by Nicolas Pennequin · 17 years ago
- 95f7b4d Hopefully fix FS#8506 (OF cant be loaded on some PP targets). also hopefully fixes usb detection for at least e200 by Jonathan Gordon · 17 years ago
- 5d4c7d7 Fix typo in description of LANG_PLAYLISTS (basically FS#8496 minus the unrelated changes in the patch). by Nils Wallménius · 17 years ago
- ce08cdb Patch FS#8857 by Justin Hannigan - Correct Gigabeat instructions for Bubbles by Linus Nielsen Feltzing · 17 years ago
- 82dc817 Make the WMA decoder less noisy in the sim. by Michael Giacomelli · 17 years ago
- c6bbb0f Fix sim for now. Eventually I should change the decoder to error out if theres a problem allocating huffman tables. by Michael Giacomelli · 17 years ago
- 231f0c2 Let the console know when the huffman tables have overflown. This should never happen. by Michael Giacomelli · 17 years ago
- 4a80807 Amazingly, I've only been initing about 1/2 the huffman table entries needed to actually decode a WMA file for the last 8 months and yet somehow never noticed. Fixes FS#8713, FS#8606 and probably a lot of other files. by Michael Giacomelli · 17 years ago
- 1aaa89a Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200.c. How'd that happen? by Michael Sevakis · 17 years ago
- 2f9f34e Better sansa shutdown sequence in power_off. by Michael Sevakis · 17 years ago
- 1d4d41d This one bmp that's now part of a bitmap strip hid a mong those x. y. z.bmps. It's not needed in the iAmp directory anymore so delete... by Marianne Arnold · 17 years ago
- b1a49f8 Save a couple of bytes by using moveq.l where possible. by Jens Arnold · 17 years ago
- 9737fc7 Iriver remote LCD driver: * Split out assembler parts. * Reintroduced the 2 transfer routine variants (low/high CPU clock), and made the version for high CPU clock a little slower because there were problems reported. The function can be slowed down more if there are still problems. by Jens Arnold · 17 years ago
- 01eb385 Bitmap strips for the iAmp theme with the necessary chanes to the .wps files. Add the missing codec icons and one small repeat icon, give 2 bitmaps an a little bit saner name ('l.bmp' > 'line.bmp' and 'i.bmp' > 'iAmp.bmp') and a little bit of code rearrangement for better readability. Proper mime-type for all and hopefully on first try this time. * Delete the iAmp directory on your player if you want to get rid of unused files. by Marianne Arnold · 17 years ago
- 5d23052 Toss-in a Gigabeat S keymap for pegbox. #error for an unsupported map. by Michael Sevakis · 17 years ago
- fdb1028 Really fix the red this time, I hope. by Nicolas Pennequin · 17 years ago
- 6bef4f6 Oops. Fix red. by Nicolas Pennequin · 17 years ago
- 6aa36c6 Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It could be made smaller by taking out some special cases, but I'm leaving them in for now because size isn't really a concern until we decide to move it into the core (if we ever do). test_resize now allows to choose between both resize methods for comparison. sliding_puzzle is made to use the smooth scaling. by Nicolas Pennequin · 17 years ago
- 9ba80c9 Get device-specific code out of init_threads and add core_thread_init to be implemented for multicore devices. by Michael Sevakis · 17 years ago
- c2a01fd rbutil: another misplaced connect call. by Dominik Wenger · 17 years ago
- 86a5d62 rbutil: ups moved a connect to the wrong place. by Dominik Wenger · 17 years ago
- b235b13 rbutil: move many more connect calls, mainly for safety. by Dominik Wenger · 17 years ago
- 94d65d8 when resolving filenames also take system and hidden files into account. by Dominik Riebeling · 17 years ago
- 1b63775 rbutil: fix complete install: make sure signals are connected before calling the function emiting the signal. by Dominik Wenger · 17 years ago
- a0e6641 progress indication should start at 1, not 0. by Dominik Riebeling · 17 years ago
- c3969ed create an UnZip derived class for zip file extraction to allow showing progress while unzipping. Makes the unzip process somewhat interruptable and the UI more responsible. by Dominik Riebeling · 17 years ago
- 5076dca Oops: don't report an error during cache initialization if the cache folder already exists. by Dominik Riebeling · 17 years ago