Factored out settings specific more to architecture and/or toolchain rather than specific target.

This commit is contained in:
oliverschmidt 2007-03-03 13:39:42 +00:00
parent 5d2f948bba
commit d684c14aa6

View file

@ -1,13 +1,9 @@
#ifndef __CONTIKI_CONF_H__
#define __CONTIKI_CONF_H__
#define CC_CONF_REGISTER_ARGS 1
#define CC_CONF_FASTCALL __fastcall__
#define CCIF
#define CLIF
#include "6502-conf.h"
@ -23,11 +19,6 @@ typedef unsigned short clock_time_t;
#include <ctype.h>
#define ctk_arch_isprint isprint
typedef char ctk_arch_key_t;
#define CH_ULCORNER 0xDA
#define CH_URCORNER 0xBF
#define CH_LLCORNER 0xC0
@ -83,7 +74,7 @@ typedef char ctk_arch_key_t;
//#define LOADER_CONF_ARCH "loader/dll-loader.h"
//#define LOADER_CONF_ARCH "loader/???-loader.h"
#define PROGRAM_HANDLER_CONF_MAX_NUMDSCS 6
#define PROGRAM_HANDLER_CONF_QUIT_MENU 1
@ -95,11 +86,6 @@ typedef char ctk_arch_key_t;
typedef unsigned char u8_t;
typedef unsigned short u16_t;
typedef unsigned long u32_t;
typedef unsigned short uip_stats_t;
#define UIP_CONF_MAX_CONNECTIONS 10
#define UIP_CONF_MAX_LISTENPORTS 10
#define UIP_CONF_BUFFER_SIZE (1024 - 2)