summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-c200.h10
-rw-r--r--firmware/export/config-e200.h11
2 files changed, 11 insertions, 10 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index d4c594a91e..dfb688719f 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -110,11 +110,6 @@
110/* define this if you have a flash memory storage */ 110/* define this if you have a flash memory storage */
111#define HAVE_FLASH_STORAGE 111#define HAVE_FLASH_STORAGE
112 112
113#ifndef BOOTLOADER
114#define HAVE_MULTIVOLUME
115#define HAVE_HOTSWAP
116#endif
117
118#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 113#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
119#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 114#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
120#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 115#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
@@ -156,6 +151,11 @@
156 151
157/* #define USB_IPODSTYLE */ 152/* #define USB_IPODSTYLE */
158 153
154#ifndef BOOTLOADER
155#define HAVE_MULTIVOLUME
156#define HAVE_HOTSWAP
157#endif
158
159/* USB On-the-go */ 159/* USB On-the-go */
160#define CONFIG_USBOTG USBOTG_ARC 160#define CONFIG_USBOTG USBOTG_ARC
161 161
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 2528cc0760..5e9103b002 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -104,11 +104,6 @@
104/* define this if you have a flash memory storage */ 104/* define this if you have a flash memory storage */
105#define HAVE_FLASH_STORAGE 105#define HAVE_FLASH_STORAGE
106 106
107#ifndef BOOTLOADER
108#define HAVE_MULTIVOLUME
109#define HAVE_HOTSWAP
110#endif
111
112#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 107#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
113#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 108#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
114#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 109#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
@@ -148,6 +143,11 @@
148#define FIRMWARE_OFFSET_FILE_CRC 0x0 143#define FIRMWARE_OFFSET_FILE_CRC 0x0
149#define FIRMWARE_OFFSET_FILE_DATA 0x8 144#define FIRMWARE_OFFSET_FILE_DATA 0x8
150 145
146#ifndef BOOTLOADER
147#define HAVE_MULTIVOLUME
148#define HAVE_HOTSWAP
149#endif
150
151/* #define USB_IPODSTYLE */ 151/* #define USB_IPODSTYLE */
152 152
153/* USB On-the-go */ 153/* USB On-the-go */
@@ -158,6 +158,7 @@
158#define USBSTACK_CAPS CONTROLLER_DEVICE 158#define USBSTACK_CAPS CONTROLLER_DEVICE
159*/ 159*/
160 160
161
161/* Virtual LED (icon) */ 162/* Virtual LED (icon) */
162#define CONFIG_LED LED_VIRTUAL 163#define CONFIG_LED LED_VIRTUAL
163 164