rockbox/firmware
Frank Gevaerts a1cf4ced83 Unify 32mb and 64mb ipod video builds - FS#11580
Since memory on 32mb ipod videos is mapped twice, a 64mb build still has codecs and plugins mapped in a usable area. This means that all that needs to be done to support 32mb and 64mb boards with the same build is to adjust audiobufend to avoid using more than the actually present RAM.



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27960 a1c6a512-1295-4272-9138-f99709370657
2010-08-31 19:06:04 +00:00
..
common typo in r27953 spotted by kugel: s/long/ssize_t/ 2010-08-30 23:15:00 +00:00
decompressor
drivers fix r27921 : lcd_putsxyf() for charcell 2010-08-28 21:54:19 +00:00
export Unify 32mb and 64mb ipod video builds - FS#11580 2010-08-31 19:06:04 +00:00
include Fix checkwps. 2010-08-27 12:48:29 +00:00
libc Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. 2010-08-27 12:38:25 +00:00
target Unify 32mb and 64mb ipod video builds - FS#11580 2010-08-31 19:06:04 +00:00
test
usbstack
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight-sw-fading.c
backlight.c
bidi.c
buffer.c
COPYING
debug.c
eeprom_settings.c
enc_base.c
events.c
firmware.make
font.c change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font glyph buffer < font header 2010-08-27 18:25:23 +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 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. 2010-08-27 12:38:25 +00:00
logf.c
lru.c
mp3_playback.c
panic.c
pcm.c
pcm_sampr.c
powermgmt.c Do not return negative sleeptimer values 2010-08-11 23:36:35 +00:00
profile.c
README
rolo.c
rom.lds
screendump.c
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 Mark some local variables with 'static'. 2010-08-11 09:11:43 +00:00
SOURCES 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. 2010-08-27 00:29:50 +00:00
storage.c
system.c
thread.c
timer.c
tuner.c
usb.c

See docs/README