.. |
sansa-c200v2
|
Enable display and backlight on panic.
|
2010-06-18 13:45:24 +00:00 |
sansa-clip
|
Sansa clip+: fix display brightness for players with newer OLED controller type (and reorganise the variant detection a bit in the process)
|
2010-07-22 15:31:24 +00:00 |
sansa-clipplus
|
Sansa clip+: do not set GPIO B7 in the display driver, it's already used for FM radio I2C
|
2011-04-02 08:24:14 +00:00 |
sansa-clipv2
|
Sansa Clip v2: there's no need to use |= or &= to manipulate a GPIO for the button light
|
2011-04-08 21:51:46 +00:00 |
sansa-clipzip
|
Clip Zip: fix yuv playback
|
2011-12-03 21:39:39 +00:00 |
sansa-e200v2
|
Fuze*/e200v2: remove unused lcd_set_contrast()
|
2010-07-14 06:48:36 +00:00 |
sansa-fuze
|
Enable display and backlight on panic.
|
2010-06-18 13:45:24 +00:00 |
sansa-fuzev2
|
AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead of using |= or &= )
|
2011-04-18 21:13:40 +00:00 |
sansa-m200v4
|
Enable display and backlight on panic.
|
2010-06-18 13:45:24 +00:00 |
adc-target.h
|
Sansa AMS: use the AS3514 ADC driver
|
2008-11-10 20:55:56 +00:00 |
app.lds
|
*/app.lds: remove STUBOFFSET
|
2010-09-20 17:09:55 +00:00 |
ascodec-as3525.c
|
Sansa AMS/AMSv2: analog front-end register CVDD/DCDC3 doesn't exist in AMSv2, so don't modify it
|
2011-09-21 21:48:19 +00:00 |
ascodec-target.h
|
Merge functionality of wakeups and semaphores-- fewer APIs and object types. semaphore_wait takes a timeout now so codecs and plugins have to be made incompatible. Don't make semaphores for targets not using them.
|
2011-03-02 08:49:38 +00:00 |
audio-as3525.c
|
AS3525v1/v2:
|
2011-12-08 19:20:00 +00:00 |
backlight-e200v2-fuze.c
|
FS#10306 by Thomas Martitz : button light doesn't change on SD transfers on Sansa AMS (Fuze & e200v2)
|
2009-06-18 22:33:02 +00:00 |
boot.lds
|
as3525*: enable MMU in bootloader
|
2010-06-18 17:33:51 +00:00 |
button-e200v2-fuze.c
|
Fuzev2: Scrollwheel works like a charm :)
|
2010-04-01 16:07:56 +00:00 |
clock-target.h
|
revert r28834 because it causes problems with uSD
|
2010-12-29 16:07:15 +00:00 |
dbop-as3525.c
|
DBOP noise on C200v2 goes away if we precharge long enough.
|
2010-06-27 02:50:24 +00:00 |
dbop-as3525.h
|
Sansa AMS: Time has shown that switching between 16 and 32bit mode costs much time (due to the micro delay needed), so do 32bit transfers unconditionally for lcd updates at the cost of updating slightly larger rectangles (gives upto 15% speed up, nearly at maximum now).
|
2010-01-07 22:21:41 +00:00 |
debug-as3525.c
|
Sansa clip zip: show AMSv2 variant in debug menu
|
2011-11-02 22:40:35 +00:00 |
debug-target.h
|
Move dbg_hw_info() into target tree. FS#11735 by me
|
2011-06-05 10:26:06 +00:00 |
dma-pl081.c
|
Deal with a complication when transferring recording method from PP5024: since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases.
|
2011-12-12 20:12:22 +00:00 |
dma-target.h
|
AS3525: Implement a true audio pause and full-resolution audio tick. Take care of a few atomic hotspots.
|
2011-01-19 09:15:23 +00:00 |
fmradio-i2c-as3525.c
|
Initial framework for the Sandisk Sansa Clip Zip
|
2011-08-27 16:21:19 +00:00 |
i2s-as3525.c
|
Fix Clip firmware building by adding missing symbols
|
2008-11-10 11:04:43 +00:00 |
kernel-as3525.c
|
AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI.
|
2010-07-02 06:00:00 +00:00 |
lcd-as-e200v2-fuze-fuzev2.S
|
FS#11335 by me: make ARM assembly functions thumb-friendly
|
2010-06-11 04:41:36 +00:00 |
lcd-clip.h
|
lcd-clip.h: mentions clipv2
|
2010-07-22 17:17:31 +00:00 |
lcd-fuze.c
|
Fuze*/e200v2: remove unused lcd_set_contrast()
|
2010-07-14 06:48:36 +00:00 |
lcd-fuze.h
|
Fuzev1/v2 : lcd_set_flip()
|
2010-05-29 13:43:18 +00:00 |
lcd-ssd1303.c
|
Sansa clip+: fix display brightness for players with newer OLED controller type (and reorganise the variant detection a bit in the process)
|
2010-07-22 15:31:24 +00:00 |
memory-init.S
|
Initial framework for the Sandisk Sansa Clip Zip
|
2011-08-27 16:21:19 +00:00 |
pcm-as3525.c
|
Deal with a complication when transferring recording method from PP5024: since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases.
|
2011-12-12 20:12:22 +00:00 |
power-as3525.c
|
as3525v2: RTC alarm
|
2010-05-22 00:28:03 +00:00 |
powermgmt-target.h
|
Initial framework for the Sandisk Sansa Clip Zip
|
2011-08-27 16:21:19 +00:00 |
scrollwheel-as3525.c
|
Fix FS#12351: The poweroff timer was not reset on scroll wheel activity for e200 and simulator. Thanks to Nick Peskett.
|
2011-10-28 17:23:40 +00:00 |
sd-as3525.c
|
Deal with a complication when transferring recording method from PP5024: since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases.
|
2011-12-12 20:12:22 +00:00 |
sd-as3525v2.c
|
Deal with a complication when transferring recording method from PP5024: since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases.
|
2011-12-12 20:12:22 +00:00 |
system-as3525.c
|
Deal with a complication when transferring recording method from PP5024: since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases.
|
2011-12-12 20:12:22 +00:00 |
system-target.h
|
Sansa clip zip: update mkamsboot and fix various drivers to make it boot to the main firmware
|
2011-10-29 17:08:05 +00:00 |
timer-as3525.c
|
AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI.
|
2010-07-02 06:00:00 +00:00 |
tuner-as3525v2.c
|
Return valid tuner ID even when tuner is not detected properly. Fixes FS#11791
|
2011-02-22 13:58:06 +00:00 |
usb-as3525.c
|
Scrub r30546 bootloader build errors.
|
2011-09-14 16:00:26 +00:00 |
usb-drv-as3525.c
|
Move AMSv1 (AMSv2 had been done already) to using setup packet request to detect a host.
|
2011-09-14 15:26:57 +00:00 |
usb-drv-as3525.h
|
Merge functionality of wakeups and semaphores-- fewer APIs and object types. semaphore_wait takes a timeout now so codecs and plugins have to be made incompatible. Don't make semaphores for targets not using them.
|
2011-03-02 08:49:38 +00:00 |
usb-drv-as3525v2.c
|
Sansa AMSv2 USB: Simplify union around struct usb_ctrlrequest and remove duplicate alignment attribute
|
2011-11-27 00:22:12 +00:00 |
usb-drv-as3525v2.h
|
revert r27991
|
2010-09-03 22:18:04 +00:00 |
usb-target.h
|
as3525: don't export empty usb_init_device(), declare it as empty inline
|
2010-05-27 12:00:18 +00:00 |