.. |
archos/av300
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
as3525
|
Enable display contrast setting and implement flip for the Clip.
|
2008-11-25 22:29:17 +00:00 |
imx31
|
Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 44.1 and 48 kHz.
|
2008-11-22 12:17:26 +00:00 |
ipod
|
Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe.
|
2008-11-07 00:15:53 +00:00 |
iriver
|
Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe.
|
2008-11-07 00:15:53 +00:00 |
olympus
|
Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe.
|
2008-11-07 00:15:53 +00:00 |
philips
|
Fix a warning introduced by r18940
|
2008-11-10 23:20:19 +00:00 |
pnx0101
|
Move kernel tick initialization and handling to the target tree for ones remaining in kernel.c
|
2008-10-29 10:26:46 +00:00 |
s3c2440
|
Last commit for the flash bootloader. The bootloader build works properly either flashed or unflashed.
|
2008-11-12 05:11:18 +00:00 |
s5l8700
|
make the meizu bootloaders compile again with the new storage infrastructure
|
2008-11-11 14:11:49 +00:00 |
sandisk
|
Sansa AMS: use the AS3514 ADC driver
|
2008-11-10 20:55:56 +00:00 |
tatung/tpj1022
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
tcc77x
|
Strange little kernel optimization to ease targeting the timer tick and to limit the number of loops in the tick function to the number of tasks added rather than always looping the max number.
|
2008-10-27 16:30:24 +00:00 |
tcc780x
|
D2: Adjust the timing delay in ltv250qv_write() since several users still report seeing the 'repeated lines' display bug.
|
2008-11-17 21:56:08 +00:00 |
tms320dm320
|
Strange little kernel optimization to ease targeting the timer tick and to limit the number of loops in the tick function to the number of tasks added rather than always looping the max number.
|
2008-10-27 16:30:24 +00:00 |
adc-as3514.c
|
Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by the wmcodec API used with the Wolfson codecs. The intention is to implement this API for the AS3525 and then share code with the Sansa V2 ports.
|
2008-10-31 00:16:42 +00:00 |
adc-pp5020.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
ascodec-pp.c
|
Fix c200 warning.
|
2008-11-25 16:31:24 +00:00 |
ascodec-target.h
|
Add register bit defines for as3514 and clean stuff up. Reduce poppiness at startup and shutdown (and even powerup for e200). Really, I can't honestly say it will help anything but an e200v1 but I'm sick of the noises. ;)
|
2008-11-25 16:16:06 +00:00 |
ata-as-arm.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
ata-nand-telechips.c
|
Telechips NAND: much improved read reliability on D2/iAudio7. More work is required for M200/DAX, but an improvement is evident nonetheless. LPT buffers are now buffer_alloc'd after determining the required size, so most targets should also see a healthy reduction in RAM usage.
|
2008-11-16 15:44:49 +00:00 |
ata-pp5002.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
ata-pp5020.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
ata-sd-pp.c
|
First part of FS#9570 by Antonius Hellmann. Disables power to the SD memory when not in use. Gives a sizeable power savings (4 mA by his measurement).
|
2008-11-24 03:59:21 +00:00 |
ata-sd-target.h
|
Moved microsd_int declaration from system-pp502x.c to ata-sd-target.h
|
2008-06-28 19:36:21 +00:00 |
ata-target.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
audio-pp.c
|
Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code
|
2008-07-16 11:02:14 +00:00 |
crt0-pp-bl.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
crt0-pp.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
crt0.S
|
Sansa AMS: Use IRAM (in app linker script and crt0.S)
|
2008-11-18 17:15:56 +00:00 |
ffs-arm.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
i2c-pp.c
|
Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by the wmcodec API used with the Wolfson codecs. The intention is to implement this API for the AS3525 and then share code with the Sansa V2 ports.
|
2008-10-31 00:16:42 +00:00 |
i2c-telechips.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
i2s-pp.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
kernel-pp.c
|
Move kernel tick initialization and handling to the target tree for ones remaining in kernel.c
|
2008-10-29 10:26:46 +00:00 |
lcd-as-memframe.S
|
Fix red for target with insanely wide LCDs.
|
2008-07-15 18:59:05 +00:00 |
lcd-ssd1815.c
|
make the m200v2 lcd work again with higher cpu frequency
|
2008-11-02 01:10:29 +00:00 |
memcpy-arm.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
memmove-arm.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
memset-arm.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
memset16-arm.S
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mmu-arm.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mmu-arm.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
pcm-pp.c
|
Add register bit defines for as3514 and clean stuff up. Reduce poppiness at startup and shutdown (and even powerup for e200). Really, I can't honestly say it will help anything but an e200v1 but I'm sick of the noises. ;)
|
2008-11-25 16:16:06 +00:00 |
pcm-telechips.c
|
Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs.
|
2008-09-22 19:15:18 +00:00 |
system-arm.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
system-pp502x.c
|
Move declaration of button_int and clickwheel_int to the proper header file instead of declaring it locally in the .c file
|
2008-06-29 11:03:12 +00:00 |
system-pp5002.c
|
Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code
|
2008-07-16 11:02:14 +00:00 |
system-target.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
usb-drv-arc.c
|
reorganise the USB stack a bit to allow for easier integration of non-ARC controller drivers
|
2008-10-03 22:43:16 +00:00 |
usb-fw-pp502x.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
usb-fw-pp5002.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
usb-target.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
wmcodec-pp.c
|
iPod Video: Fix playback after recording (FS #7402). Implement recording gain adjustment. * Enable timeout for zero-crossing detection (SLOWCLK), avoids hanging volume/ gain due to DC offsets.
|
2008-09-13 19:34:16 +00:00 |
wmcodec-telechips.c
|
Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs.
|
2008-09-22 19:15:18 +00:00 |