- dfcb85e chinachippatcher: convert to use libtools.make. by Dominik Riebeling · 13 years ago
- 17a0c83 Break some long lines. by Dominik Riebeling · 13 years ago
- 2b648d3 revert pcfg5060x part of r31279 by Rafaël Carré · 13 years ago
- 67d9c42 SOURCES: remove duplicate entries by Rafaël Carré · 13 years ago
- 33467a6 move back CPU specific code outside of #ifndef SIMULATOR by Rafaël Carré · 13 years ago
- 08fd8ad configure: factorize -D${target} by Rafaël Carré · 13 years ago
- 82c998e firmware/SOURCES: factorize #ifndef SIMULATOR by Rafaël Carré · 13 years ago
- 0180a1c Oops, fixed the wrong line by Amaury Pouly · 13 years ago
- 8632f95 Remove two useless variable and hopefully finally fix red by Amaury Pouly · 13 years ago
- 5ab697e Really fix red by Amaury Pouly · 13 years ago
- 8536382 Fix red by Amaury Pouly · 13 years ago
- 2630ab9 Fix debug compilation of enc_base.h: define H_TO_BE32 as htobe32 by Amaury Pouly · 13 years ago
- 3a6e3c2 Add support for for per-drive logical sector size. This allows targets to have a different logical sector size for the internal storage and the sd card, like on the fuze+ for example. by Amaury Pouly · 13 years ago
- 39148be imx233: fix to typo and remove a forgotten panic by Amaury Pouly · 13 years ago
- 489296a imx233/fuze+: add support for sd card, enable FAT16 support because it's common on sd cards by Amaury Pouly · 13 years ago
- ddd594b Sansa Connect: Use sleep() instead udelay() in AVR spi_txrx. by Tomasz Moń · 13 years ago
- 89aec97 usb-s3c6400: 0x10000000 (bit 28) is DEPCTL_setd0pid by Rafaël Carré · 13 years ago
- fc8d4b2 usb-s3c6400: fix error introduced r31222 by Rafaël Carré · 13 years ago
- 2026c95 Commit the ascodec-as3525.c/ascodec-target.h changes from FS#12452 that keep ascodec_read/write_pmu from keeping interrupts disabled for the full duration of two I2C transfers, which can contribute to I2S PUSH/POP FIFO under/over-flows. 'Tis peppered with a couple interrupt safety mods as well. by Michael Sevakis · 13 years ago
- 47bade1 Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always used as events to indicate cable state. USB_HOSTED is posted to indicated that a host was detected. by Michael Sevakis · 13 years ago
- 911a355 Pass version when building libmktccboot for Rockbox Utility. by Dominik Riebeling · 13 years ago
- b52a9cc mkimxboot: use common Makefile. by Dominik Riebeling · 13 years ago
- 0d4af18 Rockbox Utility: pass BUILD_DIR to libs Makefiles. by Dominik Riebeling · 13 years ago
- 6b8f0b0 mkmpioboot: use common Makefile. by Dominik Riebeling · 13 years ago
- 2993738 libucl: allow cross compiling via CROSS as well. by Dominik Riebeling · 13 years ago
- b24e562 Initial common Makefile for Rockbox Utility tools / libs. by Dominik Riebeling · 13 years ago
- 8e6030c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. by Boris Gjenero · 13 years ago
- 273fbad Clipv2: fix buttons broken by me in r31235 by Rafaël Carré · 13 years ago
- b366d63 Sansa AMSv2: don't panic if microsd init failed by Rafaël Carré · 13 years ago
- 5b8ed62 FS#12443: Implement downmixing to stereo for multichannel flac. by Andree Buschmann · 13 years ago
- 6b45019 Correct decorrelation within flac decoding. Finally fixes FS#12371. by Andree Buschmann · 13 years ago
- d985d65 usb-drv-as3525v2: make it look more like usb-s3c6400 by Rafaël Carré · 13 years ago
- 3042c44 disktidy: clean more Sansa AMS OF files by Rafaël Carré · 13 years ago
- 02c5b3b Sansa AMSv2: enable usb storage in bootloader by Rafaël Carré · 13 years ago
- b73dd01 usb-s3c6400: fix confusion between USB_DIR_IN and DIR_IN by Rafaël Carré · 13 years ago
- 13f1b08 Allow scrolling lines to have their content changed without restarting the scroll line. This means skin lines with dynamic tags can be updated in realtime instead of delayed by Jonathan Gordon · 13 years ago
- b3caa01 Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centered by Jonathan Gordon · 13 years ago
- bfd69f2 Fix the real issue with AMS bootloader USB mode. A call to usb_enable was missing in usb.c when using the USB stack and USB_DETECT_BY_CORE was not enabled. Try to do it in a clean-ish way. by Michael Sevakis · 13 years ago
- 7af94b4 usb-drv-as3525v2: cosmetics by Rafaël Carré · 13 years ago
- e062c7a usb-drv-as3525v2: simplify usb_reset isr by Rafaël Carré · 13 years ago
- 26b31f1 usb-s3c6400: make isr more clear by Rafaël Carré · 13 years ago
- 845cd59 Sansa AMS: fix usb in bootloader by Rafaël Carré · 13 years ago
- 404c6bb disktidy: don't use "abort" for variable name as it might conflict by Rafaël Carré · 13 years ago
- d991a28 disktidy.config: add a preset for Sansa AMS OF files by Rafaël Carré · 13 years ago
- 1648441 disktidy: simplify by Rafaël Carré · 13 years ago
- 3b00460 usb-s3c6400: fix more index / endpoint number confusion by Rafaël Carré · 13 years ago
- 9c19e87 Remove duplicate entry in russian translation. by Dominik Riebeling · 13 years ago
- dfff885 Sansa Clip: simplify matrix key scan by Rafaël Carré · 13 years ago
- 744adcb imx233: add comment about block reset by Amaury Pouly · 13 years ago
- 1096cc0 usb-s3c6400: fix endpoint array traversal in interrupt handler by Rafaël Carré · 13 years ago
- a60463e usb-drv-as3525v2.c: simplify by Rafaël Carré · 13 years ago
- 9e8590a usb-drv-as3525v2.c: simplify a lot by Rafaël Carré · 13 years ago
- 8afdad6 fix red by Rafaël Carré · 13 years ago
- e4bee2b usb-s3c6400 : simplify by Rafaël Carré · 13 years ago
- 1afe280 usb-drv-as3525v2: use correct input endpoint list size by Rafaël Carré · 13 years ago
- ff0ba04 fix previous commit by Rafaël Carré · 13 years ago
- 3183010 AMSv2: enable USB by Rafaël Carré · 13 years ago
- 5c81130 usb-drv-as3525v2: don't include ep0 twice in the IN ep list by Rafaël Carré · 13 years ago
- 89fa72f usb-s3c6400: merge DIEP* and DOEP* in a macro with an extra parameter by Rafaël Carré · 13 years ago
- fdcfc8a s5l870x: use usb-s3c6400 defines by Rafaël Carré · 13 years ago
- c1d789a usb-s3c6400x.c: use defines instead of hardcoded bitfields by Rafaël Carré · 13 years ago
- 9c31062 usb-drv-as3525v2.c: cosmetics by Rafaël Carré · 13 years ago
- bc943a0 Move usb-s3c6400 register comments to usb-s3c6400.h by Rafaël Carré · 13 years ago
- 62e0cdc amsinfo: save files with .bin extension by Rafaël Carré · 13 years ago
- 184459f Deal with a complication when transferring recording method from PP5024: since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases. by Michael Sevakis · 13 years ago
- 5c1e936 Manual: Minor typesetting fixes by Alexander Levin · 13 years ago
- 685101b Belatedly adding myself to COMMITTERS in alphabetical order by Nick Peskett · 13 years ago
- c6abe99 Belatedly adding myself to COMMITTERS by Nick Peskett · 13 years ago
- 5450219 Manual: Clarification of cuesheet file name and location by Nick Peskett · 13 years ago
- 5515a7a RDA5802 tuner: use channel spacing of 100 kHz when possible (instead of always 50 kHz) by Bertrik Sikken · 13 years ago
- 6119f48 Manual: Add the description of the sleep timer related settings for non-rtc targets by Alexander Levin · 13 years ago
- 2b3bb1e Roll back the latest mpc upstream sync as this introduced a regression. Fixes FS#12429. by Andree Buschmann · 13 years ago
- 4894363 Add talk support to the shortcuts menu. by Jonathan Gordon · 13 years ago
- c251358 Closing recording before initializing it the first time isn't needed and may also interfere with playback. Remove audio_close_recording call upon first entering recording screen. by Michael Sevakis · 13 years ago
- f7c731d FS#12439 by Nick Prekett. Fix mention of recording directory in the manual. by Michael Giacomelli · 13 years ago
- a6653a9 Fix decoding of multichannel flac, refactor sample buffer handling and decorrelation (taken from ffmpeg sources) and add some flac details to the manual. Solves FS#12371. by Andree Buschmann · 13 years ago
- 09722dd thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. by Michael Sevakis · 13 years ago
- 32d2cb3 Prepare new, unofficial pandora build by Thomas Jarosch · 13 years ago
- c0c5a13 Pandora port: Fix borked compile flags by Thomas Jarosch · 13 years ago
- 0124d7b Silence gcc warning by Thomas Jarosch · 13 years ago
- 752dd5c Prepare new, unofficial maemo build by Thomas Jarosch · 13 years ago
- e6819b9 FS#12373 - Patch for Spanish translation by Francisco Vila by Bertrik Sikken · 13 years ago
- 7cba6f6 FS#12394 - Update of the European Portuguese language by Gabriel Maia by Bertrik Sikken · 13 years ago
- 95280e0 FS#12434 - Serbian translation update by Ivan Pesic by Bertrik Sikken · 13 years ago
- 5dd1420 Quick-fix for r31197 by Bertrik Sikken · 13 years ago
- ce4ec80 FS#12437 - Updated Croatian translation by Ante Maretic by Bertrik Sikken · 13 years ago
- 75f2e45 AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before rebooting by Bertrik Sikken · 13 years ago
- c9a8031 mkamsboot: add support for sansa clip zip firmware version v1.01.18 by Bertrik Sikken · 13 years ago
- 8187115 Fix release notes link by Frank Gevaerts · 13 years ago
- 07cfc30 lcd_blit_yuv(): don't use weak attribute when building for windows by Rafaël Carré · 13 years ago
- 11b661e Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaël Carré for pointing this out. by Boris Gjenero · 13 years ago
- 33d3f05 Nokia N900: Increase the number of samples for the software mixer by Thomas Jarosch · 13 years ago
- 9d9d867 Nokia N900: Implement pcm_play_lock() / pcm_play_unlock() by Thomas Jarosch · 13 years ago
- 8906b3e Convert remaining __attribute__((noreturn)) to NORETURN_ATTR. by Boris Gjenero · 13 years ago
- 59e71ee Introduce USED_ATTR wrapper for __attribute__((used)). by Boris Gjenero · 13 years ago
- 9653ae3 Manual: Some minor corrections to the 'Shortcuts' section by Alexander Levin · 13 years ago
- 08d4252 Add STORAGE_INIT_ATTR to some target-specific ATA functions. by Boris Gjenero · 13 years ago
- 5ffd2f7 Various adjustments for MSVC. by Dominik Riebeling · 13 years ago
- d2c1ece Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of the recording engine interface. Leave the low-level DMA error defines in pcm.h. by Michael Sevakis · 13 years ago
- 5af1e2f Add a second boost condition to the recording PCM buffer to boost the CPU when 75% full or more. This is especially important for small memory when the 1-second condition frequency cannot be reached. by Michael Sevakis · 13 years ago