.. |
common
|
import and use the Linux one instead, bound to be faster
|
2007-09-18 07:04:05 +00:00 |
decompressor
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
drivers
|
usb stack code police, fix some warnings and set svn keywords correctly
|
2007-09-19 23:20:55 +00:00 |
export
|
usb stack code police, fix some warnings and set svn keywords correctly
|
2007-09-19 23:20:55 +00:00 |
include
|
Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO.
|
2007-09-08 12:20:53 +00:00 |
target
|
Add some magic to the Sansa c200 bootloader to boot the OF.
|
2007-09-19 03:02:34 +00:00 |
test
|
Removed second test
|
2007-01-09 23:38:42 +00:00 |
usbstack
|
usb stack code police, fix some warnings and set svn keywords correctly
|
2007-09-19 23:20:55 +00:00 |
app.lds
|
move the iriver ifp7xx and other pnx0101 related files together in the target tree
|
2007-04-19 10:14:55 +00:00 |
arabjoin.c
|
move some code from .h files to .c files and polish unicode.c a bit
|
2005-12-06 15:04:48 +00:00 |
arabjoin.h
|
arabjoin.h was emptied by accident
|
2005-12-06 15:15:54 +00:00 |
ata_idle_notify.c
|
Fix settings not saving to disk correctly, (fixes FS#6408)
|
2006-12-06 12:11:57 +00:00 |
backlight.c
|
* Don't touch the backlight(s) (and buttonlight) at backlight init in order to avoid a short flash when the lights are both disabled in the bootloader and in rockbox settings. * Properly reflect the backlight state set by the 1st/2nd gen bootloader.
|
2007-09-12 22:24:58 +00:00 |
bidi.c
|
code police, no functional changes
|
2007-07-30 22:33:31 +00:00 |
bitswap.S
|
|
|
boot.lds
|
Firmware "hacker" code for the e200r install so the full bootloader rom doesnt need to be written.
|
2007-09-09 11:20:20 +00:00 |
buffer.c
|
New scheduler, with priorities for swcodec platforms. Frequent task
|
2006-09-16 16:18:11 +00:00 |
COPYING
|
|
|
debug.c
|
Fix SH1 debug builds.
|
2007-03-02 20:03:41 +00:00 |
descramble.S
|
Fixed two more than 3 years old bugs in RoLo: (1) Read start address from image instead of using hard coded loadaddress+0x200. (2) Set desired stack pointer. The stack pointer used to remain wherever it was when invoking RoLo...
|
2005-11-28 22:42:38 +00:00 |
eeprom_settings.c
|
Prepare core support for the iriver bootloader supporting ROM images
|
2007-01-12 18:34:00 +00:00 |
enc_base.c
|
Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however.
|
2006-11-24 19:49:04 +00:00 |
FILES
|
Add missing files following the C200 commit
|
2007-09-08 19:49:31 +00:00 |
font.c
|
Fix yellow
|
2007-06-30 18:09:46 +00:00 |
font_cache.c
|
Font cache now uses memmove().
|
2006-02-06 17:24:47 +00:00 |
general.c
|
Forgot to use cvs add on a few new files in the fresh checkout I used. woops.
|
2006-11-06 18:18:05 +00:00 |
hangul.c
|
Add support for loadable vkeyboard layouts
|
2006-03-29 16:21:42 +00:00 |
hotswap.c
|
Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;).
|
2007-06-30 02:08:27 +00:00 |
id3.c
|
Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find.
|
2007-09-19 10:40:55 +00:00 |
kernel.c
|
Add a new timeout API to the kernel. Enable only for e200 right now since it's the only user. Use that as the one-shot delay for SD card inserts.
|
2007-07-29 04:49:19 +00:00 |
logf.c
|
Support building tagcache db natively on PC using the core of the
|
2006-11-10 08:03:33 +00:00 |
lru.c
|
waiting is over: initial unicode commit
|
2005-12-06 13:27:15 +00:00 |
Makefile
|
Prevent sysfont.h being regenerated during every build.
|
2007-01-18 00:46:52 +00:00 |
mp3_playback.c
|
Accept FS#7264 'Build with -Os switch for coldfire targets'.
|
2007-06-13 15:35:07 +00:00 |
mp3data.c
|
Fix simulator builds, and some debugf() format strings.
|
2007-03-17 09:54:28 +00:00 |
mpeg.c
|
Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find.
|
2007-09-19 10:40:55 +00:00 |
panic.c
|
Messages queues must be guarded on both ends or else it's a race between detecting a message present and missing a wakeup on thread about to wait. Keeping IRQs from interacting with the scheduler would be preferable but this should do at the moment. Add more detailed panic info regarding blocking violations so we know who. Make panicf function well enough on Gigabeat and PortalPlayer targets. Move the core sleep instructions into a CPU-specific inline to keep thing organized.
|
2007-05-12 05:20:04 +00:00 |
pcm_playback.c
|
Accept patch in FS#7751 by Catalin Patulea, move ifp port specific pcm code to a new file
|
2007-09-11 15:34:54 +00:00 |
pcm_record.c
|
Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first.
|
2007-06-08 23:42:04 +00:00 |
pcm_sampr.c
|
Forgot to use cvs add on a few new files in the fresh checkout I used. woops.
|
2006-11-06 18:18:05 +00:00 |
powermgmt.c
|
First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines.
|
2007-08-17 06:45:18 +00:00 |
profile.c
|
Fix bug in profiling that makes the timing for coldfire off by a factor of 2, and way off for pp.
|
2006-08-29 18:35:18 +00:00 |
README
|
|
|
replaygain.c
|
Remove some debug code. Remove some unnecessary checks.
|
2007-08-25 10:56:22 +00:00 |
rolo.c
|
Revert cosmetic change and staticing of the rolo_restart() function, because it would break rolo for gigabeat if anyone ever implemented it (because ICODE_ATTR is defined to be null for gigabeats).
|
2007-07-17 14:53:44 +00:00 |
rom.lds
|
Fixed the rombox generation for SH1.
|
2007-01-08 19:19:23 +00:00 |
scroll_engine.c
|
Scroll on main and remote with a single thread. Change the way system messages are defined before running out is an issue (which requires a full update of rockbox on the player).
|
2007-07-28 08:12:05 +00:00 |
sound.c
|
working volume control in the sim
|
2007-07-31 11:41:42 +00:00 |
SOURCES
|
* implement strstr
|
2007-09-17 23:06:23 +00:00 |
system.c
|
Add divide-by-zero trap for ARM instead of just silently ignoring them.
|
2007-07-09 13:53:12 +00:00 |
thread.c
|
Perform writeback before starting thread on another core or stack munging may not be coherent.
|
2007-08-05 12:32:34 +00:00 |
timer.c
|
Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100Hz. Metronome should work now but some pcm changes are needed to have faster tocks work correctly (in the works).
|
2007-07-06 21:36:32 +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
|
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
|
2007-09-04 08:03:07 +00:00 |
usb_serial.c
|
Changed endpoint 0 max packet size to 64 in order to make the driver
|
2006-02-12 23:18:36 +00:00 |