summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2006-08-19 17:45:37 +0000
committerTomasz Malesinski <tomal@rockbox.org>2006-08-19 17:45:37 +0000
commit2b415eff3f06adaee273bc867e0c25e88f1c031e (patch)
treeed0d161f8d57b218d4f5c4da581fd74a3c040c9c /firmware/export
parent12f1a834f2a4d1603784f57bafe03bcdd9dbe2c4 (diff)
downloadrockbox-2b415eff3f06adaee273bc867e0c25e88f1c031e.tar.gz
rockbox-2b415eff3f06adaee273bc867e0c25e88f1c031e.zip
Iriver iFP7xx battery support (1xAA).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10659 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ifp7xx.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 4d89099067..cebb319a13 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -43,6 +43,8 @@
43 43
44#define HAVE_FLASH_DISK 44#define HAVE_FLASH_DISK
45 45
46#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
47
46#ifndef SIMULATOR 48#ifndef SIMULATOR
47 49
48/* Define this if you have a Philips PNX0101 */ 50/* Define this if you have a Philips PNX0101 */
@@ -52,15 +54,12 @@
52#define CONFIG_I2C I2C_PNX0101 54#define CONFIG_I2C I2C_PNX0101
53 55
54/* Type of mobile power */ 56/* Type of mobile power */
55//#define CONFIG_BATTERY BATT_LIPOL1300 57#define CONFIG_BATTERY BATT_1AA
56 58#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
57#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 59#define BATTERY_CAPACITY_MAX 2800 /* max. capacity selectable */
58 60#define BATTERY_CAPACITY_INC 50 /* capacity increment */
59/* Hardware controlled charging? FIXME */ 61#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
60//#define CONFIG_CHARGING CHARGING_SIMPLE 62#define BATTERY_SCALE_FACTOR 3000 /* TODO: only roughly correct */
61
62/* define this if the hardware can be powered off while charging */
63//#define HAVE_POWEROFF_WHILE_CHARGING
64 63
65/* The start address index for ROM builds */ 64/* The start address index for ROM builds */
66#define ROM_START 0x00000000 65#define ROM_START 0x00000000