summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2011-02-06 19:15:54 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2011-02-06 19:15:54 +0000
commit2db1fa7e0c311a0144ffc366d41d0f8a4ffe1c76 (patch)
treec9d025d163eb358faa51977d42d9339056284bcd /firmware/export
parent47c995be0a60ff012578bfd3414479505dce0d97 (diff)
downloadrockbox-2db1fa7e0c311a0144ffc366d41d0f8a4ffe1c76.tar.gz
rockbox-2db1fa7e0c311a0144ffc366d41d0f8a4ffe1c76.zip
M:Robe 500: Update current numbers and add a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29216 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/mrobe500.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index 776b0315f8..b8f2c62cf1 100644
--- a/firmware/export/config/mrobe500.h
+++ b/firmware/export/config/mrobe500.h
@@ -24,6 +24,7 @@
24 */ 24 */
25#define TARGET_TREE /* this target is using the target tree system */ 25#define TARGET_TREE /* this target is using the target tree system */
26 26
27/* This is the absolute address on the bus */
27#define CONFIG_SDRAM_START 0x00900000 28#define CONFIG_SDRAM_START 0x00900000
28 29
29#define OLYMPUS_MROBE_500 1 30#define OLYMPUS_MROBE_500 1
@@ -200,8 +201,8 @@
200#define BATTERY_TYPES_COUNT 1 /* only one type */ 201#define BATTERY_TYPES_COUNT 1 /* only one type */
201 202
202/* define current usage levels */ 203/* define current usage levels */
203#define CURRENT_NORMAL 100 /* Measured */ 204#define CURRENT_NORMAL 85 /* Measured */
204#define CURRENT_BACKLIGHT 100 /* Over 200 mA total measured when on */ 205#define CURRENT_BACKLIGHT 200 /* Over 200 mA total measured when on */
205#define CURRENT_RECORD 0 /* no recording */ 206#define CURRENT_RECORD 0 /* no recording */
206 207
207/* Hardware controlled charging with monitoring */ 208/* Hardware controlled charging with monitoring */