rockbox/firmware
Thomas Jarosch 5f037ac015 Initial maemo platform support
Adds Nokia N900, N810 and N800 support.

Features:
- Introduce maemo specific platform defines
- Play audio in silent mode
- Stop playback on incoming calls
- Battery level readout
- Bluetooth headset support
- Save CPU by disabling screen updates if the display
  is off or the app doesn't have input focus
- N900: GStreamer audio backend

Kudos to kugel for the code review.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29248 a1c6a512-1295-4272-9138-f99709370657
2011-02-08 20:05:25 +00:00
..
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
target Initial maemo platform support 2011-02-08 20:05:25 +00:00
test
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
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
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
eeprom_settings.c
enc_base.c
events.c
firmware.make
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
hangul.c
ifp_usb_serial.c
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
logf.c
lru.c
panic.c
pcm.c
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
README
rolo.c
rom.lds
screendump.c
scroll_engine.c
sdmmc.c
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
system.c
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
tuner.c
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

See docs/README