2005-11-19 02:06:46 +00:00
|
|
|
/*
|
|
|
|
* This config file is for the Apple iPod Nano
|
|
|
|
*/
|
2006-02-09 00:48:53 +00:00
|
|
|
|
2006-10-05 11:27:47 +00:00
|
|
|
#define IPOD_ARCH 1
|
|
|
|
|
2008-09-04 14:49:53 +00:00
|
|
|
#define MODEL_NAME "Apple iPod Nano 1g"
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* For Rolo and boot loader */
|
|
|
|
#define MODEL_NUMBER 4
|
|
|
|
|
2008-03-27 10:58:36 +00:00
|
|
|
/* define this if you use an ATA controller */
|
2008-10-31 21:25:04 +00:00
|
|
|
#define CONFIG_STORAGE STORAGE_ATA
|
2008-03-27 10:58:36 +00:00
|
|
|
|
2010-04-09 12:10:17 +00:00
|
|
|
/*define this if the ATA controller and method of USB access support LBA48 */
|
|
|
|
#define HAVE_LBA48
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* define this if you have recording possibility */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_RECORDING
|
2006-12-18 01:52:21 +00:00
|
|
|
|
2007-05-20 20:26:36 +00:00
|
|
|
/* Define bitmask of input sources - recordable bitmask can be defined
|
|
|
|
explicitly if different */
|
2010-05-30 18:34:10 +00:00
|
|
|
#define INPUT_SRC_CAPS (SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
|
2007-05-20 20:26:36 +00:00
|
|
|
|
2006-12-18 01:52:21 +00:00
|
|
|
/* define the bitmask of hardware sample rates */
|
|
|
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
|
|
|
|
|
|
|
/* define the bitmask of recording sample rates */
|
|
|
|
#define REC_SAMPR_CAPS (SAMPR_CAP_44)
|
2005-11-07 23:07:19 +00:00
|
|
|
|
|
|
|
/* define this if you have a bitmap LCD display */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_LCD_BITMAP
|
2005-11-07 23:07:19 +00:00
|
|
|
|
|
|
|
/* define this if you have a colour LCD */
|
2007-02-20 14:57:14 +00:00
|
|
|
#define HAVE_LCD_COLOR
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2007-11-11 12:29:37 +00:00
|
|
|
/* define this if you want album art for this target */
|
|
|
|
#define HAVE_ALBUMART
|
|
|
|
|
2009-05-04 15:46:41 +00:00
|
|
|
/* define this to enable bitmap scaling */
|
|
|
|
#define HAVE_BMP_SCALING
|
|
|
|
|
|
|
|
/* define this to enable JPEG decoding */
|
|
|
|
#define HAVE_JPEG
|
|
|
|
|
2006-04-10 03:51:17 +00:00
|
|
|
/* define this if you have access to the quickscreen */
|
|
|
|
#define HAVE_QUICKSCREEN
|
|
|
|
|
2006-10-25 10:17:57 +00:00
|
|
|
/* define this if you would like tagcache to build on this target */
|
|
|
|
#define HAVE_TAGCACHE
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* LCD dimensions */
|
|
|
|
#define LCD_WIDTH 176
|
|
|
|
#define LCD_HEIGHT 132
|
2014-01-23 07:23:34 +00:00
|
|
|
/* sqrt(176^2 + 132^2) / 1.5 = 146.7 */
|
|
|
|
#define LCD_DPI 147
|
2005-11-07 23:07:19 +00:00
|
|
|
#define LCD_DEPTH 16 /* 65536 colours */
|
2005-11-19 02:06:46 +00:00
|
|
|
#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2011-07-20 22:05:16 +00:00
|
|
|
/* define this if you can invert the colours on your LCD */
|
|
|
|
#define HAVE_LCD_INVERT
|
|
|
|
|
2011-01-12 07:36:02 +00:00
|
|
|
/* Define this if the LCD can shut down */
|
|
|
|
#define HAVE_LCD_SHUTDOWN
|
|
|
|
|
2009-02-10 01:23:18 +00:00
|
|
|
/* LCD stays visible without backlight - simulator hint */
|
|
|
|
#define HAVE_TRANSFLECTIVE_LCD
|
|
|
|
|
2005-12-19 00:11:28 +00:00
|
|
|
#define CONFIG_KEYPAD IPOD_4G_PAD
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2011-11-11 19:40:32 +00:00
|
|
|
/* Define this to have CPU boosted while scrolling in the UI */
|
|
|
|
#define HAVE_GUI_BOOST
|
|
|
|
|
2009-11-08 13:14:50 +00:00
|
|
|
/* Define this to enable morse code input */
|
|
|
|
#define HAVE_MORSE_INPUT
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* Define this if you do software codec */
|
|
|
|
#define CONFIG_CODEC SWCODEC
|
|
|
|
|
2005-12-11 10:52:17 +00:00
|
|
|
/* define this if you have a real-time clock */
|
|
|
|
#define CONFIG_RTC RTC_PCF50605
|
|
|
|
|
2007-08-12 19:49:03 +00:00
|
|
|
/* Define if the device can wake from an RTC alarm */
|
|
|
|
#define HAVE_RTC_ALARM
|
|
|
|
|
2008-04-20 18:28:25 +00:00
|
|
|
/* Define this if you can switch on/off the accessory power supply */
|
|
|
|
#define HAVE_ACCESSORY_SUPPLY
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* Define this if you have a software controlled poweroff */
|
2005-12-22 09:27:23 +00:00
|
|
|
#define HAVE_SW_POWEROFF
|
2005-11-07 23:07:19 +00:00
|
|
|
|
|
|
|
/* The number of bytes reserved for loadable codecs */
|
2008-10-19 12:35:53 +00:00
|
|
|
#define CODEC_SIZE 0x100000
|
2005-11-07 23:07:19 +00:00
|
|
|
|
|
|
|
/* The number of bytes reserved for loadable plugins */
|
2006-01-18 00:05:14 +00:00
|
|
|
#define PLUGIN_BUFFER_SIZE 0x80000
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2005-11-12 15:26:51 +00:00
|
|
|
/* Define this if you have the WM8975 audio codec */
|
|
|
|
#define HAVE_WM8975
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2010-07-18 18:13:53 +00:00
|
|
|
#define AB_REPEAT_ENABLE
|
2006-12-22 05:19:56 +00:00
|
|
|
#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
|
2006-04-10 00:39:48 +00:00
|
|
|
|
2005-11-21 23:55:39 +00:00
|
|
|
/* Define this for LCD backlight available */
|
2007-04-12 22:12:13 +00:00
|
|
|
#define HAVE_BACKLIGHT
|
2007-11-12 18:49:53 +00:00
|
|
|
#define HAVE_BACKLIGHT_BRIGHTNESS
|
2009-01-26 23:21:49 +00:00
|
|
|
/* We can fade the backlight by using PWM */
|
|
|
|
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
|
2007-11-12 18:49:53 +00:00
|
|
|
|
|
|
|
/* Main LCD backlight brightness range and defaults */
|
|
|
|
#define MIN_BRIGHTNESS_SETTING 1
|
|
|
|
#define MAX_BRIGHTNESS_SETTING 32
|
|
|
|
#define DEFAULT_BRIGHTNESS_SETTING 16
|
2005-11-21 23:55:39 +00:00
|
|
|
|
2007-11-19 11:05:54 +00:00
|
|
|
/* define this if the unit uses a scrollwheel for navigation */
|
|
|
|
#define HAVE_SCROLLWHEEL
|
2009-03-02 19:25:50 +00:00
|
|
|
/* define to activate advanced wheel acceleration code */
|
|
|
|
#define HAVE_WHEEL_ACCELERATION
|
2007-11-19 11:05:54 +00:00
|
|
|
/* define from which rotation speed [degree/sec] on the acceleration starts */
|
|
|
|
#define WHEEL_ACCEL_START 270
|
|
|
|
/* define type of acceleration (1 = ^2, 2 = ^3, 3 = ^4) */
|
|
|
|
#define WHEEL_ACCELERATION 3
|
|
|
|
|
2007-08-12 19:49:03 +00:00
|
|
|
/* Define this if you can detect headphones */
|
|
|
|
#define HAVE_HEADPHONE_DETECTION
|
|
|
|
|
2007-08-01 08:50:44 +00:00
|
|
|
/* define this if you have a flash memory storage */
|
|
|
|
#define HAVE_FLASH_STORAGE
|
|
|
|
|
2007-07-14 14:46:52 +00:00
|
|
|
#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */
|
|
|
|
#define BATTERY_CAPACITY_MIN 200 /* min. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */
|
2010-01-03 11:31:14 +00:00
|
|
|
#define BATTERY_CAPACITY_INC 20 /* capacity increment */
|
2007-07-14 14:46:52 +00:00
|
|
|
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2012-01-03 23:44:38 +00:00
|
|
|
#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
|
|
|
|
|
2010-02-10 13:39:48 +00:00
|
|
|
/* Hardware controlled charging with monitoring */
|
|
|
|
#define CONFIG_CHARGING CHARGING_MONITOR
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2007-08-12 19:49:03 +00:00
|
|
|
/* define this if the unit can be powered or charged via USB */
|
|
|
|
#define HAVE_USB_POWER
|
|
|
|
|
2010-06-06 13:01:19 +00:00
|
|
|
/* define this if the unit can have USB charging disabled by user -
|
|
|
|
* if USB/MAIN power is discernable and hardware doesn't compel charging */
|
|
|
|
#define HAVE_USB_CHARGING_ENABLE
|
|
|
|
|
2008-12-24 16:58:41 +00:00
|
|
|
#define CURRENT_NORMAL 32 /* MP3: ~9h playback out of 300mAh battery */
|
|
|
|
#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
|
|
|
|
#if defined(HAVE_RECORDING)
|
|
|
|
#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
|
|
|
|
#endif
|
|
|
|
|
2009-12-01 17:54:40 +00:00
|
|
|
/* Define Apple remote tuner */
|
|
|
|
#define CONFIG_TUNER IPOD_REMOTE_TUNER
|
|
|
|
#define HAVE_RDS_CAP
|
|
|
|
|
2007-08-12 19:49:03 +00:00
|
|
|
/* Define this if you have a PortalPlayer PP5022 */
|
|
|
|
#define CONFIG_CPU PP5022
|
|
|
|
|
|
|
|
/* Define this if you want to use the PP5020 i2c interface */
|
|
|
|
#define CONFIG_I2C I2C_PP5020
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* define this if the hardware can be powered off while charging */
|
|
|
|
//#define HAVE_POWEROFF_WHILE_CHARGING
|
|
|
|
|
|
|
|
/* The start address index for ROM builds */
|
|
|
|
#define ROM_START 0x00000000
|
|
|
|
|
2007-02-23 23:22:03 +00:00
|
|
|
/* The size of the flash ROM */
|
|
|
|
#define FLASH_SIZE 0x100000
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* Define this to the CPU frequency */
|
2006-03-17 02:02:13 +00:00
|
|
|
#define CPU_FREQ 24000000
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2005-11-09 16:27:56 +00:00
|
|
|
#define CONFIG_LCD LCD_IPODNANO
|
2005-11-07 23:07:19 +00:00
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the file length */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_LENGTH 0
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the file CRC */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_CRC 0
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the real data */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_DATA 8
|
|
|
|
|
2007-02-04 21:46:01 +00:00
|
|
|
/* USB On-the-go */
|
|
|
|
#define CONFIG_USBOTG USBOTG_ARC
|
|
|
|
|
2007-11-23 09:58:47 +00:00
|
|
|
/* enable these for the experimental usb stack */
|
2007-08-29 00:20:01 +00:00
|
|
|
#define HAVE_USBSTACK
|
2009-02-25 22:40:15 +00:00
|
|
|
#define USE_ROCKBOX_USB
|
2007-11-23 09:58:47 +00:00
|
|
|
#define USB_VENDOR_ID 0x05ac
|
|
|
|
#define USB_PRODUCT_ID 0x120a
|
2009-09-30 10:06:04 +00:00
|
|
|
#define HAVE_USB_HID_MOUSE
|
2007-08-29 00:20:01 +00:00
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
/* Define this if you have adjustable CPU frequency */
|
2006-03-17 02:02:13 +00:00
|
|
|
#define HAVE_ADJUSTABLE_CPU_FREQ
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2006-09-26 19:25:52 +00:00
|
|
|
/* Define this if you can read an absolute wheel position */
|
|
|
|
#define HAVE_WHEEL_POSITION
|
|
|
|
|
2011-11-16 10:25:43 +00:00
|
|
|
#define HAVE_HARDWARE_CLICK
|
|
|
|
|
2005-11-07 23:07:19 +00:00
|
|
|
#define BOOTFILE_EXT "ipod"
|
|
|
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
2007-04-05 20:24:07 +00:00
|
|
|
#define BOOTDIR "/.rockbox"
|
2005-11-07 23:07:19 +00:00
|
|
|
|
2006-11-09 21:59:27 +00:00
|
|
|
#define ICODE_ATTR_TREMOR_NOT_MDCT
|
|
|
|
|
2008-12-25 01:46:16 +00:00
|
|
|
#define IPOD_ACCESSORY_PROTOCOL
|
2009-02-07 11:15:30 +00:00
|
|
|
#define HAVE_SERIAL
|
2008-12-25 01:46:16 +00:00
|
|
|
|
2010-01-31 11:07:29 +00:00
|
|
|
|
|
|
|
/* DMA is used only for reading on PP502x because although reads are ~8x faster
|
|
|
|
* writes appear to be ~25% slower.
|
|
|
|
*/
|
2011-03-01 07:05:18 +00:00
|
|
|
/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */
|
2010-04-01 03:14:44 +00:00
|
|
|
|
2010-12-29 23:38:07 +00:00
|
|
|
/* Define this, if you can switch on/off the lineout */
|
|
|
|
#define HAVE_LINEOUT_POWEROFF
|
|
|
|
|
2010-04-01 03:14:44 +00:00
|
|
|
/* Define this if a programmable hotkey is mapped */
|
|
|
|
#define HAVE_HOTKEY
|