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 0x47325449#define ARM_ARCH 6#define LITTLE_ENDIAN#define CACHEALIGN_BITS 4#define CPU_FREQ 532000000#define CONSOLE_BOOT 3#define CONSOLE_PANIC 3#define CONSOLE_PANICDUMP 0#define HAVE_USB#define USB_NUM_ENDPOINTS 5#define HAVE_LCD#define LCD_WIDTH 320#define LCD_HEIGHT 480#define LCD_FORMAT 0x00721d07 // rgb888#define LCD_BYTESPERPIXEL 4#define LCDCONSOLE_FGCOLOR 0#define LCDCONSOLE_BGCOLOR -1#define HAVE_BACKLIGHT#define HAVE_I2C//#define HAVE_STORAGE//#define HAVE_FLASH_STORAGE//#define HAVE_STORAGE_FLUSH//#define CONFIG_STORAGE STORAGE_NAND//#define SECTOR_SIZE 4096#endif