summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-11 09:30:41 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-11 14:18:42 +0000
commit6533d983ca48b48563cd6177c2a9d4ad1a84b749 (patch)
tree40b59ef742c2daea168ba408d1827511c192134d /firmware/export/config
parentfcdfeb2a45bf0045e5d23104259de68b1da7b16e (diff)
downloadrockbox-6533d983ca48b48563cd6177c2a9d4ad1a84b749.tar.gz
rockbox-6533d983ca48b48563cd6177c2a9d4ad1a84b749.zip
hosted: Add ROLO support for hosted targets
Change-Id: I2d46a63ee8225a9d9d77dd80a06c418af78c260c
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/agptekrocker.h5
-rw-r--r--firmware/export/config/xduoox20.h6
-rw-r--r--firmware/export/config/xduoox3ii.h7
3 files changed, 18 insertions, 0 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index 749786dff1..a97522d976 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -124,3 +124,8 @@
124#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */ 124#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */
125#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */ 125#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */
126#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 126#define BATTERY_CAPACITY_INC 0 /* capacity increment */
127
128/* ROLO */
129#define BOOTFILE_EXT "rocker"
130#define BOOTFILE "rockbox." BOOTFILE_EXT
131#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h
index 1852027cf0..a8d2175719 100644
--- a/firmware/export/config/xduoox20.h
+++ b/firmware/export/config/xduoox20.h
@@ -122,3 +122,9 @@
122#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */ 122#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */
123#define BATTERY_CAPACITY_MAX 2400 /* max. capacity selectable */ 123#define BATTERY_CAPACITY_MAX 2400 /* max. capacity selectable */
124#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 124#define BATTERY_CAPACITY_INC 0 /* capacity increment */
125
126/* ROLO */
127#define BOOTFILE_EXT "x20"
128#define BOOTFILE "rockbox." BOOTFILE_EXT
129#define BOOTDIR "/.rockbox"
130
diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h
index dab7c0f257..143d4442fd 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -122,3 +122,10 @@
122#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */ 122#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */
123#define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable */ 123#define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable */
124#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 124#define BATTERY_CAPACITY_INC 0 /* capacity increment */
125
126/* ROLO */
127#define BOOTFILE_EXT "x3ii"
128#define BOOTFILE "rockbox." BOOTFILE_EXT
129#define BOOTDIR "/.rockbox"
130
131