rockbox/firmware
Karl Kurbjun 968ba0a277 More ATA work (that doesn't work)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14848 a1c6a512-1295-4272-9138-f99709370657
2007-09-25 01:44:57 +00:00
..
common import and use the Linux one instead, bound to be faster 2007-09-18 07:04:05 +00:00
decompressor
drivers ata_flash.c: write 32 bits to the buffer at a time when reading a sector. 2007-09-22 22:53:29 +00:00
export The C200 LCD controller is a Samsung S6B33B2. Define appropriate register names, and implement display flip. 2007-09-24 00:18:09 +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 More ATA work (that doesn't work) 2007-09-25 01:44:57 +00:00
test
usbstack Get/Set Interface - just stores the value, makes one more compliance test pass 2007-09-20 23:31:57 +00:00
app.lds Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. 2007-09-21 15:51:53 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
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 Seperate M:Robe crt0.S, fix the vector tables for the bootloader, and show touchscreen values on single line. 2007-09-22 06:04:14 +00:00
buffer.c
COPYING
debug.c
descramble.S
eeprom_settings.c
enc_base.c
FILES add some missing files 2007-09-20 08:11:56 +00:00
font.c
font_cache.c
general.c
hangul.c
hotswap.c
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 Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. 2007-09-21 15:51:53 +00:00
logf.c
lru.c
Makefile
mp3_playback.c
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
pcm_playback.c A few minor cleanups for the Gigabeat S 2007-09-22 02:17:08 +00:00
pcm_record.c
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
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
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 Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki. 2007-09-20 04:46:41 +00:00
SOURCES start of the tsc2100 driver. 2007-09-22 14:21:07 +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 Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki. 2007-09-20 04:46:41 +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 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

See docs/README