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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
olympus
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-12
Fix red/yellow
Marcin Bukat
1
-2
/
+2
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
3
-22
/
+19
2014-08-08
Fix some more straggling stuff
Michael Sevakis
1
-4
/
+4
2013-07-19
Combine PortalPlayer .lds files into one for app and boot.
Michael Sevakis
2
-258
/
+2
2012-05-01
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
Michael Sevakis
1
-1
/
+1
2012-04-11
Increase mr100 remote lcd thread stack (fixes FS#12640)
Frank Gevaerts
1
-1
/
+1
2012-02-28
Fix build errors and warnings
Jonathan Gordon
1
-1
/
+1
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2
-3
/
+3
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
1
-8
/
+0
2012-01-07
lcd-remote-target.h: Use only in firmware/target/
Rafaël Carré
2
-0
/
+2
2012-01-07
move _remote_backlight_* to common header
Rafaël Carré
3
-25
/
+12
2012-01-07
remote_detect(): move to lcd-remote.h
Rafaël Carré
1
-2
/
+0
2012-01-07
move lcd remote common declarations to lcd-remote.h
Rafaël Carré
3
-6
/
+2
2012-01-07
lcd-remote-target.h: remove more duplicates
Rafaël Carré
1
-2
/
+0
2012-01-07
lcd-remote-target.h: remove duplicate declarations
Rafaël Carré
1
-2
/
+0
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
1
-1
/
+1
2012-01-03
Fix path to PP crt0
Rafaël Carré
2
-2
/
+2
2011-12-21
Make more local functions static.
Boris Gjenero
1
-1
/
+1
2011-12-18
Add KEEP() around vectors in linker scripts.
Boris Gjenero
1
-1
/
+1
2011-11-22
FS#12397 : On targets which load .data directly into its final location and l...
Boris Gjenero
1
-9
/
+1
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
1
-5
/
+5
2010-09-20
*/app.lds: remove STUBOFFSET
Rafaël Carré
1
-8
/
+2
2010-06-11
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
1
-1
/
+1
2010-05-31
Port the greylib blitting optimisation to m:robe 100. It's even more efficien...
Jens Arnold
1
-27
/
+15
2010-03-08
Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...
Thomas Martitz
1
-2
/
+2
2010-03-03
Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...
Thomas Martitz
1
-3
/
+15
2009-11-03
Comment out LOGF_ENABLE defines everywhere, replace evil comments
Jeffrey Goode
1
-1
/
+1
2009-08-14
mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime
Robert Kukla
1
-4
/
+16
2009-07-26
initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...
Robert Kukla
7
-18
/
+709
2009-07-11
ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...
Jens Arnold
1
-15
/
+14
2009-06-19
Clean up the Synaptics touchpad driver.
Mark Arigo
2
-69
/
+30
2009-04-25
Remove unnecessary #include "adc.h"
Bertrik Sikken
1
-1
/
+0
2009-02-20
Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...
Michael Sevakis
1
-2
/
+2
2009-02-18
Backlight brightness and button lights for the Philips HDD1630
Mark Arigo
1
-23
/
+7
2009-01-27
Move the PP5020 ADC defines to the c-file instead of repeating them across th...
Mark Arigo
1
-6
/
+0
2008-12-24
Simplify powermgmt thread loops so it calls functions turn (no more power_thr...
Michael Sevakis
1
-4
/
+0
2008-12-19
Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...
Mark Arigo
1
-0
/
+3
2008-12-17
Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w...
Mark Arigo
1
-477
/
+18
2008-12-03
Straighten out some powermanagement stuff. Give target complete control over ...
Michael Sevakis
1
-3
/
+4
2008-11-07
Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...
Jens Arnold
1
-0
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
9
-18
/
+36
2008-06-27
make mrobe100 touchstrip driver less sensitive by checking for the finger bit...
Dominik Wenger
1
-23
/
+46
2008-06-03
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...
Michael Sevakis
1
-2
/
+2
2008-05-04
Make the H10 bootloader work again. Also fix the same problem that might be a...
Barry Wardell
1
-2
/
+2
2008-05-01
Make the linker complain if the bootloader isn't going to fit into IRAM on PP...
Barry Wardell
1
-6
/
+14
2008-04-29
Make sure the linker considers crt0*.o before all files specified on the comm...
Jens Arnold
2
-2
/
+2
2008-04-25
m:robe 100 - backlight PWM fading
Robert Kukla
2
-6
/
+24
2008-04-20
move some data around to place qh_array at the start of iram. This saves up t...
Frank Gevaerts
1
-9
/
+10
2008-04-15
m:robe 100 - enable setting for buttonlight brightness
Robert Kukla
2
-16
/
+13
2008-04-07
Make the greyscale library work on the m:robe 100. Testing on target done by ...
Jens Arnold
2
-20
/
+135
[next]