.. |
sansa-c200v2
|
|
|
sansa-clip
|
|
|
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
|
sansa clipzip: fix rectangle setup of type 1 lcd
|
2011-09-16 14:21:08 +00:00 |
sansa-e200v2
|
|
|
sansa-fuze
|
|
|
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
|
|
|
adc-target.h
|
|
|
app.lds
|
|
|
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
|
|
|
backlight-e200v2-fuze.c
|
|
|
boot.lds
|
|
|
button-e200v2-fuze.c
|
|
|
clock-target.h
|
|
|
dbop-as3525.c
|
|
|
dbop-as3525.h
|
|
|
debug-as3525.c
|
Move dbg_hw_info() into target tree. FS#11735 by me
|
2011-06-05 10:26:06 +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
|
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 |
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
|
|
|
kernel-as3525.c
|
|
|
lcd-as-e200v2-fuze-fuzev2.S
|
|
|
lcd-clip.h
|
|
|
lcd-fuze.c
|
|
|
lcd-fuze.h
|
|
|
lcd-ssd1303.c
|
|
|
memory-init.S
|
Initial framework for the Sandisk Sansa Clip Zip
|
2011-08-27 16:21:19 +00:00 |
pcm-as3525.c
|
Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it.
|
2011-09-01 12:15:43 +00:00 |
power-as3525.c
|
|
|
powermgmt-target.h
|
Initial framework for the Sandisk Sansa Clip Zip
|
2011-08-27 16:21:19 +00:00 |
scrollwheel-as3525.c
|
|
|
sd-as3525.c
|
Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wrong (the total number of drives in the system is not really related to the number of sd devices), but at least it's less wrong than NUM_VOLUMES and it matches the (wrong) assumptions the rest of the drivers make
|
2011-09-18 12:51:54 +00:00 |
sd-as3525v2.c
|
AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead of using |= or &= )
|
2011-04-18 21:13:40 +00:00 |
system-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 |
system-target.h
|
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
|
2011-02-02 17:43:32 +00:00 |
timer-as3525.c
|
|
|
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
|
AMSv2 USB: Write usb_delay() in assembly
|
2011-05-03 17:17:23 +00:00 |
usb-drv-as3525v2.h
|
|
|
usb-target.h
|
|
|