summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/debug-coldfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/debug-coldfire.c')
-rw-r--r--firmware/target/coldfire/debug-coldfire.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/firmware/target/coldfire/debug-coldfire.c b/firmware/target/coldfire/debug-coldfire.c
index b021cd19c0..7da2f0df49 100644
--- a/firmware/target/coldfire/debug-coldfire.c
+++ b/firmware/target/coldfire/debug-coldfire.c
@@ -27,12 +27,25 @@
27#include "button.h" 27#include "button.h"
28#include "powermgmt.h" 28#include "powermgmt.h"
29#include "adc.h" 29#include "adc.h"
30#include "debug-target.h"
31#include "lcd-remote.h" 30#include "lcd-remote.h"
32#ifdef IAUDIO_X5 31#ifdef IAUDIO_X5
33#include "ds2411.h" 32#include "ds2411.h"
34#endif 33#endif
35 34
35#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
36 (CONFIG_KEYPAD == IRIVER_H300_PAD)
37# define DEBUG_CANCEL BUTTON_OFF
38
39#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
40# define DEBUG_CANCEL BUTTON_REC
41
42#elif (CONFIG_KEYPAD == IAUDIO_M3_PAD)
43# define DEBUG_CANCEL BUTTON_RC_REC
44
45#elif (CONFIG_KEYPAD == MPIO_HD200_PAD) || \
46 (CONFIG_KEYPAD == MPIO_HD300_PAD)
47# define DEBUG_CANCEL BUTTON_REC
48#endif
36/* Tool function to read the flash manufacturer and type, if available. 49/* Tool function to read the flash manufacturer and type, if available.
37 Only chips which could be reprogrammed in system will return values. 50 Only chips which could be reprogrammed in system will return values.
38 (The mode switch addresses vary between flash manufacturers, hence addr1/2) */ 51 (The mode switch addresses vary between flash manufacturers, hence addr1/2) */