- 8db3450 Update the README, and add a warning. by Jens Arnold · 16 years ago
- 601afcb Minimon is loaded to 0x0ffff000 by uart_boot, so it needs to be linked to that address as well, or it won't work. Also add that hint to the README, fix a warning, and fix the disassembly base address (was wrong either way). by Jens Arnold · 16 years ago
- 5456859 Correct the MD5 sum for the Clip 1.1.29 firmware. by Dave Chapman · 16 years ago
- e13e318 Use the asm optimised UCL decompressor for the flash bootloader as well. Verified working on Player, Recorder v1, Ondio SP and Ondio FM. by Jens Arnold · 16 years ago
- c91d787 Add MD5 checksumming of the original firmware images - for extra safety, and also because some Fuze firmwares have the same ID (or what we thought was the ID) as the M200 firmwares. Plus a few minor cleanups. by Dave Chapman · 16 years ago
- e1b4838 Embryo of a SD driver for Sansav2 by Rafaël Carré · 16 years ago
- 4c457af use ARCHOS_ONDIO* defines when checking for ondio by Frank Gevaerts · 16 years ago
- 83589f0 correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usage by Frank Gevaerts · 16 years ago
- 593809c Make rockboxdev.sh abort as soon as an error is encountered by Rafaël Carré · 16 years ago
- 3e4c9f7 Added an explicit bitmap dependency to icons.h to resolve issues with parallell builds (-j). by Björn Stenberg · 16 years ago
- 5fa5578 Adding non-existing files in SOURCES no longer causes strange sysfont.h error message. (Fixes #7583) by Björn Stenberg · 16 years ago
- 20754cf 'make voice' no longer builds bitmaps. by Björn Stenberg · 16 years ago
- 48544f0 Move kernel tick initialization and handling to the target tree for ones remaining in kernel.c by Michael Sevakis · 16 years ago
- 3bfc51d set "CPPFLAGS=-U_FORTIFY_SOURCE" when the gcc configure is invoked to make it by Daniel Stenberg · 16 years ago
- 68f3ad3 state->savedboard doesn't exist, so revert that part of r18906 for now. It might be necessary to redo this fix properly. Also, state->currentboard is an array of shorts, so the memcpy() only covered half of it. by Jens Arnold · 16 years ago
- 9ae2561 Save another 4 bytes without sacrificing performance by subroutine rearrangement. by Jens Arnold · 16 years ago
- 2d4eacb AS3525 is ARMv4, not ARMv5. by Jens Arnold · 16 years ago
- 8f7f219 FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working button light also by Jonathan Gordon · 16 years ago
- 0a8446a fix lcd mirror and rotation problem on the e200v2. also remove a wierd whitespace charchter by Jonathan Gordon · 16 years ago
- 6a038d1 Oops, revert 18911 - this was added a couple of commits ago. by Dave Chapman · 16 years ago
- 914a6f2 e200v2 LCD - it helps to enable the DBOP clock. by Dave Chapman · 16 years ago
- 8df1a7e e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 code - this should probably be unified, along with other upcoming v2 code), plus clean up the lcd init by calling lcd_init() directly in the bootloader, instead of lcd_init_device(). by Dave Chapman · 16 years ago
- b771428 e200v2 lcd: Add missing DBOP clock initialization by Rafaël Carré · 16 years ago
- 3839860 First version of script to build crosscompiled Windows sims. Basically a by Jonas Häggqvist · 16 years ago
- e5b238b Gammar correction by Dave Chapman · 16 years ago
- 24cf2ae Fix sudoku crash when using reload without previously saved state (FS#9509 by Henri Valta). Fix a similar issue when using reload after generating a new sudoku by me. by Dominik Riebeling · 16 years ago
- 8fbbbb7 Update note for the APE codec mentioning that c2000 files now can be played back realtime on coldfire targets by Nils Wallménius · 16 years ago
- 2c52dee Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler - less than half the size of the compiled C function, and ~45% faster. by Jens Arnold · 16 years ago
- afd2f68 Fix the target pattern matching in genlang. Not sure if it is the 'right' fix, but it unbreaks the e200 build for me. by Magnus Holmgren · 16 years ago
- 74b935c Make the e200v2 simulator compile - an easy job as the apps/ code is identical to the e200v1. by Dave Chapman · 16 years ago
- d9fdd8c Correct the t_model variable for the e200v2 by Dave Chapman · 16 years ago
- 3e7fdbb Sansav2 dualboot: correctly use keyscan for Clip by Rafaël Carré · 16 years ago
- b3ee07c Sansav2 : initializes SDRAM by Rafaël Carré · 16 years ago
- a5a2f12 mkamsboot: Fix makefile rules for e200v2 and m200v2 by Rafaël Carré · 16 years ago
- ab77820 Add myself to committers list by Rafaël Carré · 16 years ago
- 3b45b8c Commit DLanalyser tool, made by Jin Le by Maurus Cuelenaere · 16 years ago
- 4ce3eb2 The tick change for the sim can be a little nicer. by Michael Sevakis · 16 years ago
- 623cd1c Fix red-- it should. by Michael Sevakis · 16 years ago
- a9e69d9 Strange little kernel optimization to ease targeting the timer tick and to limit the number of loops in the tick function to the number of tasks added rather than always looping the max number. by Michael Sevakis · 16 years ago
- e5d72ac Fix line endings and set svn properties by Bertrik Sikken · 16 years ago
- 1b9991c Try to fix FS#9502: end playback properly if no valid files were found in a playlist. by Magnus Holmgren · 16 years ago
- e511017 Bump plugin API version as needed. by Magnus Holmgren · 16 years ago
- a83e372 Manual: no need to keep the ONDIO_PAD mentioned in calendar.tex (see r18884). by Marianne Arnold · 16 years ago
- a7b3879 Reword Sudoku section and document the recently added scratchpad marking setting. by Dominik Riebeling · 16 years ago
- a28e33f Language updates: by Jonas Häggqvist · 16 years ago
- 95726a5 FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC) by Bertrik Sikken · 16 years ago
- 9268377 Add missing #include to mp3 metadata parser. by Bertrik Sikken · 16 years ago
- 7bb81ce Change button map for iaudio x5 and m5 to avoid using impossible button combos, delete ondio button map as it has no rtc by Nils Wallménius · 16 years ago
- 535764c bah! messed up the filename settings... and do some line length fixing by Jonathan Gordon · 16 years ago
- 9e2807f Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values of all the config settings to /settings_dumper.txt. If you notice any settings its not dumping please let me know. by Jonathan Gordon · 16 years ago
- 3453549 A little more work on the e200v2 LCD driver (still untested - I don't own one). The lcd_update*() functions are taken from the X5 LCD driver. by Dave Chapman · 16 years ago
- 2fb63ae Add in-grid graphical markers for scratchpad values to sudoku (FS#8364 by Henri Valta with adjustments by me). by Dominik Riebeling · 16 years ago
- c5082f5 Remove some trailing whitespace - no functional change by Dave Chapman · 16 years ago
- 1304de9 Update manual entry for calendar plugin, screenshots still missing for most targets by Nils Wallménius · 16 years ago
- e477052 Add MEM_FUNCTION_WRAPPERS to fix linker errors and tweak the ipod buttonmap slightly by Nils Wallménius · 16 years ago
- 2f1ec7d Fix a typo by slightly changing the affected sentence and remove a hard line break. by Dominik Riebeling · 16 years ago
- 50a8017 Accept FS#9224 by Teruaki Kawashima, adding support for all RTC equipped targets and some other enhancements to the calendar plugin. by Nils Wallménius · 16 years ago
- 3ae419d fill in button and backlight functions for m200 "v2" by Dominik Wenger · 16 years ago
- b208000 Make Detect::check() return an error string instead of a boolean result and move the handling of an occurred error to the application to make detection Gui-clean. Move detect class to base folder. by Dominik Riebeling · 16 years ago
- 6371460 Make uninstallation class use QtCore instead of QtGui -- it doesn't use any GUI elements. Move class to the QtCore-only base folder. by Dominik Riebeling · 16 years ago
- db058c3 Kill a warning and fix a typo. by Dominik Riebeling · 16 years ago
- be00a10 FS#9487 fixes and improvements of the calendar plugin by Teruaki Kawashima by Nils Wallménius · 16 years ago
- 3ff2f14 Just correct a typo in a comment. by Mustapha Senhaji · 16 years ago
- 9928086 Bump version number to v0.7 with 5.0 bootloaders. Part of FS#9369. by Robert Menes · 16 years ago
- effceea Remove the event object in the kernel since it's rather extraneous at the moment. This makes the codecs and the plugins incompatible, so update fully. by Michael Sevakis · 16 years ago
- 188e898 Refactor the panning code into separate functions, and correct a comment by Dave Chapman · 16 years ago
- 106b68e Accept FS#9504 - make the FILENAME_SETTING() macro more user-proof, also rename it to TEXT_SETTING by Jonathan Gordon · 16 years ago
- a42602b Don't accept 0 for the width or height of a progress bar in the %pb tag. A zero width causes a divide by zero, and a zero height simply doesn't make any sense, so we assume it was a mistake. by Dave Chapman · 16 years ago
- 4e14f2d Fix test_codec plugin that was broken by r18834 by Nils Wallménius · 16 years ago
- 9004289 iaudio7: simulator by Vitja Makarov · 16 years ago
- 7b77910 fix FS#8124 - pressing STOP after seeking while paused causes playback to start again for a second or 2 by Jonathan Gordon · 16 years ago
- 019f9c0 Make some local global variables static. by Dave Chapman · 16 years ago
- 4e2557c Fix .talk clips on hwcodec targets. mp3info() must not call get_metadata(), because this one tries to guess which get_xx_metadata() to call from the extension, and mp3info() is used in talk_file() (extension .talk) on hwcodec. by Jens Arnold · 16 years ago
- 4f81a54 Add c200 erase tools. The resulting .bin files can be run from e200tool by Frank Gevaerts · 16 years ago
- 76596de Move the monolithic jpeg viewer into its own subdirectory and split it into three (for now - maybe it should be split further) files - jpeg.c (the main plugin/viewer parts), jpeg_decoder.c (the actual decoder) and. for colour targets only, yuv2rgb.c. The intention of this commit is as a first step towards abstracting this viewer into a reusable jpeg decoder and a multi-format image viewer. by Dave Chapman · 16 years ago
- b0b3f03 add optional USB mass storage from ramdisk. This can be useful for development by Frank Gevaerts · 16 years ago
- 4c83e05 add Logik DAX USB ids by Frank Gevaerts · 16 years ago
- 8d81b71 Using polling instead of interrupts make TX work better, storage worked, but still unstable! by Vitja Makarov · 16 years ago
- 761366d run this script in your build dir to get a summary table presented with memory by Daniel Stenberg · 16 years ago
- 6c19b88 revert my previous commit since 5.1.20080820 was already committed in r18342 with some useless glyphs removed by Marcoen Hirschberg · 16 years ago
- b02dc25 update Unifont to version 5.1.20080820 by Marcoen Hirschberg · 16 years ago
- 43ad46c Fix title case in a section header, switch a sentence order for recorders to be more logical, and add a note about 8MB-modded boxes. by Jens Arnold · 16 years ago
- 1f2468b Rewrite of the Archos flashing chapter, bringing it up to date, removing longish technical background information (that will go into the wiki only), and explaining a few more target specific details. by Jens Arnold · 16 years ago
- 415c46e add sansa m200v2 support to mkamsboot. by Dominik Wenger · 16 years ago
- 184d0da Oops, MI4_FORMAT shouldn't be here... by Dave Chapman · 16 years ago
- a6dbfe3 Correct the model numbers used for the Sansa V2 targets - these are MODEL_NUMBER in the config-target.h file by Dave Chapman · 16 years ago
- e18809b Correct an error message by Dave Chapman · 16 years ago
- 08c41d4 Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip. by Dave Chapman · 16 years ago
- 14ee318 The GPIO registers are 8-bit, so define them as such. by Dave Chapman · 16 years ago
- 2f50cd5 Codec memory reorganization by Nils Wallménius · 16 years ago
- 0117705 Oops forgot to commit part of the changes to the manual when Playback Settings was moved up to the Settings menu (r18799) by Nils Wallménius · 16 years ago
- 5320a6a Dont show lines which have no info in the id3 viewer screen. by Jonathan Gordon · 16 years ago
- 8c08511 revert plugin_api part of r18830, as this was the wrong solution for those by Frank Gevaerts · 16 years ago
- ae7391b code police : fix some multiply defined variables by Frank Gevaerts · 16 years ago
- 695c39b Remove the audiohw_set_nsorder() function since it is not used, only implemented on WM8731 and not wanted/used there. by Peter D'Hoye · 16 years ago
- 5047b2e Accept FS #9491 (Some characters in 18-Adobe-Helvetica are spaced quite weirdly) by William Poetra Yoga Hadisoeseno by Peter D'Hoye · 16 years ago
- 49ec9ea Make the meizu m3 load from flash, so interrupts work. More work is needed to get the m6sl "working" again by Frank Gevaerts · 16 years ago
- d8b2645 Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. This fixes FS #9489 (nonlinear frequency response). Verified on H10-5gb by Peter D'Hoye · 16 years ago
- 71e7209 rbutil: make release versions local to devices. To allow different releases on different devices. by Dominik Wenger · 16 years ago
- 42e0c3b Increase UCL blocksize in order to fix 'blocksize too small' errors when trying to flash rockbox on fm/v2 recorders. Default blocksize is 256KB and our thinned-out decompressor only supports single-block UCL files. 1MB blocksize should be on the safe side. by Jens Arnold · 16 years ago