From 019fe0b4f850e12acc28d087c684b96e05989d66 Mon Sep 17 00:00:00 2001 From: funman Date: Wed, 5 May 2010 15:28:39 +0000 Subject: [PATCH] Clip+: current usage estimation based on battery bench git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25830 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclipplus.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index b66af2307..875ef308d 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -151,14 +151,17 @@ #define CONFIG_CPU AS3525v2 /* Define this if you want to use the AS3525 i2c interface */ -#define CONFIG_I2C I2C_AS3525 /* FIXME : looks similar to AS353x interface */ +#define CONFIG_I2C I2C_AS3525 /* define this if the hardware can be powered off while charging */ /* Sansa can't be powered off while charging */ /* #define HAVE_POWEROFF_WHILE_CHARGING */ -/* The start address index for ROM builds */ -#define ROM_START 0x00000000 +/* define current usage levels (based on battery bench) */ +#define CURRENT_NORMAL 15 +#define CURRENT_BACKLIGHT 15 +#define CURRENT_RECORD CURRENT_NORMAL /* TODO */ + /* Define this to the CPU frequency */ #define CPU_FREQ 240000000 -- 2.11.4.GIT