Michael Sevakis
070417d152
Forget all the nonsense with C delay loops. 'volatile' on the variable makes bloated code and a volatile, blank asm block inside may or may not be optimized out. Use asm delay loops instead for Coldfire. Radio i2c driver also needs NACK after reading last tuner byte. Get the volatile off the Ondio loops (not needed here now). Maybe this is straightened out now.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13725 a1c6a512-1295-4272-9138-f99709370657
2007-06-27 03:11:49 +00:00
Michael Sevakis
1092268614
Woops. Forgot to remove the param to fmradio_i2c_ack. It was always called with 0 for a parameter anyway.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13724 a1c6a512-1295-4272-9138-f99709370657
2007-06-27 00:31:33 +00:00
Michael Sevakis
9614612830
Bit banged TEA5767 i2c driver was broken by -Os because delay loops were optimized away. Last byte was being acked when reading so fix that too. Calling all developers: seek out any C delay loops and make sure they're volatile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13723 a1c6a512-1295-4272-9138-f99709370657
2007-06-27 00:22:46 +00:00
Michael Sevakis
126d81ecf5
Fix up the ACK generation in the Coldfire i2c driver.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13722 a1c6a512-1295-4272-9138-f99709370657
2007-06-26 23:53:32 +00:00
Daniel Stenberg
fcd3a49b50
attempt to fix -u
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13721 a1c6a512-1295-4272-9138-f99709370657
2007-06-26 08:44:59 +00:00
Michael Sevakis
7fb0f71668
Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13720 a1c6a512-1295-4272-9138-f99709370657
2007-06-26 02:11:30 +00:00
Peter D'Hoye
13de6583ac
If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13719 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 22:27:09 +00:00
Peter D'Hoye
e50cba942f
Give recording related menu entries a recording icon (settings and radio menus). FS #7302 with small addition by me.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13718 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 21:19:45 +00:00
Michael Sevakis
e9baf604f9
Fix sim errors. Every extra byte feels guilt-free. ;)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13717 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 20:58:15 +00:00
Marianne Arnold
74aabc8381
Make the '%mh' wps tag (to indicate keylock status) available on the Archos targets as well.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13716 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 20:54:11 +00:00
Michael Sevakis
6bba70b0ec
current_tick really does need to be volatile since gcc can optimize away checking the value otherwise - found out the hard way. :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13715 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 20:46:54 +00:00
Marianne Arnold
2a0f5a4200
Updating the minesweeper chapter in the manual to reflect the recent changes of the controls, add missing button descriptions (alternatives and the gigabeat keymap), replace the outdated 160x128 greyscale screenshot with a new one.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13714 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 20:34:59 +00:00
Nils Wallménius
07b7877809
Simple coldfire assembly strlen() function, 20-25% faster than the c
...
version. Move function out of iram as it turns out that makes it
slightly faster.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13713 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 20:21:37 +00:00
Jens Arnold
dfa4e6406d
Minesweeper enhancements (FS #7327 , FS #7335 , some further changes by me): * Make info splash display number of flags and number of mines. * Directions on iPod use Left/Right/Menu/Play now, with Select for flagging and long Select for exploring. Additionally, Scroll Left/Right goes left/right with wrapping to the previos/next line at the edges. * Make info splash work on Iaudios. * Swap main explore and flag buttons on recorder (and av300) to make them consistent with the other tragets and the rest of the minesweeper world. * On irivers, Rec can be used as an alternative for flagging, making one-handed playing easier on H1x0. * Removed unused macros.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13712 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 18:18:07 +00:00
Michael Sevakis
0fd69f6cbb
Gigabeat: Turn off more devices that aren't needed or not needed right away. Tests ok on my unit. Will check currents later.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13711 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 13:31:21 +00:00
Dan Everton
00dd14922b
When building the database and a track doesn't have an album artist tag, copy the value from the artist tag. This should make browsing through album artist in the database a bit nicer. Same as FS# 7342 but different. You may need to rebuild your database to actually see any change.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13710 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 11:33:21 +00:00
Dan Everton
708ac7feb3
Support aART (album artist) MP4 atom.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13709 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 11:15:44 +00:00
Karl Kurbjun
a28d74e71c
Fix rockboy for the H100's. Thanks for fixing the HW codec players Peter
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13708 a1c6a512-1295-4272-9138-f99709370657
2007-06-25 04:26:23 +00:00
Peter D'Hoye
3490acbfbd
Fix red rockboy builds on archos. Somebody with more rockboy knowledge might want to check this fix ;)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13707 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 22:49:59 +00:00
Michael Sevakis
f783617cbc
Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out so the volume always gets updated. Make sure i2s is off at boot and set to proper mode before audio hardware is initialized. Make pausing pcm instant instead of waiting until the end of the current DMA transfer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13706 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 20:41:27 +00:00
Antoine Cellerier
fc9ed84e02
Kill g++ warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13705 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 20:37:47 +00:00
Michael Sevakis
3bec38e442
SWCODEC: Get rid of unneeded pcm_mute() calls. Leave the only ones that seem to be needed for WM codecs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13704 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 20:36:58 +00:00
Dominik Wenger
a92fc620f0
rbutil: make autodetection silent on startup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13703 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 20:32:28 +00:00
Dominik Wenger
9d0e4e102b
rbutil: attempt autodetection at startup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13702 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 20:16:40 +00:00
Peter D'Hoye
e596a80e8d
Yet another fine scrobbling patch by Robert Keevil that fixes FS #5495 : audio_set_track_changed_event() skips first track in playlist
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13701 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 19:20:27 +00:00
Dominik Wenger
f0fc547b57
rbutil: bump version to 0.3.2.5
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13700 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 18:58:53 +00:00
Peter D'Hoye
12d2d0fbc2
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213 : Audioscrobbler incorrectly submits last song
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13699 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 18:46:04 +00:00
Karl Kurbjun
78c45530ff
Sound improvements for rockboy - players now sync the sound (The gigabeat now plays at a steady 60 fps as long as the frameskip is set properly). If a new sample is not available a blank buffer is used. All devices use 44.1 kHz for gameboy sound now so no more high pitched sounds. Added a screen rotation option. Removed unscaled code for devices with a screensize smaller than the gameboy. All buttons are now configurable. Scroll wheel devices still have button configuration problems though.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13698 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 16:00:55 +00:00
Jonas Häggqvist
16ca78db03
Nicer doom button, still based on gnome-icons-theme, just a newer
...
version that follows Tango style guidelines as the rest of the buttons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13697 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 15:26:47 +00:00
Peter D'Hoye
845b8da451
Limit minimum db scale value when switching from linear to logaritmic peakmeter scale. Fixes FS #7325
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13696 a1c6a512-1295-4272-9138-f99709370657
2007-06-24 00:17:28 +00:00
Marcoen Hirschberg
df437152e2
only go into USB mode when the cradle is powered
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13695 a1c6a512-1295-4272-9138-f99709370657
2007-06-23 18:25:41 +00:00
Dominik Riebeling
c8899d775f
if a proxy is set, pre-fill the proxy setting dialog with the old value.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13694 a1c6a512-1295-4272-9138-f99709370657
2007-06-23 16:11:22 +00:00
Dominik Riebeling
8b27d2cfd2
Adjust the rbutil unix-style Makefile to the new icons.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13693 a1c6a512-1295-4272-9138-f99709370657
2007-06-23 15:41:30 +00:00
Dominik Riebeling
8d7ce65075
fix a warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13692 a1c6a512-1295-4272-9138-f99709370657
2007-06-23 09:40:02 +00:00
Dominik Wenger
87a6d0a006
rbutil: forgot to delete the old button images.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13691 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 23:53:54 +00:00
Dominik Wenger
84f5939d5f
rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13690 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 23:46:47 +00:00
Dominik Wenger
f5936c062f
rbutil: Upps.. i hope the last one. :-/
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13689 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 19:09:00 +00:00
Dominik Wenger
802db8e83f
rbutil: Upps..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13688 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 19:05:09 +00:00
Dominik Wenger
69241529ff
rbutil: reworked device detection, now uses rockbox-info.txt and the patchers to detect the device.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13687 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 18:53:27 +00:00
Dominik Riebeling
00cc66c633
Fix the (hopefully) last dash issue when building the manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13686 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 12:50:48 +00:00
Miika Pekkarinen
6ecb06f97a
FS#7003 - Allow forward references of menus in tagnavi.config.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13685 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 12:48:06 +00:00
Miika Pekkarinen
aa202027c2
Fixed missing semicolon in logf builds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13684 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 10:44:07 +00:00
Michael Sevakis
ea255fbc3a
Prevent initial spinup when starting first file when in a stopped state on non-RTC targets. Fix some states that are dangerous on SWCODEC and could result in data loss. Had to make plugin API incopatible since specified numbered filename creation is enabled now on all non-RTC targets with recording; increase version and sort the items that looked like they had a place to go.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13683 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 09:34:57 +00:00
Jonathan Gordon
6e21c146f8
Fix FS#7336 - scrolling lines don't stay coloured.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13682 a1c6a512-1295-4272-9138-f99709370657
2007-06-22 04:30:08 +00:00
Dominik Riebeling
49af12a5ba
Fix the manual build issue on ubuntu by using printf instead of echo (FS#6919). Thanks to linuxstb for pointing me to printf. Some additional cleanup of the Makefile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13681 a1c6a512-1295-4272-9138-f99709370657
2007-06-21 15:35:47 +00:00
Jonathan Gordon
2d4ee368e3
Fix problems with the list when you change font size
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13680 a1c6a512-1295-4272-9138-f99709370657
2007-06-21 13:21:33 +00:00
Jonathan Gordon
0baad43a93
Accept FS#7313 - make the menus talk more often
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13679 a1c6a512-1295-4272-9138-f99709370657
2007-06-21 12:32:10 +00:00
Marcoen Hirschberg
3585ee7a3f
change the fps calculation so setting changes are visible without delay
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13678 a1c6a512-1295-4272-9138-f99709370657
2007-06-19 21:30:45 +00:00
Marcoen Hirschberg
95d414542c
move button_loop to prepare for the next commit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13677 a1c6a512-1295-4272-9138-f99709370657
2007-06-19 21:29:34 +00:00
Nils Wallménius
8dc1a67bba
Fix iriver H100 i2c driver which was broken by the switch to build with -Os. Fixes FS#7316 and FS#7321
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13676 a1c6a512-1295-4272-9138-f99709370657
2007-06-19 20:39:30 +00:00