mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
- Fixing (or trying to) the require from sd/mmc fs issue
This commit is contained in:
parent
195cb558ae
commit
0cf7f2ccb6
@ -124,12 +124,13 @@ romfs = { 'bisect' : [ 'bisect.lua' ],
|
||||
'pong' : [ 'pong.lua' ],
|
||||
'spaceship' : [ 'spaceship.lua' ],
|
||||
'tetrives' : [ 'tetrives.lua' ],
|
||||
'snake' : [ 'snake.lua' ]
|
||||
'snake' : [ 'snake.lua' ],
|
||||
'pachube' : [ 'pachube_demo.lua' ]
|
||||
}
|
||||
|
||||
# List of board/romfs data combinations
|
||||
file_list = { 'SAM7-EX256' : [ 'bisect', 'hangman' , 'led', 'piano', 'hello', 'info', 'morse' ],
|
||||
'EK-LM3S8962' : [ 'bisect', 'hangman', 'pong', 'led', 'piano', 'pwmled', 'hello', 'info', 'morse', 'adcscope', 'adcpoll', 'logo', 'tetrives' ],
|
||||
'EK-LM3S8962' : [ 'lhttpd','bisect', 'led', 'pachube' ],
|
||||
'EK-LM3S6965' : [ 'bisect', 'hangman', 'pong', 'led', 'piano', 'pwmled', 'hello', 'info', 'morse', 'adcscope', 'adcpoll', 'logo', 'tetrives' ],
|
||||
'EK-LM3S9B92' : [ 'bisect', 'hangman', 'led', 'pwmled', 'hello', 'info', 'adcscope','adcpoll', 'life' ],
|
||||
'STR9-COMSTICK' : [ 'bisect', 'hangman', 'led', 'hello', 'info' ],
|
||||
|
@ -105,7 +105,7 @@
|
||||
#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"
|
||||
|
||||
#ifndef LUA_RPC
|
||||
#define LUA_PATH_DEFAULT "/rom/?.lua;/rom/?.lc"
|
||||
#define LUA_PATH_DEFAULT "/mmc/?.lua;/mmc/?.lc;/rom/?.lua;/rom/?.lc"
|
||||
#else
|
||||
|
||||
#define LUA_PATH_DEFAULT \
|
||||
|
@ -102,7 +102,7 @@
|
||||
#define ELUA_CONF_IPADDR0 192
|
||||
#define ELUA_CONF_IPADDR1 168
|
||||
#define ELUA_CONF_IPADDR2 100
|
||||
#define ELUA_CONF_IPADDR3 5
|
||||
#define ELUA_CONF_IPADDR3 90
|
||||
|
||||
#define ELUA_CONF_NETMASK0 255
|
||||
#define ELUA_CONF_NETMASK1 255
|
||||
@ -112,12 +112,12 @@
|
||||
#define ELUA_CONF_DEFGW0 192
|
||||
#define ELUA_CONF_DEFGW1 168
|
||||
#define ELUA_CONF_DEFGW2 100
|
||||
#define ELUA_CONF_DEFGW3 1
|
||||
#define ELUA_CONF_DEFGW3 20
|
||||
|
||||
#define ELUA_CONF_DNS0 192
|
||||
#define ELUA_CONF_DNS1 168
|
||||
#define ELUA_CONF_DNS2 100
|
||||
#define ELUA_CONF_DNS3 1
|
||||
#define ELUA_CONF_DNS3 20
|
||||
|
||||
// *****************************************************************************
|
||||
// Configuration data
|
||||
|
Loading…
x
Reference in New Issue
Block a user