summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-03-02 19:12:55 +0000
committerThomas Jarosch <tomj@simonv.com>2011-03-02 19:12:55 +0000
commit15a358099cf62cd8c4e5110b6a240f1423270ee3 (patch)
treed123d23239c0ca4ac6bc197d4d4fe49867651a30 /firmware/SOURCES
parent7ad78222c45e2056edd29c16034bb6109ebef45b (diff)
downloadrockbox-15a358099cf62cd8c4e5110b6a240f1423270ee3.tar.gz
rockbox-15a358099cf62cd8c4e5110b6a240f1423270ee3.zip
Introduce "power" thread for RaaA
I tried to move the #ifdefs and the code in firmware/powermgmt.c around and it was still a big mess for hosted applications (RaaA/sim builds). Create our own "power" thread as recently discussed on IRC. Fixes the sleep timer for RaaA. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29501 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 2952ad71d2..32d2a4edfe 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -5,6 +5,9 @@ buffer.c
5general.c 5general.c
6load_code.c 6load_code.c
7powermgmt.c 7powermgmt.c
8#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
9target/hosted/powermgmt.c
10#endif
8system.c 11system.c
9usb.c 12usb.c
10#ifdef ROCKBOX_HAS_LOGF 13#ifdef ROCKBOX_HAS_LOGF