rockbox/firmware
Robert Hak 9047060d99 lets point to ../docs/README
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1871 a1c6a512-1295-4272-9138-f99709370657
2002-08-21 11:13:46 +00:00
..
common Now doesn't truncate the lenght when comparing path components 2002-08-15 11:26:12 +00:00
drivers Added icons for charcell simulator. 2002-08-21 10:43:31 +00:00
fonts Forgot to add the new files 2002-08-11 09:22:40 +00:00
include New vastly improved random algorithm: Mersenne Twister 2002-07-17 23:07:45 +00:00
malloc realloc takes a void * as first argument 2002-05-27 07:25:30 +00:00
test Storing the latest fat32 test code 2002-08-08 20:32:09 +00:00
ajf.c Gained about 128 KB buffer space by removing malloc() and the heap 2002-08-13 23:13:01 +00:00
ajf.h Forgot to add the new files 2002-08-11 09:22:40 +00:00
app.lds Gained about 128 KB buffer space by removing malloc() and the heap 2002-08-13 23:13:01 +00:00
backlight.c New backlight settings with always-off 2002-08-15 13:56:06 +00:00
backlight.h Moved settings.c/h to apps/ 2002-06-27 00:20:00 +00:00
bitswap.S Faster, 8-bit bitswap by Magnus Holmgren 2002-08-20 14:22:11 +00:00
chartables.c several charset fixes for the proportional font 2002-06-24 07:37:58 +00:00
config-player.h No DAC3550A in the recorder 2002-08-16 07:16:52 +00:00
config-playerold.h No DAC3550A in the recorder 2002-08-16 07:16:52 +00:00
config-recorder.h Added battery charger code for the recorder and battery voltage statistics keeping for all platforms. 2002-08-06 10:50:50 +00:00
config.h moved sounds settings to settings.h, config.h is only for including the 2002-06-19 14:58:35 +00:00
COPYING First version 2002-06-17 13:54:03 +00:00
crt0.S Copies code to internal ram at startup 2002-08-01 08:12:48 +00:00
debug.c Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen). 2002-07-15 11:02:12 +00:00
debug.h Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen). 2002-07-15 11:02:12 +00:00
FILES Added include files to tarball 2002-06-17 13:18:30 +00:00
gdb.lds No allows code and data in internal RAM 2002-08-01 08:12:17 +00:00
id3.c Added support for the unofficial MPEG version 2.5 format that uses a somewhat 2002-08-19 14:15:33 +00:00
id3.h Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. 2002-08-16 14:41:47 +00:00
kernel.c sleep() and queue_wait() moved to internal RAM 2002-08-01 08:14:01 +00:00
kernel.h Added queue_broadcast() 2002-06-29 21:19:55 +00:00
Makefile Faster, 8-bit bitswap by Magnus Holmgren 2002-08-20 14:22:11 +00:00
mpeg.c Removed warning 2002-08-20 21:28:31 +00:00
mpeg.h Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. 2002-08-16 14:41:47 +00:00
panic.c First version of loadable fonts patch by Alex Gitelman 2002-08-11 09:17:47 +00:00
panic.h Changed debug to DEBUGF and panic to panicf. 2002-05-02 14:05:51 +00:00
player.lds Removed section .pad, since it's no longer required 2002-08-14 19:50:16 +00:00
powermgmt.c avoid flickering of battery level during the first minute of uptime by taking a voltage sample at power_init 2002-08-15 11:32:01 +00:00
powermgmt.h Tune charging algorithm: use more voltage samples (4 per minute) and discard 2002-08-12 12:19:25 +00:00
README lets point to ../docs/README 2002-08-21 11:13:46 +00:00
rockbox-mode.el Added bool font coloring 2002-05-13 13:15:38 +00:00
system.c system_reboot() read only the first byte of the reset vector 2002-06-26 22:39:22 +00:00
system.h Changed frequency for Recorder 2002-06-07 10:29:14 +00:00
thread.c Moved switch_thread() and the thread context data to internal RAM 2002-08-01 08:14:56 +00:00
thread.h less stack means more mem for fun and games ;-) 2002-08-16 11:53:54 +00:00
unicode.c Forgot to add the new files 2002-08-11 09:22:40 +00:00
unicode.h Forgot to add the new files 2002-08-11 09:22:40 +00:00
usb.c Finally working USB mode again 2002-07-24 17:09:50 +00:00
usb.h Added usb_display_info() 2002-06-30 14:11:28 +00:00
win32.mak win32 makefile 2002-08-16 14:10:18 +00:00

See docs/README