summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-10-28USB power mode: Made the code ignore the power button (On for recorder fm/v2,...Jens Arnold1-1/+3
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman1-0/+3
2005-10-22Coldfire: slight optimisations of memset().Jens Arnold1-12/+10
2005-10-20Now correctly interrupting the dircache rebuilding.Miika Pekkarinen1-2/+23
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold8-67/+132
2005-10-18Coldfire: More compact init code.Jens Arnold1-20/+14
2005-10-18SH1: More compact init code, only doing the special vector copy for debug bui...Jens Arnold1-39/+33
2005-10-18H110/H115: Slightly longer initial SDRAM refresh cycle, correct comment.Jens Arnold1-1/+1
2005-10-14Removed unused variable.Jens Arnold1-2/+0
2005-10-14Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register f...Jens Arnold1-1/+4
2005-10-13Fixed non-working treble & bass settings in radio mode.Jens Arnold1-2/+2
2005-10-10Iriver: No write protection for flash ROM area, correct number of waitstates.Jens Arnold2-5/+5
2005-10-09Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen1-4/+5
2005-10-08Ported the memory guard debug feature to coldfire, using the breakpoint logic...Jens Arnold1-164/+137
2005-10-08Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen3-6/+14
2005-10-07Fixed the bootloader compile failure by disabling new directory cacheMiika Pekkarinen1-1/+1
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen7-4/+931
2005-10-06Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h...Dave Chapman1-4/+4
2005-10-06Fix channel-swapping bug in iriver recordings. Left and Right channels shoul...Dave Chapman1-3/+3
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman4-44/+83
2005-10-03iRiver: remove some code that isn't needed any more.Magnus Holmgren1-67/+17
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold6-37/+78
2005-09-30Ooops, forgot to fix that comment.Jens Arnold1-1/+1
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold1-3/+28
2005-09-25Rather obvious simplification of the mpeg frametime fraction calculation.Jens Arnold1-13/+8
2005-09-24H1x0 radio: Fixed the volume changing issue with non-flat tone controls.Jens Arnold1-11/+4
2005-09-24H1x0: More precise tuning; corrected xtal frequency in comments + #defines.Jens Arnold3-6/+6
2005-09-22Add ALAC audio typeDave Chapman2-0/+2
2005-09-22Reverse previous commit - it had uneffected side-effects.Jonas Häggqvist1-6/+1
2005-09-22Fix to remote-hold check by Stephan Wezel - it always returned true when the ...Jonas Häggqvist1-1/+6
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold4-66/+78
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing3-14/+24
2005-09-12Safety net for devices with no hardware poweroff mechanism - hold STOP for se...Linus Nielsen Feltzing1-0/+7
2005-09-12Fixed compiler error in the X11 iriver simulatorLinus Nielsen Feltzing1-0/+2
2005-09-12Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r...Linus Nielsen Feltzing2-1/+29
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold5-146/+125
2005-09-09Exact song length calculation for CBR mpeg audio files (without Info header).Jens Arnold1-6/+5
2005-09-08The previous commit had a distressing lack of words. This time I deliver the ...Jonas Häggqvist1-3/+4
2005-09-07Added support for additional ID3v1 genres, including such gems as "Christian ...Jonas Häggqvist1-1/+5
2005-09-07coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let th...Jens Arnold1-2/+2
2005-09-07Adds a filename sanity check to add_dir_entry that at the moment only checks ...Jonas Häggqvist1-2/+20
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-2/+15
2005-09-06Moved the system_reboot() call to the correct placeLinus Nielsen Feltzing1-1/+1
2005-09-06Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ha...Jens Arnold3-0/+9
2005-09-06Call system_reboot() instead of rolo_load() in the UIE handlerLinus Nielsen Feltzing1-2/+1
2005-09-06For targets without an RTC, use the rockbox build date as the start date in t...Jens Arnold2-3/+11
2005-09-06Changed WPS enum conditional functionality, displaying the last part in the l...Linus Nielsen Feltzing1-0/+2
2005-09-05Archos recording: yield() within audio_beep() to avoid starving the mpeg thre...Jens Arnold1-1/+2
2005-09-04Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold4-171/+184
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe10-20/+20