index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
sandisk
Age
Commit message (
Expand
)
Author
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-08-19
fix more red
Nils Wallménius
2009-07-17
Add information gleaned from disassembling the main firmware image. Detect lc...
Robert Keevil
2009-07-13
FS#10436 - add the Sansa View to the build system. The bootloader builds but...
Robert Keevil
2009-07-11
ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...
Jens Arnold
2009-06-17
Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driver
Rafaël Carré
2009-04-26
Remove the calls to backlight_lcd_sleep_countdown from target specific code a...
Thomas Martitz
2009-04-25
Remove unnecessary #include "adc.h"
Bertrik Sikken
2009-03-30
Remove that orphaned and wrong #if
Thomas Martitz
2009-03-30
Fix yellow.
Thomas Martitz
2009-03-29
Correct some preprocessor checks.
Thomas Martitz
2009-03-17
One more try: Fix remaining reds and yellows
Thomas Martitz
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-17
The c200 didn't got in for some reason.
Thomas Martitz
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
2009-02-20
Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...
Michael Sevakis
2009-01-26
Commit FS#9724, which reworks the preprocessor defines related to backlight f...
Thomas Martitz
2009-01-18
Commit battery discharge curve for c200v1 by BertrikSikken. The old one wasn...
Michael Giacomelli
2009-01-11
c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...
Michael Sevakis
2008-12-03
Straighten out some powermanagement stuff. Give target complete control over ...
Michael Sevakis
2008-11-26
Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe...
Steve Bavin
2008-11-10
Sansa AMS: use the AS3514 ADC driver
Rafaël Carré
2008-11-07
Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...
Jens Arnold
2008-10-31
Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...
Dave Chapman
2008-10-21
Add c200 erase tools. The resulting .bin files can be run from e200tool
Frank Gevaerts
2008-08-05
Apply FS#9195 (LCD disable for sansa c200), which puts the sansa c200 display...
Bertrik Sikken
2008-08-05
Fix sansa c200 battery type comment.
Bertrik Sikken
2008-07-12
Delete an empty file that does not appear to be included by any target.
Rob Purchase
2008-06-29
Move declaration of button_int and clickwheel_int to the proper header file i...
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-03
Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...
Michael Sevakis
2008-05-28
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...
Michael Sevakis
2008-05-14
Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...
Michael Sevakis
2008-05-13
Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up ...
Mark Arigo
2008-05-12
Undo r17470 because of regressions in some debug menus.
Andree Buschmann
2008-05-12
Fix for FS#5162. Being able to read scrollwheel action via button_read_device...
Andree Buschmann
2008-05-04
Make the H10 bootloader work again. Also fix the same problem that might be a...
Barry Wardell
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
2008-05-01
Make the linker complain if the bootloader isn't going to fit into IRAM on PP...
Barry Wardell
2008-04-29
Make sure the linker considers crt0*.o before all files specified on the comm...
Jens Arnold
2008-04-20
move some data around to place qh_array at the start of iram. This saves up t...
Frank Gevaerts
2008-04-17
Rough battery calibration for the c200 based on results posted by Tomasz Wasi...
Michael Giacomelli
2008-04-15
FS#8898 - Prefix AS3514 registers with AS3514_
Bertrik Sikken
2008-04-07
explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...
Robert Kukla
2008-04-07
Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200....
Michael Sevakis
2008-04-07
Better sansa shutdown sequence in power_off.
Michael Sevakis
2008-04-06
e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.
Michael Sevakis
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-31
Change the remaining set_interrupt_status usage to the more parsimonious disa...
Michael Sevakis
2008-03-31
Fixes FS#8552. On some c200s, the second parameter in setting R_Y_ADDR_AREA w...
Mark Arigo
[next]