mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Revert "Fixed the configuration file in order to work with the web
builder" This reverts commit fc57957f7ac5fdf0ceebfd7acf300a8325569d44 which was meant to be applied to the web-builder branch but ended up in the master branch by mistake. See https://github.com/elua/elua/commit/fc57957f#commitcomment-1552828
This commit is contained in:
parent
0aac4509eb
commit
0e1db09385
@ -13,6 +13,15 @@
|
|||||||
#include "buf.h"
|
#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 )
|
#if defined( ELUA_CPU_AT32UC3A0128 )
|
||||||
// Build options for 120KB image
|
// Build options for 120KB image
|
||||||
@ -20,6 +29,21 @@
|
|||||||
#else
|
#else
|
||||||
// Build options for 256KB and 512KB flash
|
// Build options for 256KB and 512KB flash
|
||||||
# define RAM_SIZE 0x10000
|
# 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
|
#endif
|
||||||
|
|
||||||
// ****************************************************************************
|
// ****************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user