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
/
export
/
as3525.h
Age
Commit message (
Expand
)
Author
2011-12-13
Move usb-s3c6400 register comments to usb-s3c6400.h
Rafaël Carré
2011-12-10
AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before ...
Bertrik Sikken
2011-12-08
AS3525v1/v2:
Michael Sevakis
2011-01-20
Fuze V2: Fix hold switch behavior. Add a GPIOx_PIN_MASK macro to AS3525.
Michael Sevakis
2010-07-22
CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.h
Rafaël Carré
2010-06-18
as3525*: enable MMU in bootloader
Rafaël Carré
2010-05-26
as3525: write irq/fiq handlers in C
Rafaël Carré
2010-05-19
as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse...
Rafaël Carré
2010-05-18
Enable/disable second pll dynamically on usb plugin/remove.
Tobias Diedrich
2010-05-18
as3525v2: add usb driver stub, enable usb phy&core init
Amaury Pouly
2010-05-13
as3525: use DMA for recording
Rafaël Carré
2010-04-13
s5l870x : use mmu-arm.S
Rafaël Carré
2010-04-03
Clipv2: fix grey lcd output
Rafaël Carré
2010-02-06
as3525: add a few more CGU_PERI definitions
Bertrik Sikken
2010-02-05
Untested attempt at a Clip+ LCD driver using SSP (PrimeCell PL022)
Rafaël Carré
2010-01-03
Fix more tabs
Andree Buschmann
2009-11-24
Sansa AMS : fix recording
Rafaël Carré
2009-11-01
Sansa AMS recording support (Microphone and FM)
Rafaël Carré
2009-08-31
Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit tra...
Thomas Martitz
2009-07-12
Correct svn:keywords and svn:eol-style on a few more files.
Thomas Martitz
2009-07-06
Samsa AMS: start of an USB driver (nothing working atm)
Rafaël Carré
2009-06-29
Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h
Rafaël Carré
2009-06-08
FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed up
Rafaël Carré
2009-05-22
Sansa AMS : remove misleading comment
Rafaël Carré
2009-05-20
Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This ...
Thomas Martitz
2009-02-25
DBOP_DIN is 16bit wide.
Thomas Martitz
2009-01-27
Redo some parts of my previous commit, thanks Jens and Dave
Thomas Martitz
2009-01-18
Commit second part of FS#9663 by Thomas Martitz. Enable button light on fuze...
Michael Giacomelli
2008-12-30
Implemented system_reboot().
Björn Stenberg
2008-12-15
Apply FS#9650 (by Thomas Martitz). This adds hotswap and microSD support for ...
Frank Gevaerts
2008-12-05
Sansa AMS: use vectored interrupts
Rafaël Carré
2008-11-28
Sansa AMS: I2SOUT registers definitions
Rafaël Carré
2008-11-06
AS3525: implement tick_start() with TIMER2
Rafaël Carré
2008-11-06
AS3525: timer support
Rafaël Carré
2008-11-02
AS3525 : fix interrupts support (but leave them disabled)
Rafaël Carré
2008-10-28
Sansav2 : initializes SDRAM
Rafaël Carré
2008-10-19
The GPIO registers are 8-bit, so define them as such.
Dave Chapman
2008-10-12
Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and Fra...
Dave Chapman