Jens Arnold
|
66c0cf2eb1
|
Tweak the ARMv6 filter assembly a bit further.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19198 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-24 18:40:43 +00:00 |
|
Michael Sevakis
|
7bf4e7bda7
|
Simplify the wm8731 driver by adding a masked write function. Change _write_or/and to _set/clear. Reduce init sequence by initializing shadows to hardware defaults.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19197 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-24 15:26:39 +00:00 |
|
Jonathan Gordon
|
76e662b8e5
|
fix the e200r installer so it compiles again (storage rework broke it)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19195 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-24 04:43:31 +00:00 |
|
Michael Giacomelli
|
5d21c8cb1d
|
First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory when not in use. Gives a sizeable power savings (4 mA by his measurement).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19194 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-24 03:59:21 +00:00 |
|
Jens Arnold
|
4c3a19f1b4
|
Fix test_codec precision. The old version effectively rounded the decode time up to full seconds (because of the rb->sleep(HZ)), so speed results from before this revision were more or less too low and 'stepped', especially for fast codecs and short test tracks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19193 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 23:54:27 +00:00 |
|
Bertrik Sikken
|
fda2e32d42
|
Use volume buttons instead of left/right button to control volume in WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19192 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 23:36:18 +00:00 |
|
Bertrik Sikken
|
0cd64abe25
|
Rename BUTTON_VOLUP to BUTTON_VOL_UP in definition of BUTTON_MAIN for Sansa Clip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19191 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 23:16:23 +00:00 |
|
Björn Stenberg
|
b69be10d98
|
Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19190 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 22:07:48 +00:00 |
|
Bertrik Sikken
|
078753395d
|
Implement a basic uncalibrated battery reading for all as3525 targets with a lithium battery.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19189 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 15:00:44 +00:00 |
|
Bertrik Sikken
|
7ff34c4012
|
Disable plugins for Sansa Clip because plugins won't build yet for the Clip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19188 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 12:30:40 +00:00 |
|
Bertrik Sikken
|
763aacc311
|
Initialise mutex before using it in as3525-codec.c, also use mutex for single codec register accesses.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19187 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 12:24:47 +00:00 |
|
Michael Sevakis
|
baf4b6102d
|
Change the test_sampr plugin around to use a constant pitch + white noise which makes it more informative about the hardware state. Add a volume control for targets without a separate one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19186 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-23 08:19:55 +00:00 |
|
Björn Stenberg
|
046776c292
|
Added rombox.ucl to target 'clean'. Added some newlines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19185 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 23:34:24 +00:00 |
|
Björn Stenberg
|
40d95f4574
|
Support split target.o:source.c lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19184 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 23:04:15 +00:00 |
|
Bertrik Sikken
|
9701ffbe23
|
Added power.h include to power-as3525.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19183 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 20:55:46 +00:00 |
|
Dave Chapman
|
4c25c92a86
|
Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GPIOD(7) setting in the Fuze and e200v2 LCD drivers - it's set in the buttonlight code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19182 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 18:04:07 +00:00 |
|
Nils Wallménius
|
95cf600b6c
|
Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19181 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 16:56:20 +00:00 |
|
Michael Sevakis
|
5dfde5c80b
|
Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanup. Add some more correctness.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19180 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 14:39:42 +00:00 |
|
Michael Sevakis
|
5dec3b34aa
|
Oops. Used wrong constant.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19179 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 12:23:31 +00:00 |
|
Michael Sevakis
|
7c007f5d87
|
Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 44.1 and 48 kHz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19178 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 12:17:26 +00:00 |
|
Jonathan Gordon
|
0394ebe44d
|
FS#9557 - fix the %mv and %t timeout so its intrepreted correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19177 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-22 10:31:33 +00:00 |
|
Jens Arnold
|
5e4a6824bb
|
$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU make manual discourages its use. Using works, and automatically ensures the correct directory. zxbox.map and chessbox.map were put into the wrong dir (build dir) and overwrote each other.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19176 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 22:00:35 +00:00 |
|
Jens Arnold
|
fea18742a2
|
Stop overwriting rockbox.map (depending on build order). Should fix jumping size report for rombox targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19175 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 20:33:52 +00:00 |
|
Jens Arnold
|
40a3af5204
|
That test plugin was forgotten in the make system overhaul.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19174 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 20:07:15 +00:00 |
|
Björn Stenberg
|
066f0112f7
|
Added dummy numbers to avoid #error during dependency generation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19173 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 15:48:30 +00:00 |
|
Björn Stenberg
|
7f00ad0a52
|
Removed duplicate LANG_O...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19172 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 15:27:54 +00:00 |
|
Björn Stenberg
|
6b96270856
|
Added LANG_O to simulators as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19171 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 15:27:16 +00:00 |
|
Frank Gevaerts
|
ac355de664
|
Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use sectors instead
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19170 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 15:20:25 +00:00 |
|
Björn Stenberg
|
6640978129
|
Altered mkdepfile to use a single gcc call and post-process the output. This speeds up the dependency generation, especially in cygwin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19169 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 15:07:15 +00:00 |
|
Nils Wallménius
|
7ef2a053b8
|
Turns out that using likely in the loop condition gives a nice little speedup to so let's do it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19168 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 14:23:34 +00:00 |
|
Björn Stenberg
|
8a7c4af27c
|
Added a proper rule for rockbox-info.txt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19167 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 13:21:25 +00:00 |
|
Björn Stenberg
|
344ad683be
|
FS#9566: Change regex to make it work on old versions of sed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19166 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 13:01:03 +00:00 |
|
Maurus Cuelenaere
|
c0b43a5ac2
|
Commit some USB and ATA rework/refactoring (+ USB GPIO detection).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19165 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 12:50:06 +00:00 |
|
Maurus Cuelenaere
|
0a61b71f73
|
Fix segmentation fault when no key was found.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19164 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-21 12:37:00 +00:00 |
|
Robert Menes
|
2527ebff3d
|
Minor fix of the word "color" in the color settings; it is now spelled
in British English "colour".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19163 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 23:06:55 +00:00 |
|
Nils Wallménius
|
1284c127f8
|
Introduce likely() and unlikely() macros, use to give gcc hints about which branch is likely to be taken in a conditional, use them in the midi player for a small speedup, use instead of similar EXPECT macros in tremor and use in mpegplayer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19162 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 20:20:43 +00:00 |
|
Björn Stenberg
|
7bdf9a3392
|
Remove .a files before running ar, to avoid problems with renamed files remaining in the library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19161 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 16:51:13 +00:00 |
|
Björn Stenberg
|
303b455ceb
|
Remove .a files before running ar, to avoid problems with renamed files remaining in the library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19160 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 16:49:55 +00:00 |
|
Nils Wallménius
|
7677916aa0
|
Restore specific compiler flags for the midi plugin lost in r19146
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19159 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 16:30:58 +00:00 |
|
Björn Stenberg
|
d834a0c7e6
|
Bootbox needs --gc-sections.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19158 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 16:17:22 +00:00 |
|
Björn Stenberg
|
7167a7a874
|
Make sure plugin directory exists before creating link file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19157 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 16:07:01 +00:00 |
|
Björn Stenberg
|
21b5c76c09
|
.map and .bin files have moved to the root.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19156 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 16:05:06 +00:00 |
|
Björn Stenberg
|
4846b30607
|
codec.link must be created with -DCODEC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19155 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 15:54:47 +00:00 |
|
Björn Stenberg
|
a3864b0313
|
Disabled input section garbage collection in linker for now. This makes sansas boot again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19154 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 15:04:30 +00:00 |
|
Nils Wallménius
|
2bfb69c6f1
|
Correct name of midi plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19153 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 14:42:42 +00:00 |
|
Björn Stenberg
|
20fb305b0b
|
Don't objcopy simulator plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19152 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 14:17:09 +00:00 |
|
Björn Stenberg
|
d273f663a1
|
Make sure codec directory exists before creating link file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19151 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 13:45:57 +00:00 |
|
Björn Stenberg
|
8910b28375
|
Midiplay.rock changed name to midi.rock.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19150 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 12:49:18 +00:00 |
|
Björn Stenberg
|
8ce3556236
|
Bug fix again. Moved cp outside of $(shell) to force make to run it sequentially.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19149 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 12:44:49 +00:00 |
|
Björn Stenberg
|
d96ce0a87d
|
Bug fix for previous bug fix. Too much copy/paste.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19148 a1c6a512-1295-4272-9138-f99709370657
|
2008-11-20 12:17:43 +00:00 |
|