1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Fixed the configuration file in order to work with the web builder

Signed-off-by: Nuccio Raciti <raciti.nuccio@gmail.com>
This commit is contained in:
Nuccio Raciti 2012-06-15 17:47:43 +02:00
parent 2658f7cf77
commit fc57957f7a

View File

@ -13,15 +13,6 @@
#include "buf.h"
// *****************************************************************************
// Define here what components you want for this platform
#define BUILD_MMCFS
//#define BUILD_ROMFS
#define BUILD_CON_GENERIC
//#define BUILD_RPC
#define BUILD_C_INT_HANDLERS
//#define BUILD_RFS
//#define BUILD_SERMUX
#if defined( ELUA_CPU_AT32UC3A0128 )
// Build options for 120KB image
@ -29,21 +20,6 @@
#else
// Build options for 256KB and 512KB flash
# define RAM_SIZE 0x10000
# define BUILD_SHELL
# define BUILD_XMODEM
# define BUILD_ADC
# define BUILD_LCD
# define BUILD_RTC
# define BUILD_TERM
# define BUILD_UIP
# define BUILD_LUA_INT_HANDLERS
# define BUILD_USB_CDC
#endif
#ifdef BUILD_UIP
#define BUILD_DHCPC
#define BUILD_DNS
//#define BUILD_CON_TCP
#endif
// ****************************************************************************