- 0b885f2 imx233: print rockbox version in bootloader by Amaury Pouly · 13 years ago bootloader_fuzeplus_v1
- 84b97dd fuze+: remove two_finger pseudo touchpad button because it was unrealiable, update keymap to remove akward mappings by Amaury Pouly · 13 years ago
- 4fe6963 imx233: implement core_sleep by Amaury Pouly · 13 years ago
- 4e8320d i.MX31: Rename something by Michael Sevakis · 13 years ago
- d56daa1 i.MX31: Silly little change to enable/disable a SPI by Michael Sevakis · 13 years ago
- 0726b17 Clarify in what units the settings.sleeptimer_duration is by Alexander Levin · 13 years ago
- 3074b64 Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.c by Nick Peskett · 13 years ago
- fdcf5e4 Sansa Connect: Set unknown GIOs to state with lowest power consumption. This slightly improves runtime. by Tomasz Moń · 13 years ago
- 5dba771 Option to restart running sleep timer on keypress. by Nick Peskett · 13 years ago
- 57a0ebb Rockbox Utility: recognize Nano 6th gen as unsupported device. by Dominik Riebeling · 13 years ago
- 2ecaca9 New General Settings submenu: Startup/Shutdown by Nick Peskett · 13 years ago
- 3bc771d Revert r31239 and r31250. Selecting ALL in disktidy used to be generally safe for most people, and these changes change that, making it easy to delete most or all of a user's music. This is a *very* bad idea. by Frank Gevaerts · 13 years ago
- cf04cf3 Fix missing include. by Thomas Martitz · 13 years ago mkamsboot_1.5
- 7a7eca6 Unify a bit. by Thomas Martitz · 13 years ago
- 20b662a rbpaths: Add new special dir HOME_DIR for RaaA. by Thomas Martitz · 13 years ago
- 1678459 ypr0: Fix ascodec_readbytes(). by Thomas Martitz · 13 years ago
- 1dcc834 ypr0: Remove last #ifdef in as3514. by Thomas Martitz · 13 years ago
- e650992 FS#12482 - Romanian language update by Sergiu Rotaru by Bertrik Sikken · 13 years ago
- bf021e3 ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script. by Thomas Martitz · 13 years ago
- 1a0bc64 imx233: forgot a file by Amaury Pouly · 13 years ago
- f7f1f70 imx233/fuze+: implement power management(battery charger), add powermgmt debug info, add power debug info, move target specific powermgmt code to its own files, remove auto-slow setup which was forgotten for debugging by Amaury Pouly · 13 years ago
- a1d3ed2 ypr0: Cleanup and simplify ascodec functions. Fix audiohw_{pre,post}init() not being called. by Thomas Martitz · 13 years ago
- 2ec443d Remove bash-specific syntax from rockboxdev.sh by Thomas Martitz · 13 years ago
- 4539ffe TMS320DM320: Add generic I/O debug window for targets other than mrobe 500. by Tomasz Moń · 13 years ago
- 616d786 Update config.h for the previous commit. by Thomas Martitz · 13 years ago
- b8197aa ypr0: Rename ypr0.h to match naming scheme. by Thomas Martitz · 13 years ago
- e6717d1 Fix messed up zxbox keymaps. Fixes fuze+ red also. by Thomas Martitz · 13 years ago
- e3bcb0e Fix reds. by Thomas Martitz · 13 years ago
- 249bba0 Initial commit of the Samsung YP-R0 port. by Thomas Martitz · 13 years ago
- 567e0ad Actually remove the pulled out field (sequel to r31406) by Alexander Levin · 13 years ago
- 461e2c7 Actually call ct-ng (i.e. fix left-over from testing). by Thomas Martitz · 13 years ago
- 6296045 Add crosstool-NG build to rockboxdev.sh. by Thomas Martitz · 13 years ago
- c00938e Configure: Fix endianess detection. by Thomas Martitz · 13 years ago
- 013cc9d Resolve CROSS/CROSS_COMPILE dualism in configure to use only CROSS_COMPILE (only used for SDL builds so far), which should be the de facto environment variable for this. by Thomas Martitz · 13 years ago
- 893666a Rockbox Utility: add description and helper code for VS. by Dominik Riebeling · 13 years ago
- 7f7a2d3 Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out a field (FS#12473) by Alexander Levin · 13 years ago
- 63c4ef9 Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#12470). No functional changes. by Alexander Levin · 13 years ago
- 5b5871b TMS320DM320: Disable CLOCKOUT signal to save some power. by Tomasz Moń · 13 years ago
- 8942bf8 Thank you for the bug hunting help, Andrej Sinicyn. However CREDITS is reserved for people who contribute substantial amounts of code or data. by Björn Stenberg · 13 years ago
- 0fd1408 Add Andrej Sinicyn to credits by Amaury Pouly · 13 years ago
- 452354a sd-imx233: fix a few parameters when calling send_cmd, thanks to Andrej Sinicyn for spotting this by Amaury Pouly · 13 years ago
- f9a135a Sansa Connect: Significantly decrease MIN_YIELD_PERIOD in sdmmc driver. by Tomasz Moń · 13 years ago
- b0e7869 usb-drv-as3525v2: use all endpoints by Rafaël Carré · 13 years ago
- f805b5d TMS320DM320: Ensure udelay() will not end before specified amount of time. by Tomasz Moń · 13 years ago
- b4ffcb5 Fix red. by Boris Gjenero · 13 years ago
- 6c97145 Add missing includes found using -Wmissing-declarations. by Boris Gjenero · 13 years ago
- 14c2e67 Make more local functions static. by Boris Gjenero · 13 years ago
- 2800c55 TMS320DM320: Check for TIMER1 bit in udelay(). by Tomasz Moń · 13 years ago
- 2c85013 libtremor: fix memory corruption bug introduced in r30728 that could cause crashes or playback failures for some album art infested files. Closes FS#12448. by Nils Wallménius · 13 years ago
- 37f4dfc TMS320DM320: Prevent lockup in udelay() when this function is called with interrupts disabled. by Tomasz Moń · 13 years ago
- 3aced71 Sansa Connect: Put DAC (needed for analog video output) in Powerdown mode. by Tomasz Moń · 13 years ago
- d63b19a Fix comment in sdmmc to reflect what it really means. by Tomasz Moń · 13 years ago
- 31c0842 Sansa Connect: Don't enable DAC clock as it's not necessary. by Tomasz Moń · 13 years ago
- 013384f Sansa Connect: Add udelay() in sdmmc card initialization to prevent dead locks. by Tomasz Moń · 13 years ago
- 01415ad AGC: respect gain steps defined in audiohw_settings[] by Marcin Bukat · 13 years ago
- e6c85a6 local variable app/gui/icon.c/iconsets can be made static by Bertrik Sikken · 13 years ago
- 67eefad Disable unused functions for archos-player in apps/screen_access.c by Bertrik Sikken · 13 years ago
- cb972ab Another round of making local functions static by Bertrik Sikken · 13 years ago
- 0cb0b50 Remove duplicate include. Thanks to Jean-Louis Biasini for spottin this. by Frank Gevaerts · 13 years ago
- 51ff206 rbutil: enable clipzip by Rafaël Carré · 13 years ago
- e4614c4 mkamsboot: update README by Rafaël Carré · 13 years ago bootloader_amsv2_v4
- 6a94f6b mkamsboot: don't boot OF when USB is plugged by Rafaël Carré · 13 years ago
- dafbcad Add missing strings to American English by Michael Chicoine · 13 years ago
- 44d1a26 Sansa Connect: use udelay() in AVR spi_txrx(). by Tomasz Moń · 13 years ago
- 4aec001 TMS320DM320: Use TIMER1 (tick generator) to make udelay() precise. by Tomasz Moń · 13 years ago
- 1a4aea3 Renamed embed_cuesheet struct to embedded_cuesheet. by Nick Peskett · 13 years ago
- 1b781df Convert hard-coded unicode byte order mark values to constants. by Nick Peskett · 13 years ago
- c24a36d Sansa Connect: Disable EMIF clock after booting main binary. Raise the threshold values for battery dangerous and shutoff levels. by Tomasz Moń · 13 years ago
- 74516e0 usb-drv-as3525v2: revert part of r31243 by Rafaël Carré · 13 years ago
- 02fad29 Remove obsolete empty IRAM defines from the sansa m200v4 config file. by Andree Buschmann · 13 years ago
- fdc29d0 Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. by Boris Gjenero · 13 years ago
- 7d61376 Android: Ship cpufeatures.[ch] from the sdk to enable the build under the ndk r5 again. by Thomas Martitz · 13 years ago
- e6e2ae8 There's no good reason for requiring the mr500 remote just to run battery_bench by Frank Gevaerts · 13 years ago
- 0740584 FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decoding by 3 MHz on PP5022, 6-7 MHz on S5L870x and 11-12 MHz on MCF5250. 5.1-88kHz-files still do not decode in realtime on Coldfire and PP502x. by Andree Buschmann · 13 years ago
- 9b92073 Fix bitmap scaling for Coldfire. Closes FS#12411. by Andree Buschmann · 13 years ago
- 8439c2e Fix left-over hardcoded path (oops). by Thomas Martitz · 13 years ago
- 287454d Hosted/linux: Add process/cpu info screen to the debug menu. by Thomas Martitz · 13 years ago
- f53c04b Make embedded cuesheet type 1 text encoding check slightly more efficient by Nick Peskett · 13 years ago
- 476f4a7 I think 'e' for arm (rather than 'a') is a typo by Nick Peskett · 13 years ago
- 84b5274 Remove deprecated arm toolchain from rockboxdev.sh. Replace with arm-eabi. by Thomas Martitz · 13 years ago
- 0402a5c Add the shortcuts menu %cs value to the manual by Jonathan Gordon · 13 years ago
- 6c6c476 Buflib: Fix handles being possibly moved twice by Thomas Martitz · 13 years ago
- b98d03f TMS320DM320: Turn on Image Buffer clock on demand (FS #12462) by Tomasz Moń · 13 years ago
- 2d8fd04 Sansa Connect: Use Image Buffer for screen updates. by Tomasz Moń · 13 years ago
- ba2740a disk: fix sector multiplier init, also remove a test which has became obsolete by Amaury Pouly · 13 years ago
- 676708c AMSv2: enable storage write in bootloader by Rafaël Carré · 13 years ago
- 2a72e0a Add a recommendation about 'peak meter' usage to the manual. by Andree Buschmann · 13 years ago
- 292e7ca Gigabeat S: PMIC SPI improvement and bugfixes. by Michael Sevakis · 13 years ago
- 0efabb3 Add linker script wildcards for -ffunction-sections and -fdata-sections. by Boris Gjenero · 13 years ago
- ca9111e Add KEEP() around vectors in linker scripts. by Boris Gjenero · 13 years ago
- dc07503 I forgot to flip the true response from memcmp by Nick Peskett · 13 years ago
- 6aa0702 Type 1 text encoding uses BOM to decide byte order, type 2 has no BOM and is BE. by Nick Peskett · 13 years ago
- ae90b29 Hard code the cuesheet offset for double byte encoding, rather than pointless calculation. by Nick Peskett · 13 years ago
- 73627ce Try to fix r31346 by Bertrik Sikken · 13 years ago
- 8c19dcd FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip) by Bertrik Sikken · 13 years ago
- 17ed325 Add const to global pointers to strings. by Boris Gjenero · 13 years ago
- f372212 Add new metadata feature to the manual section 'Featureset for generic metadata tags'. by Andree Buschmann · 13 years ago
- f0f24a3 Fix building of test_codec by Nils Wallménius · 13 years ago
- 1b7455e imxtools: fix compilation when cross compiling for windows (tm doesn't have timezone fields) by Amaury Pouly · 13 years ago
- 719b954 rbspeex: fix cross compiling rbspeex.dll. by Dominik Riebeling · 13 years ago