1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware
Marcin Bukat aff90a9db7 RTC s35380a - cleanup and more comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28772 a1c6a512-1295-4272-9138-f99709370657
2010-12-08 17:15:32 +00:00
..
common correct argument of open. 2010-12-07 12:20:27 +00:00
decompressor
drivers RTC s35380a - cleanup and more comments 2010-12-08 17:15:32 +00:00
export Fix configure and lib path 2010-12-06 22:28:14 +00:00
include Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +00:00
libc Fix reds, inclusion of C files into plugins is tricky. 2010-12-02 21:29:05 +00:00
target Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +00:00
test
usbstack Handle disk errors properly in USB storage driver. Fixes FS#10873 2010-12-04 13:56:19 +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
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 Fix #ifdef in backlight.c from previous commit 2010-08-01 10:17:17 +00:00
bidi.c Fix further tabs 2010-01-03 10:50:34 +00:00
buffer.c
COPYING
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 Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +00:00
font_cache.c
general.c
hangul.c
ifp_usb_serial.c firmware/ : use lcd_putsf() (only in debug code) 2010-08-28 23:12:11 +00:00
kernel.c
load_code.c Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. 2010-12-06 22:26:31 +00:00
logf.c
lru.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
panic.c
pcm.c Allow e200 to compile without HAVE_RECORDING 2010-09-17 20:42:45 +00:00
pcm_sampr.c
powermgmt.c
profile.c Remove last traces of sprintf.h 2010-05-07 02:13:47 +00:00
README
rolo.c
rom.lds
screendump.c Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision 2010-10-25 12:52:02 +00:00
scroll_engine.c Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. 2010-08-12 13:38:25 +00:00
sdmmc.c
sound.c
SOURCES HDD6330: implement lcd_yuv_blit() function. The inner loop is written in assembler and the entire function is about 20% faster than the original from the ipod color. 2010-12-05 19:45:50 +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
timer.c
tuner.c Implement tea5767 tuner detection - FS#11714 by me 2010-11-05 17:04:18 +00:00
usb.c Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef conditions) 2010-11-28 15:22:51 +00:00

See docs/README