mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
FS#6674: HAVE_XXX souldn't be defined with a value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46bb37add6
commit
45c187ce1d
23 changed files with 61 additions and 61 deletions
|
|
@ -8,13 +8,13 @@
|
||||||
#define MODEL_NAME "Sandisk Sansa e200"
|
#define MODEL_NAME "Sandisk Sansa e200"
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
/*#define HAVE_RECORDING 1*/ /* TODO: add support for this */
|
/*#define HAVE_RECORDING*/ /* TODO: add support for this */
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
#define HAVE_BACKLIGHT_BRIGHTNESS
|
#define HAVE_BACKLIGHT_BRIGHTNESS
|
||||||
/* Main LCD backlight brightness range and defaults */
|
/* Main LCD backlight brightness range and defaults */
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
#define CONFIG_RTC RTC_M41ST84W
|
#define CONFIG_RTC RTC_M41ST84W
|
||||||
|
|
||||||
/* define this if you have RTC RAM available for settings */
|
/* define this if you have RTC RAM available for settings */
|
||||||
#define HAVE_RTC_RAM 1
|
#define HAVE_RTC_RAM
|
||||||
|
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
#define CONFIG_CPU SH7034
|
#define CONFIG_CPU SH7034
|
||||||
|
|
||||||
/* Define this if you have a FM Recorder key system */
|
/* Define this if you have a FM Recorder key system */
|
||||||
#define HAVE_FMADC 1
|
#define HAVE_FMADC
|
||||||
|
|
||||||
/* Define this if you need to power on ATA */
|
/* Define this if you need to power on ATA */
|
||||||
#define NEEDS_ATA_POWER_ON
|
#define NEEDS_ATA_POWER_ON
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
#define FIRMWARE_OFFSET_FILE_DATA 24
|
#define FIRMWARE_OFFSET_FILE_DATA 24
|
||||||
|
|
||||||
/* FM recorders can wake up from RTC alarm */
|
/* FM recorders can wake up from RTC alarm */
|
||||||
#define HAVE_ALARM_MOD 1
|
#define HAVE_ALARM_MOD
|
||||||
|
|
||||||
/* How to detect USB */
|
/* How to detect USB */
|
||||||
#define USB_FMRECORDERSTYLE 1
|
#define USB_FMRECORDERSTYLE 1
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
#define MODEL_NUMBER 1
|
#define MODEL_NUMBER 1
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#define MODEL_NAME "iriver H10 20GB"
|
#define MODEL_NAME "iriver H10 20GB"
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define the bitmask of hardware sample rates */
|
/* define the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
@ -18,10 +18,10 @@
|
||||||
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
#define MODEL_NUMBER 1
|
#define MODEL_NUMBER 1
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
#define HAVE_UDA1380
|
#define HAVE_UDA1380
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define hardware samples rate caps mask */
|
/* define hardware samples rate caps mask */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#define MODEL_NAME "iriver H10 5/6GB"
|
#define MODEL_NAME "iriver H10 5/6GB"
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define the bitmask of hardware sample rates */
|
/* define the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
@ -18,10 +18,10 @@
|
||||||
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
#define MODEL_NUMBER 0
|
#define MODEL_NUMBER 0
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
#define HAVE_UDA1380
|
#define HAVE_UDA1380
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define hardware samples rate caps mask */
|
/* define hardware samples rate caps mask */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
#define MODEL_NUMBER 2
|
#define MODEL_NUMBER 2
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
#define HAVE_UDA1380
|
#define HAVE_UDA1380
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define hardware samples rate caps mask */
|
/* define hardware samples rate caps mask */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
#define MODEL_NUMBER 10
|
#define MODEL_NUMBER 10
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define the bitmask of hardware sample rates */
|
/* define the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
||||||
|
|
@ -16,13 +16,13 @@
|
||||||
#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you can invert the colours on your LCD */
|
/* define this if you can invert the colours on your LCD */
|
||||||
#define HAVE_LCD_INVERT
|
#define HAVE_LCD_INVERT
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,13 @@
|
||||||
#define MODEL_NUMBER 6
|
#define MODEL_NUMBER 6
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
/*#define HAVE_RECORDING 1*/
|
/*#define HAVE_RECORDING*/
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
/* #define HAVE_LCD_COLOR 1 */
|
/* #define HAVE_LCD_COLOR */
|
||||||
|
|
||||||
/* define this if you would like tagcache to build on this target */
|
/* define this if you would like tagcache to build on this target */
|
||||||
#define HAVE_TAGCACHE
|
#define HAVE_TAGCACHE
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
#define MODEL_NUMBER 7
|
#define MODEL_NUMBER 7
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
/*#define HAVE_RECORDING 1*/
|
/*#define HAVE_RECORDING*/
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can invert the colours on your LCD */
|
/* define this if you can invert the colours on your LCD */
|
||||||
#define HAVE_LCD_INVERT
|
#define HAVE_LCD_INVERT
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#define MODEL_NUMBER 8
|
#define MODEL_NUMBER 8
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define the bitmask of hardware sample rates */
|
/* define the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can invert the colours on your LCD */
|
/* define this if you can invert the colours on your LCD */
|
||||||
#define HAVE_LCD_INVERT
|
#define HAVE_LCD_INVERT
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#define MODEL_NUMBER 3
|
#define MODEL_NUMBER 3
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define the bitmask of hardware sample rates */
|
/* define the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
@ -18,10 +18,10 @@
|
||||||
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
#define MODEL_NUMBER 9 /* TODO: change to 9 */
|
#define MODEL_NUMBER 9 /* TODO: change to 9 */
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
/*#define HAVE_RECORDING 1*/
|
/*#define HAVE_RECORDING*/
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can invert the colours on your LCD */
|
/* define this if you can invert the colours on your LCD */
|
||||||
#define HAVE_LCD_INVERT
|
#define HAVE_LCD_INVERT
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
#define MODEL_NUMBER 11
|
#define MODEL_NUMBER 11
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
/*#define HAVE_RECORDING 1*/
|
/*#define HAVE_RECORDING*/
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can invert the colours on your LCD */
|
/* define this if you can invert the colours on your LCD */
|
||||||
#define HAVE_LCD_INVERT
|
#define HAVE_LCD_INVERT
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#define MODEL_NUMBER 4
|
#define MODEL_NUMBER 4
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define the bitmask of hardware sample rates */
|
/* define the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
@ -18,10 +18,10 @@
|
||||||
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#define MODEL_NUMBER 5
|
#define MODEL_NUMBER 5
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define the bitmask of hardware sample rates */
|
/* define the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
@ -18,10 +18,10 @@
|
||||||
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* define this if you have a charcell LCD display */
|
/* define this if you have a charcell LCD display */
|
||||||
#define HAVE_LCD_CHARCELLS 1
|
#define HAVE_LCD_CHARCELLS
|
||||||
|
|
||||||
/* define this if you would like tagcache to build on this target */
|
/* define this if you would like tagcache to build on this target */
|
||||||
#define HAVE_TAGCACHE
|
#define HAVE_TAGCACHE
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
#define CONFIG_RTC RTC_M41ST84W
|
#define CONFIG_RTC RTC_M41ST84W
|
||||||
|
|
||||||
/* define this if you have RTC RAM available for settings */
|
/* define this if you have RTC RAM available for settings */
|
||||||
#define HAVE_RTC_RAM 1
|
#define HAVE_RTC_RAM
|
||||||
|
|
||||||
/* The number of bytes reserved for loadable plugins */
|
/* The number of bytes reserved for loadable plugins */
|
||||||
#define PLUGIN_BUFFER_SIZE 0x8000
|
#define PLUGIN_BUFFER_SIZE 0x8000
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
#define HAVE_RECORDING 1
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you can flip your LCD */
|
/* define this if you can flip your LCD */
|
||||||
#define HAVE_LCD_FLIP
|
#define HAVE_LCD_FLIP
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
#define CONFIG_RTC RTC_M41ST84W
|
#define CONFIG_RTC RTC_M41ST84W
|
||||||
|
|
||||||
/* define this if you have RTC RAM available for settings */
|
/* define this if you have RTC RAM available for settings */
|
||||||
#define HAVE_RTC_RAM 1
|
#define HAVE_RTC_RAM
|
||||||
|
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
#define CONFIG_CPU SH7034
|
#define CONFIG_CPU SH7034
|
||||||
|
|
||||||
/* Define this if you have a FM Recorder key system */
|
/* Define this if you have a FM Recorder key system */
|
||||||
#define HAVE_FMADC 1
|
#define HAVE_FMADC
|
||||||
|
|
||||||
/* Define this if you need to power on ATA */
|
/* Define this if you need to power on ATA */
|
||||||
#define NEEDS_ATA_POWER_ON
|
#define NEEDS_ATA_POWER_ON
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
#define FIRMWARE_OFFSET_FILE_DATA 24
|
#define FIRMWARE_OFFSET_FILE_DATA 24
|
||||||
|
|
||||||
/* FM recorders can wake up from RTC alarm */
|
/* FM recorders can wake up from RTC alarm */
|
||||||
#define HAVE_ALARM_MOD 1
|
#define HAVE_ALARM_MOD
|
||||||
|
|
||||||
/* Define this if you have an FM Radio */
|
/* Define this if you have an FM Radio */
|
||||||
#define CONFIG_TUNER S1A0903X01
|
#define CONFIG_TUNER S1A0903X01
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,13 @@
|
||||||
#define MODEL_NUMBER 15
|
#define MODEL_NUMBER 15
|
||||||
|
|
||||||
/* define this if you have recording possibility */
|
/* define this if you have recording possibility */
|
||||||
/*#define HAVE_RECORDING 1*/ /* TODO: add support for this */
|
/*#define HAVE_RECORDING*/ /* TODO: add support for this */
|
||||||
|
|
||||||
/* define this if you have a bitmap LCD display */
|
/* define this if you have a bitmap LCD display */
|
||||||
#define HAVE_LCD_BITMAP 1
|
#define HAVE_LCD_BITMAP
|
||||||
|
|
||||||
/* define this if you have a colour LCD */
|
/* define this if you have a colour LCD */
|
||||||
#define HAVE_LCD_COLOR 1
|
#define HAVE_LCD_COLOR
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue