summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-05 15:28:39 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-05 15:28:39 +0000
commitbc91c5a823de8f0747a080a7c1c5c9bd06e04d44 (patch)
tree5ccd9ac0a4c4b786d53e64516655ca4b63ee6969 /firmware/export/config
parent7a0efced160ba11fa26fdcf109030ee1162ac814 (diff)
downloadrockbox-bc91c5a823de8f0747a080a7c1c5c9bd06e04d44.tar.gz
rockbox-bc91c5a823de8f0747a080a7c1c5c9bd06e04d44.zip
Clip+: current usage estimation based on battery bench
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25830 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index b66af2307c..875ef308d3 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -151,14 +151,17 @@
151#define CONFIG_CPU AS3525v2 151#define CONFIG_CPU AS3525v2
152 152
153/* Define this if you want to use the AS3525 i2c interface */ 153/* Define this if you want to use the AS3525 i2c interface */
154#define CONFIG_I2C I2C_AS3525 /* FIXME : looks similar to AS353x interface */ 154#define CONFIG_I2C I2C_AS3525
155 155
156/* define this if the hardware can be powered off while charging */ 156/* define this if the hardware can be powered off while charging */
157/* Sansa can't be powered off while charging */ 157/* Sansa can't be powered off while charging */
158/* #define HAVE_POWEROFF_WHILE_CHARGING */ 158/* #define HAVE_POWEROFF_WHILE_CHARGING */
159 159
160/* The start address index for ROM builds */ 160/* define current usage levels (based on battery bench) */
161#define ROM_START 0x00000000 161#define CURRENT_NORMAL 15
162#define CURRENT_BACKLIGHT 15
163#define CURRENT_RECORD CURRENT_NORMAL /* TODO */
164
162 165
163/* Define this to the CPU frequency */ 166/* Define this to the CPU frequency */
164#define CPU_FREQ 240000000 167#define CPU_FREQ 240000000