.. |
common
|
Update some missed pointers when moving the dircache allocation
|
2011-11-19 14:57:56 +00:00 |
decompressor
|
|
|
drivers
|
If Rockbox never turns off ATA power, don't compile code for turning it back on. Note that ATA power may still need to be turned on when starting, so that code in ata_init() always remains.
|
2011-11-27 17:40:57 +00:00 |
export
|
fuze+: update keymap and touchpad driver based on FS#12405 with minor modifications. Thanks to Jean-Louis Biasini.
|
2011-11-30 18:39:22 +00:00 |
include
|
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
|
2011-11-29 00:42:27 +00:00 |
libc
|
Fix reds, inclusion of C files into plugins is tricky.
|
2010-12-02 21:29:05 +00:00 |
target
|
imx233: add power debug screen
|
2011-11-30 18:47:31 +00:00 |
test
|
Added dummy autoconf.h for fat test.
|
2011-02-28 10:51:45 +00:00 |
usbstack
|
Use array index 'i' only -after- bounds check
|
2011-10-21 18:51:19 +00:00 |
arabjoin.c
|
|
|
arabjoin.h
|
arabjoin.h was emptied by accident
|
2005-12-06 15:15:54 +00:00 |
ata_idle_notify.c
|
|
|
backlight-sw-fading.c
|
Commit FS#9724, which reworks the preprocessor defines related to backlight fading to a CONFIG_BACKLIGHT_FADING style. The apps/ code will only see which setting is supposed to be used, specific backlight fading handling is kept in firmware, slightly reword the manual text about software fading too with regards to the Gigabeat S
|
2009-01-26 23:21:49 +00:00 |
backlight.c
|
|
|
bidi.c
|
Fix further tabs
|
2010-01-03 10:50:34 +00:00 |
buflib.c
|
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
|
2011-11-29 00:42:27 +00:00 |
COPYING
|
|
|
core_alloc.c
|
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
|
2011-11-29 00:42:27 +00:00 |
debug.c
|
|
|
eeprom_settings.c
|
|
|
enc_base.c
|
|
|
events.c
|
Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar).
|
2009-10-20 21:54:59 +00:00 |
firmware.make
|
|
|
font.c
|
Guard font functions against invalid font ids. These arguably should never be passed, but this prevents freezes. Fixes FS#12400
|
2011-11-27 15:36:03 +00:00 |
font_cache.c
|
remove stray debugging line
|
2011-11-27 16:27:20 +00:00 |
general.c
|
|
|
hangul.c
|
|
|
ifp_usb_serial.c
|
|
|
kernel.c
|
|
|
load_code.c
|
Disable buffering codecs (and code generally) on RaaA.
|
2011-02-09 20:27:23 +00:00 |
logf.c
|
|
|
lru.c
|
|
|
panic.c
|
|
|
pcm.c
|
Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it.
|
2011-09-01 12:15:43 +00:00 |
pcm_mixer.c
|
|
|
pcm_sampr.c
|
|
|
powermgmt.c
|
|
|
profile.c
|
|
|
README
|
lets point to ../docs/README
|
2002-08-21 11:13:46 +00:00 |
rolo.c
|
|
|
rom.lds
|
|
|
screendump.c
|
|
|
scroll_engine.c
|
|
|
sdmmc.c
|
Various minor cleanups
|
2010-08-01 10:07:05 +00:00 |
sound.c
|
Sandisk Sansa Connect port (FS #12363)
|
2011-11-16 14:08:01 +00:00 |
SOURCES
|
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
|
2011-11-29 00:42:27 +00:00 |
storage.c
|
|
|
system.c
|
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).
|
2010-06-21 16:53:00 +00:00 |
thread.c
|
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
|
2011-11-29 00:42:27 +00:00 |
timer.c
|
Remove the TIMER_* macros and declare target-specific functions in timer.h
|
2009-06-29 14:29:57 +00:00 |
tuner.c
|
Implement tea5767 tuner detection - FS#11714 by me
|
2010-11-05 17:04:18 +00:00 |
usb.c
|
Fix typo in comment
|
2011-11-20 17:57:24 +00:00 |