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
/
as3525
/
sansa-fuze
Age
Commit message (
Expand
)
Author
2009-02-18
Get rid of disabling irq. Simply blocking does it too, it also caused problem...
Thomas Martitz
2009-02-17
Fix red
Thomas Martitz
2009-02-17
Setting GPIOA_PIN 1 is apparently not needed (anymore)
Thomas Martitz
2009-02-17
Some Sansa Fuze work: Get Home button working (no keymap changes yet, so it's...
Thomas Martitz
2009-01-27
Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...
Thomas Martitz
2009-01-18
Commit second part of FS#9663 by Thomas Martitz. Enable button light on fuze...
Michael Giacomelli
2008-12-31
Updated Fuze button code. FS#9645 by Thomas Martitz.
Björn Stenberg
2008-12-16
Commit FS#9623 by Thomas Martitz. General LCD clean up. Removes needless de...
Michael Giacomelli
2008-12-04
Sansa AMS: centralize clock settings in clock-target.h
Rafaël Carré
2008-11-30
Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk)
Rafaël Carré
2008-11-28
Sansa Fuze: do not modify the CCU_IO register since we don't use GPIOD
Rafaël Carré
2008-11-28
Sansa Fuze: remove left over copy-pasta (fix status bar flickering)
Rafaël Carré
2008-11-26
Sansa AMS: implement set_cpu_frequency()
Rafaël Carré
2008-11-26
Sansa AMS: correct timer definition (clk_main == 24MHz / 16)
Rafaël Carré
2008-11-26
Fix reds. Also note my r19221 commit message had a typo - shoudld have been ...
Steve Bavin
2008-11-24
Preliminary button driver for Sansa Fuze. FS#9575 by Thomas Martitz.
Björn Stenberg
2008-11-23
Implement a basic uncalibrated battery reading for all as3525 targets with a ...
Bertrik Sikken
2008-11-22
Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GP...
Dave Chapman
2008-11-17
Correct the xoffset used when display_flipped is false - fixes the display in...
Dave Chapman
2008-11-11
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...
Dave Chapman
2008-11-11
FS#9535 - Sansa Fuze sim
Jonathan Gordon
2008-11-10
Fuze: remove an unused variable
Rafaël Carré
2008-11-01
Clean up the Fuze LCD driver. The only functional change is to write 0x7030 ...
Dave Chapman
2008-11-01
Unify the e200v2 and Fuze backlight/buttonlight code - it is identical.
Dave Chapman
2008-11-01
Add Sansa Fuze to the build system, including a first (untested) attempt at a...
Dave Chapman