rockbox/firmware/target/coldfire/iaudio/x5
Michael Sevakis 36c940555c SWCODEC recording: More cleanup of stuff after queue additions and audio driver unification.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11783 a1c6a512-1295-4272-9138-f99709370657
2006-12-17 11:03:19 +00:00
..
adc-target.h General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. 2006-10-30 11:33:38 +00:00
adc-x5.c General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. 2006-10-30 11:33:38 +00:00
ata-x5.c iAudio X5 target-specific ATA driver code 2006-03-07 13:19:34 +00:00
audio-x5.c SWCODEC recording: More cleanup of stuff after queue additions and audio driver unification. 2006-12-17 11:03:19 +00:00
backlight-target.h Coldfire targets: Got the rest of the coldfire code out of backlight.c. Straightened up related items in configs and split backlight_set_brightness between the normal and boot/sim builds like the other functions. Should really have done all that in the first place. 2006-11-10 18:47:41 +00:00
backlight-x5.c Coldfire targets: Got the rest of the coldfire code out of backlight.c. Straightened up related items in configs and split backlight_set_brightness between the normal and boot/sim builds like the other functions. Should really have done all that in the first place. 2006-11-10 18:47:41 +00:00
button-target.h Cleanup of new button reading code. Moved functions for enabling of scanning and the decision to scan or not to button_read_device. 2006-10-28 23:10:45 +00:00
button-x5.c Cleanup of new button reading code. Moved functions for enabling of scanning and the decision to scan or not to button_read_device. 2006-10-28 23:10:45 +00:00
lcd-as-x5.S H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at 124MHz: 10.5% on X5, 16.5% on H300. mpegplayer speedup 3..4% 2006-11-04 00:42:18 +00:00
lcd-remote-target.h x5: No more remote LCD streaks when powering off with remote active. Will not affect hot unplugging of course. 2006-09-17 09:19:50 +00:00
lcd-remote-x5.c Fixed remote contrast settings. Maybe'll get some build errors here. 2006-09-26 20:46:17 +00:00
lcd-x5.c H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at 124MHz: 10.5% on X5, 16.5% on H300. mpegplayer speedup 3..4% 2006-11-04 00:42:18 +00:00
m5636-target.h Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduce the battery consumption. 2006-07-13 07:40:30 +00:00
m5636-x5.c Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduce the battery consumption. 2006-07-13 07:40:30 +00:00
pcf50606-x5.c X5: Slightly lower threshold value to reliably disable constant adc reading when no button is pressed. 2006-11-26 18:24:23 +00:00
power-x5.c x5: No more remote LCD streaks when powering off with remote active. Will not affect hot unplugging of course. 2006-09-17 09:19:50 +00:00
system-x5.c Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. 2006-11-06 18:07:30 +00:00
usb-target.h USB mode for iAudio X5 2006-03-22 11:06:45 +00:00
usb-x5.c iAudio X5: USB mode working again 2006-10-18 20:56:29 +00:00