summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-21 08:42:11 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-21 08:42:11 +0000
commita9c20f5789c13b486d217024a020f9d6163e2d51 (patch)
tree5da52ca9cc7a28ba21ced042cb739e6160d5f87b /firmware/export/config-gigabeat-s.h
parent5f796087b009fee1ae60904b0355cc7febe3330f (diff)
downloadrockbox-a9c20f5789c13b486d217024a020f9d6163e2d51.tar.gz
rockbox-a9c20f5789c13b486d217024a020f9d6163e2d51.zip
Gigabeat S:
1) Rework event handling and static registration mechanism. No target- specific code in mc13783 driver. GPIO event driver interfaces more cleanly. 2) Somewhat related - enable thread priority for bootloader which is desireable here (ffs is used for GPIO event enabling anyway and that goes along with priority). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17593 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index a0c05dad45..cafb202ebe 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -97,6 +97,7 @@
97/* Define the bitmask of modules used */ 97/* Define the bitmask of modules used */
98#define SPI_MODULE_MASK (USE_CSPI2_MODULE) 98#define SPI_MODULE_MASK (USE_CSPI2_MODULE)
99#define I2C_MODULE_MASK (USE_I2C1_MODULE) 99#define I2C_MODULE_MASK (USE_I2C1_MODULE)
100#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS)
100 101
101/* Define this if target has an additional number of threads specific to it */ 102/* Define this if target has an additional number of threads specific to it */
102#define TARGET_EXTRA_THREADS 1 103#define TARGET_EXTRA_THREADS 1