index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-18
Fix missing #includes and make local functions static for gigabeat
Bertrik Sikken
14
-9
/
+21
2008-07-17
Fix the iPod Photo/Color "type 0 LCD" bug introduced in r17715 by correctly i...
Dave Chapman
1
-10
/
+10
2008-07-16
Ensure consistency between header file and implementation for iPod drivers, b...
Bertrik Sikken
13
-6
/
+20
2008-07-15
Fix yellow
Rob Purchase
1
-1
/
+0
2008-07-15
Update the Telechips NAND driver to use the nand_identify() function introduc...
Rob Purchase
1
-45
/
+11
2008-07-15
Fix red for target with insanely wide LCDs.
Rob Purchase
1
-1
/
+11
2008-07-15
Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remov...
Rob Purchase
2
-89
/
+44
2008-07-12
Delete an empty file that does not appear to be included by any target.
Rob Purchase
1
-24
/
+0
2008-07-12
Make the TCC780x NAND driver also build for 77x targets. This is work-in-prog...
Rob Purchase
4
-164
/
+101
2008-07-09
D2: A working implementation of lcd_blit_yuv() by Thibaut Girka.
Rob Purchase
1
-8
/
+85
2008-07-09
D2: Add the tuner_power() function which was missing from the previous FM com...
Rob Purchase
1
-0
/
+49
2008-07-06
Get rid of useless bits.
Marc Guay
1
-15
/
+0
2008-07-06
Fix a few dead references in the manual and add an 's' where one was missing.
Marc Guay
2
-6
/
+15
2008-06-30
fix a stray yellow
Frank Gevaerts
1
-0
/
+1
2008-06-29
Don't handle a touchscreen press when backlight is off
Maurus Cuelenaere
1
-1
/
+4
2008-06-29
Move declaration of button_int and clickwheel_int to the proper header file i...
Bertrik Sikken
3
-6
/
+5
2008-06-28
Moved microsd_int declaration from system-pp502x.c to ata-sd-target.h
Bertrik Sikken
2
-1
/
+3
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
325
-650
/
+1300
2008-06-27
initial Meizu M6SL port (take 2)
Marcoen Hirschberg
9
-0
/
+713
2008-06-27
make mrobe100 touchstrip driver less sensitive by checking for the finger bit...
Dominik Wenger
1
-23
/
+46
2008-06-27
My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). ...
Mark Arigo
9
-0
/
+633
2008-06-27
D2: Small optimisation to the PCM FIQ (only stack registers when necessary).
Rob Purchase
1
-6
/
+7
2008-06-27
D2: Make the nand driver's sanity checks a little more... sane. This should a...
Rob Purchase
1
-7
/
+4
2008-06-24
D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in...
Rob Purchase
1
-3
/
+6
2008-06-23
D2: Take notice of the hold button.
Rob Purchase
1
-0
/
+2
2008-06-23
Fix the D2 click/popping every second. Lesson from PCM-driver 101: don't disa...
Rob Purchase
1
-1
/
+1
2008-06-23
FS#9051 - remove LCD margins... use viewports if you need them...
Jonathan Gordon
5
-6
/
+0
2008-06-22
Initial D2 sound playback support (known issues to follow on the CowonD2Info ...
Rob Purchase
4
-14
/
+338
2008-06-21
Hopefully update the keywords. Thanks bluebrother.
Marc Guay
6
-6
/
+6
2008-06-21
Add the Sansa c100 as a build target with basic drivers.
Marc Guay
7
-4
/
+621
2008-06-12
Blind-add some code from ipodlinux that hopefully fixes the colour problem on...
Jens Arnold
1
-0
/
+11
2008-06-10
D2: Configure NAND GPIO lines /before/ attempting to use them. Should fix 16G...
Rob Purchase
1
-3
/
+3
2008-06-09
D2: Fixes for 16Gb models with four NAND banks: update MAX_BANKS, configure t...
Rob Purchase
1
-17
/
+19
2008-06-05
corrected sign of error return value
Frank Gevaerts
1
-1
/
+1
2008-06-03
Oops. Lost sync on a few instances and 'HI' registers.
Michael Sevakis
2
-2
/
+2
2008-06-03
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...
Michael Sevakis
7
-14
/
+14
2008-05-31
D2: Stop panic screen from crashing instantly (seems this has been broken for...
Rob Purchase
1
-1
/
+8
2008-05-31
Commit FS#9024 - apply proper line-in gain for h10's radio by Przemyslaw Holu...
Michael Sevakis
1
-2
/
+5
2008-05-29
Simplify the button handling code on the Gigabeat F/X a bit for the side butt...
Karl Kurbjun
2
-23
/
+9
2008-05-29
Gigabeat F/X:
Michael Sevakis
2
-11
/
+41
2008-05-29
Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection o...
Linus Nielsen Feltzing
2
-1
/
+4
2008-05-28
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...
Michael Sevakis
5
-0
/
+5
2008-05-25
Fix a comment since it was very wrong.
Michael Sevakis
1
-1
/
+1
2008-05-25
Gigabeat S: Add charge current and battery temp readout in power management a...
Michael Sevakis
2
-0
/
+69
2008-05-21
TCC78x NAND driver: Split the initial bank scan into two passes (appears to i...
Rob Purchase
1
-147
/
+123
2008-05-21
Oops. Forgot to put the pmic thread stack size back to normal.
Michael Sevakis
1
-1
/
+1
2008-05-21
Gigabeat S:
Michael Sevakis
14
-215
/
+387
2008-05-21
Philips GoGear SA9200 port. Working bootloader and normal builds, including s...
Mark Arigo
14
-5
/
+945
2008-05-21
Contrast settings for the gigabeat F/X
Karl Kurbjun
1
-5
/
+14
2008-05-21
Make some functions static, point to the wiki, and comit the code to invert t...
Karl Kurbjun
1
-25
/
+28
[prev]
[next]