Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
firmware
/
target
/
sh
/
archos
/
fm_v2
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
af395f4
Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled).
by Michael Sevakis
· 17 years ago
ef12b3b
Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling.
by Jens Arnold
· 17 years ago
1672350
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
by Dave Chapman
· 17 years ago
0fac492
First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines.
by Jens Arnold
· 17 years ago
8a17734
Moved archos power handling into target tree. * Tuner power handling cleaned up a bit.
by Jens Arnold
· 17 years ago
7a5d401
Moved SH1 ADC to target tree.
by Jens Arnold
· 18 years ago
47bf6c5
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT.
by Jens Arnold
· 18 years ago
8636e69
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
by Jens Arnold
· 18 years ago
fad79dc
Moved archos USB handling to target tree. Minor simplification for coldfire (only one usb-target.h).
by Jens Arnold
· 18 years ago
e2022a2
Removed executable flag
by Linus Nielsen Feltzing
· 18 years ago
0e6dd7e
Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code.
by Jens Arnold
· 18 years ago