summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 09f5e18ecc..3fc226ae59 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -73,6 +73,8 @@
73#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 73#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \
74 SAMPR_CAP_11) 74 SAMPR_CAP_11)
75 75
76#define HAVE_HEADPHONE_DETECTION
77
76#ifndef SIMULATOR 78#ifndef SIMULATOR
77 79
78/* The LCD on a Gigabeat is 240x320 - it is portrait */ 80/* The LCD on a Gigabeat is 240x320 - it is portrait */
@@ -86,6 +88,9 @@
86/* Define the bitmask of serial interface modules (CSPI) used */ 88/* Define the bitmask of serial interface modules (CSPI) used */
87#define SPI_MODULE_MASK (USE_CSPI2_MODULE) 89#define SPI_MODULE_MASK (USE_CSPI2_MODULE)
88 90
91/* Define this if target has an additional number of threads specific to it */
92#define TARGET_EXTRA_THREADS 1
93
89/* Type of mobile power - check this out */ 94/* Type of mobile power - check this out */
90#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 95#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
91#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 96#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */