summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Collapse)Author
2006-09-04Basic support for the H10 scrollpad.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10882 a1c6a512-1295-4272-9138-f99709370657
2006-09-03Disable cpu frequency adjusting for H10 for now as it is causing freezes.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10878 a1c6a512-1295-4272-9138-f99709370657
2006-09-02Display bitrate (Q value for Archos), samplerate, channels and recording ↵Martin Scarratt
format (M = MP3) in the statusbar in the recording screen. This is all new info for archos targets and I-river targets now have this info on the remote as well as the main screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10856 a1c6a512-1295-4272-9138-f99709370657
2006-09-02Fixed the errors.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10854 a1c6a512-1295-4272-9138-f99709370657
2006-09-02Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10853 a1c6a512-1295-4272-9138-f99709370657
2006-09-01Make backlight fading work again on PP targets. The PP timer cannot handle a ↵Jens Arnold
(real) cycle count of 1, the minimum is 2. This is now checked in timer_register() and timer_set_period(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10849 a1c6a512-1295-4272-9138-f99709370657
2006-09-01Add backlight support for H10Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10848 a1c6a512-1295-4272-9138-f99709370657
2006-09-01Enabled FM Radio recording source menu item for sim.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10846 a1c6a512-1295-4272-9138-f99709370657
2006-09-01Remove unneeded code from firmware/crt0.SDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10842 a1c6a512-1295-4272-9138-f99709370657
2006-09-01Fixed an off-by-one error in the portalplayer timer handling.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10837 a1c6a512-1295-4272-9138-f99709370657
2006-08-31Clean up crt0.S and move it to the target treeDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10830 a1c6a512-1295-4272-9138-f99709370657
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another ↵Dave Chapman
PortalPlayer PP5020 target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10828 a1c6a512-1295-4272-9138-f99709370657
2006-08-31H10 changes: power_off() now actually powers off. Fix wrong bitwise ↵Barry Wardell
operation when disabling sound. Fix filenames when building a bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10822 a1c6a512-1295-4272-9138-f99709370657
2006-08-31Make LCD writing functions inline for ~33% performance increase. Add ↵Barry Wardell
lcd_yuv_blit implementation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10818 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Fix volume being really low on H10Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10815 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Enable CPU boosting on H10 models.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10806 a1c6a512-1295-4272-9138-f99709370657
2006-08-30RTC driver for H10 by Laurent BaumBarry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10799 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Oops. It's #endif not #end.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10798 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Sound on H10!Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10797 a1c6a512-1295-4272-9138-f99709370657
2006-08-29Fix bug in profiling that makes the timing for coldfire off by a factor of ↵Jens Arnold
2, and way off for pp. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10796 a1c6a512-1295-4272-9138-f99709370657
2006-08-29added to allow the sansa bootloader to build againDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10795 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Fixed the pwermgmt.c error for FMMichael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10791 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with ↵Michael Sevakis
additional FM Recording support and my modifications git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Remove sleep() from adc_scan(). It causes Rockbox to hang and isn't ↵Barry Wardell
necessary anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10783 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Add Rockbox bootloader for H10Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10781 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Fix broken backlight fading on ipod. The timer period setting must not be ↵Jens Arnold
delayed if timer_set_period() is called from within the isr. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10779 a1c6a512-1295-4272-9138-f99709370657
2006-08-27PP: Make on-the-fly timer period changes glitch-free. Stop timer when not in ↵Jens Arnold
use. * #ifdef cleanup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10776 a1c6a512-1295-4272-9138-f99709370657
2006-08-26Smoother volume control, less clickiness and some misc. formatting changes ↵Michael Sevakis
for tlv320 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10762 a1c6a512-1295-4272-9138-f99709370657
2006-08-26Runtime stats for WPS.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10761 a1c6a512-1295-4272-9138-f99709370657
2006-08-26Fixed silly bugs in H10 button driver.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10759 a1c6a512-1295-4272-9138-f99709370657
2006-08-26Fixed performance problems when initializing tagcache.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10754 a1c6a512-1295-4272-9138-f99709370657
2006-08-26Fix lcd_update_rect() on 5/6GB H10 (thanks to Laurent Baum). Fix ↵Barry Wardell
usb_detect() on all H10 models. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10753 a1c6a512-1295-4272-9138-f99709370657
2006-08-26Got rid of backlight wink between bootloader and firmware start by removing ↵Michael Sevakis
redundant lcd reset git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10751 a1c6a512-1295-4272-9138-f99709370657
2006-08-25Ooops. The TMR reset must only be done when starting the timer.Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10744 a1c6a512-1295-4272-9138-f99709370657
2006-08-25Fix the problem with the user timer on X5 by explicitly resetting the timer ↵Linus Nielsen Feltzing
before setting it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10743 a1c6a512-1295-4272-9138-f99709370657
2006-08-24Fix profile buildsDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10734 a1c6a512-1295-4272-9138-f99709370657
2006-08-24Increase the number of pixels written to the Photo/Color LCD in one go to ↵Dave Chapman
0x10000 (was 64000) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10730 a1c6a512-1295-4272-9138-f99709370657
2006-08-24X5: Applied tweaks from the H300 lcd_yuv_blit to the X5 version. Smaller ↵Jens Arnold
code and ca. 1% speedup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10729 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Allow scrolling lines with different x-margins. The margin at the time of ↵Mark Arigo
the call to puts_scroll will be used as the margin for that line. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10727 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Ooops, the sim doesn't understand coldfire asm...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10725 a1c6a512-1295-4272-9138-f99709370657
2006-08-23H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ↵Jens Arnold
speedup in tests depending on video size. * Don't set HORIZ_RAM_ADDR_POS for LCD updates, it's unnecessary. * Started the target tree move for H300 with this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10724 a1c6a512-1295-4272-9138-f99709370657
2006-08-23H10 LCD fixes. Now lcd_update_rect() works as it should. 5/6GB has different ↵Barry Wardell
register defines than 20GB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10715 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Gigabeat also needs ADC_UNREG_POWER defined to avoid compile errors.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10703 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Fix build error for Gigabeat introduced in last commit. Target tree devicesBarry Wardell
now need adc-target.h so I added it for the Gigabeat. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10702 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Move X5 ADC code to target tree. Fix power button detection on H10. New ADCBarry Wardell
driver for H10. Thanks to Laurent Baum for all his help with this code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10701 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Fix a few warningsDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10688 a1c6a512-1295-4272-9138-f99709370657
2006-08-22X5: Assembler optimised remote LCD update. Speedup: 3 times @11MHz, 3.3 ↵Jens Arnold
times @45MHz, +75% @124MHz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10685 a1c6a512-1295-4272-9138-f99709370657
2006-08-22Irivers: Faster remote LCD update. Maximum speedup (without ticking ↵Jens Arnold
reduction): +32% @11MHz, 2.5 times @45MHz, +45% @124MHz. The speedup is data dependent, the worst case (every pixel having the opposite value from the previous one, in LCD data order) would see no speedup (except @45MHz), but it's a highly unlikely case. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10684 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10681 a1c6a512-1295-4272-9138-f99709370657
2006-08-21add driver for Semtech SC606 LED driver (for backlight and button LEDs)Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10676 a1c6a512-1295-4272-9138-f99709370657