..
common
Initial maemo platform support
2011-02-08 20:05:25 +00:00
decompressor
drivers
Initial maemo platform support
2011-02-08 20:05:25 +00:00
export
Initial maemo platform support
2011-02-08 20:05:25 +00:00
include
Initial maemo platform support
2011-02-08 20:05:25 +00:00
libc
Fix reds, inclusion of C files into plugins is tricky.
2010-12-02 21:29:05 +00:00
target
Initial maemo platform support
2011-02-08 20:05:25 +00:00
test
Redo r28026 so that all .S files get the __ASSEMBLER__ define.
2010-12-27 17:27:59 +00:00
usbstack
Add a higher level USB detection that prevents fraudulent bus resets from causing USB mode to be entered. Enable for SA9200 only at this time. Also, for SA9200, use the bus power GPIO rather than the 'connector inserted' GPIO to detect the cable.
2011-01-17 12:24:41 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter.
2009-10-20 21:54:44 +00:00
backlight-sw-fading.c
backlight.c
Try to get some control over #ifdef hell in usb.c by refactoring and inline function use. SYS_USB_DISCONNECTED_ACK hasn't been doing anything useful for the USB thread; remove it. USB thread simply ignores that value. Observe only valid usb_state transitions.
2011-01-18 14:10:06 +00:00
bidi.c
Fix further tabs
2010-01-03 10:50:34 +00:00
buffer.c
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
2011-02-02 17:43:32 +00:00
COPYING
debug.c
Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.
2010-09-20 17:38:47 +00:00
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
Rename/change SIMVER to APP_TYPE in the Makefiles.
2010-07-10 13:49:49 +00:00
font.c
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead.
2011-02-02 17:43:32 +00:00
font_cache.c
general.c
Ged rid of uisimulator/common/io.c for android builds.
2010-09-01 21:29:34 +00:00
hangul.c
ifp_usb_serial.c
firmware/ : use lcd_putsf() (only in debug code)
2010-08-28 23:12:11 +00:00
kernel.c
Add a couple KERNEL_ASSERTs to check queue fullness when extra checks are enabled.
2011-01-29 15:03:09 +00:00
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
Fix a logf bug which would trigger undefined behaviour(and probably crash) when both DEBUG, CONFIG_PLATFORM & PLATFORM_HOSTED are enable
2010-08-02 09:10:35 +00:00
lru.c
panic.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
pcm.c
Allow e200 to compile without HAVE_RECORDING
2010-09-17 20:42:45 +00:00
pcm_sampr.c
powermgmt.c
Remove code that was unintentionally kept in a resynchronized patch in FS#3001. This closes FS#11873.
2011-01-23 12:24:56 +00:00
profile.c
Remove last traces of sprintf.h
2010-05-07 02:13:47 +00:00
README
rolo.c
rolo: use BX for ARM branches
2010-05-31 14:42:27 +00:00
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
Various minor cleanups
2010-08-01 10:07:05 +00:00
sound.c
WM8978: sound.c weirdness strikes again. Prescaler values have to be in centibels.
2011-01-21 08:31:40 +00:00
SOURCES
Initial maemo platform support
2011-02-08 20:05:25 +00:00
storage.c
Add #include to power-ipod.c, make some variables static in storage.c
2010-07-31 10:59:22 +00:00
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
Return thread ID as a string for name when a thread isn't named or name cannot be used, as comment says, not slot pointer.
2010-12-29 20:03:47 +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
USB: Thread must remember that a host has been detected since the POWERED state is ambiguous when waiting for host. Storage access is not yet actually exclusive if not USB_INSERTED. usb_start_monitoring seems better posting USB_UNPOWERED only if USB_EXTRACTED, interpreting POWERED/INSERTED as POWERED.
2011-01-29 00:22:42 +00:00