Rev 684 | Blame | Last modification | View Log | RSS feed
////// Copyright 2010 TheSeven////// This file is part of emCORE.//// emCORE is free software: you can redistribute it and/or// modify it under the terms of the GNU General Public License as// published by the Free Software Foundation, either version 2 of the// License, or (at your option) any later version.//// emCORE is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.// See the GNU General Public License for more details.//// You should have received a copy of the GNU General Public License along// with emCORE. If not, see <http://www.gnu.org/licenses/>.////#ifndef __TARGET_H__#define __TARGET_H__#define PLATFORM_ID 0x47334e49#define ARM_ARCH 5#define LITTLE_ENDIAN#define CACHEALIGN_BITS 4#define CPU_FREQ 191692800#define CONSOLE_BOOT 3#define CONSOLE_PANIC 7#define CONSOLE_PANICDUMP 4#define HAVE_USB#define USB_NUM_ENDPOINTS 5#define HAVE_LCD#define HAVE_LCD_SHUTDOWN#define LCD_WIDTH 320#define LCD_HEIGHT 240#define LCD_FORMAT 0x004154b4 // rgb565#define LCD_BYTESPERPIXEL 2#define LCDCONSOLE_FGCOLOR 0#define LCDCONSOLE_BGCOLOR -1#define HAVE_BACKLIGHT#define HAVE_I2C#define HAVE_HWKEYAES#define HAVE_BUTTON#define HAVE_CLICKWHEEL#define HAVE_BOOTFLASH#define HAVE_UART//#define HAVE_STORAGE//#define HAVE_FLASH_STORAGE//#define HAVE_STORAGE_FLUSH//#define HAVE_HOTSWAP//#define CONFIG_STORAGE STORAGE_NAND//#define SECTOR_SIZE 4096#define HAVE_TARGETINIT_LATE#endif