.. |
common
|
Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later.
|
2008-03-12 11:08:41 +00:00 |
decompressor
|
|
|
drivers
|
Fix bug in 2 bit vertical interleaved LCD driver: Native partial bitmaps weren't drawn when the total bitshift (depending on source and destination clipping) was > 7 Bit.
|
2008-03-21 14:21:29 +00:00 |
export
|
differentiate between connected and powered in usb_detect()
|
2008-03-20 20:01:28 +00:00 |
include
|
FS#7598 - Dircache support for multivolume targets (by Phil Light).
|
2008-03-11 19:39:26 +00:00 |
target
|
Modification to scale_suspend_core to prevent a potential permanent freezing of the other core. Just unfreeze it unconditionally after freezing it since it really makes no difference to do so right now. Don't bother with freezing/unfreezing if compiling as single.
|
2008-03-21 17:20:57 +00:00 |
test
|
Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties.
|
2007-10-16 01:25:17 +00:00 |
usbstack
|
move boosting for usb around a bit, so the cpu is boosted for the entire duration of actual use of storage. On some setups just boosting for the actual transfers doesn't seem to work
|
2008-03-20 22:05:11 +00:00 |
arabjoin.c
|
|
|
arabjoin.h
|
|
|
ata_idle_notify.c
|
It makes more sense for the callback registrar to decide if its a "oneshot" then the callback caller.
|
2008-03-17 05:22:53 +00:00 |
backlight.c
|
M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the correct hold switch. * Kill a warning.
|
2008-03-19 00:34:56 +00:00 |
bidi.c
|
code police, no functional changes
|
2007-07-30 22:33:31 +00:00 |
boot.lds
|
More iAudio M3 work. Bootloader compiles, but doesn't work yet.
|
2008-03-12 20:35:42 +00:00 |
buffer.c
|
|
|
COPYING
|
|
|
debug.c
|
|
|
eeprom_settings.c
|
|
|
enc_base.c
|
|
|
events.c
|
It makes more sense for the callback registrar to decide if its a "oneshot" then the callback caller.
|
2008-03-17 05:22:53 +00:00 |
FILES
|
Initial Cowon D2 commit:
|
2008-01-14 22:04:48 +00:00 |
font.c
|
Fix 64 bit simulator warning.
|
2007-10-02 17:04:56 +00:00 |
font_cache.c
|
|
|
general.c
|
mpegplayer: Make playback engine fully seekable and frame-accurate and split into logical parts. Be sure to have all current features work. Actual UI for seeking will be added soon. Recommended GOP size is about 15-30 frames depending on target or seeking can be slow with really long GOPs (nature of MPEG video). More refined encoding recommendations for a particular player should be posted soon.
|
2007-12-29 19:46:35 +00:00 |
hangul.c
|
|
|
hotswap.c
|
Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later.
|
2008-03-12 11:08:41 +00:00 |
id3.c
|
Revert accidental tree commit. Sorry for that.
|
2008-03-08 23:50:55 +00:00 |
ifp_usb_serial.c
|
move the ifp7xx usb serial driver files to more specific names, to make the "usb_serial" name available for more general usb class driver use
|
2008-03-02 18:16:24 +00:00 |
kernel.c
|
Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.
|
2008-02-08 02:20:05 +00:00 |
logf.c
|
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu.
|
2008-03-02 20:45:33 +00:00 |
lru.c
|
|
|
Makefile
|
|
|
mp3_playback.c
|
compile talk.c on hwcodec sim. it wont actually talk though
|
2007-11-07 09:28:07 +00:00 |
mp3data.c
|
Fix simulator builds, and some debugf() format strings.
|
2007-03-17 09:54:28 +00:00 |
mpeg.c
|
Change files to use the public function sleep() and not the intenal kernel function sleep_thread().
|
2008-03-20 15:20:06 +00:00 |
panic.c
|
iAudio M3: ADC driver, making buttons and battery voltage reading work. * Disable the multi-colour LED for now to save power. Proper handling will be added later. * Make reboot on button press work on iAudio X5, M5, M3 in panicf(), and on M3 in UIE().
|
2008-03-17 00:19:23 +00:00 |
pcm.c
|
Still on the post-big-commit policing. Correct a function call order. Comment a couple things.
|
2007-10-07 23:19:09 +00:00 |
pcm_record.c
|
Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM buffer is empty and save some power. Codec API becomes incompatible so full updates! :)
|
2007-11-30 05:16:56 +00:00 |
pcm_sampr.c
|
|
|
powermgmt.c
|
m:robe 100 - remove ugly workaround for false initial voltage readings and wait until readings have settled instead
|
2008-03-11 09:38:12 +00:00 |
profile.c
|
|
|
README
|
|
|
replaygain.c
|
Remove some debug code. Remove some unnecessary checks.
|
2007-08-25 10:56:22 +00:00 |
rolo.c
|
Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & remote power button vs. the respective hold switch, and shut down when on hold. On X5/M5 this check is not strictly necessary for the main unit, but left there to keep things uniform. (2) M3: Stop reading the ADC properly before leaving the bootloader, on RoLo, and on reboot, to make it work reliably after those transitions. (3) Disable all interrupt sources on system init to avoid premature ISR calls after enabling interrupts in general. (4) iAudios: Proper implementation of ide_powered(), avoiding nasty HDD clicks in the bootloader when powering down, e.g. because of Hold. (5) Slight optimisations.
|
2008-03-17 23:47:38 +00:00 |
rom.lds
|
|
|
scroll_engine.c
|
Add viewport capabilities to all the LCD drivers, and adapt scrolling code. This is the firmware/ part of FS#8385 - the changes to the WPS code still need more work and will be committed at a later date. NOTE: There are no user-visible changes with this commit - just the infrastructure.
|
2008-01-07 20:34:11 +00:00 |
sound.c
|
mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2) disable line-out since there's no connector.
|
2008-02-06 05:15:06 +00:00 |
SOURCES
|
iAudio M3: ADC driver, making buttons and battery voltage reading work. * Disable the multi-colour LED for now to save power. Proper handling will be added later. * Make reboot on button press work on iAudio X5, M5, M3 in panicf(), and on M3 in UIE().
|
2008-03-17 00:19:23 +00:00 |
system.c
|
Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.
|
2008-02-08 02:20:05 +00:00 |
thread.c
|
Implement core_sleep() for TCC780x (single core).
|
2008-03-22 13:18:47 +00:00 |
timer.c
|
Fix empty commit: Add grayscale support for ARM in vertical packing format.
|
2007-09-22 23:37:58 +00:00 |
tuner.c
|
e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen got broken again and was ignoring cancellation and not drawing the lines.
|
2007-07-14 22:00:50 +00:00 |
usb.c
|
fix H10 not rebooting on usb connect. Apologies to H10 users who enjoyed their free but unintended USB stack.
|
2008-03-21 20:22:04 +00:00 |