diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-13 21:05:18 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-13 21:05:18 +0000 |
| commit | 6c09fe757abaee6eafa18a2d1051a4553b31df71 (patch) | |
| tree | 86fc20451df7e697a365fde4d4e72c07e74e0b22 | |
| parent | 2251f07dc37b7c091b64ec273a6d9ace1b2092cf (diff) | |
| download | rockbox-6c09fe757abaee6eafa18a2d1051a4553b31df71.zip rockbox-6c09fe757abaee6eafa18a2d1051a4553b31df71.tar.gz rockbox-6c09fe757abaee6eafa18a2d1051a4553b31df71.tar.bz2 rockbox-6c09fe757abaee6eafa18a2d1051a4553b31df71.tar.xz | |
clipv2: current usage estimation
also remove an obsolete comment and an unrelated option of the config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26000 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/sansaclipv2.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 8780395..4c65e8f 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -147,14 +147,16 @@ #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 23 +#define CURRENT_BACKLIGHT 15 +#define CURRENT_RECORD 11 /* Define this to the CPU frequency */ #define CPU_FREQ 240000000 |