Go to the source code of this file.
Defines | |
#define | lua_c |
#define | THREAD_LUASTACK 8192 |
Functions | |
void | LuaThread (void *arg) |
int | main (void) |
void LuaThread | ( | void * | arg | ) |
Definition at line 281 of file lua.c.
References EDIT_MODE_ECHO, EDIT_MODE_HISTORY, EdLineClose(), EdLineKeyMapVt100(), EdLineOpen(), EdLineRegisterKeymap(), lua_close(), lua_cpcall(), lua_open, NutHeapAvailable, NutVersionString(), and printf.
Referenced by main().
int main | ( | void | ) |
Definition at line 317 of file lua.c.
References _fileno(), _ioctl(), confnet, DEV_ETHER, DEV_ETHER_NAME, DEV_UART, DEV_UART_NAME, freopen(), inet_addr(), inet_ntoa(), LUA_COPYRIGHT, LUA_RELEASE, LuaThread(), NUT_THREAD_STACK_ADD, NutDhcpIfConfig(), NutNetIfConfig(), NutRegisterDevice(), NutSleep(), NutThreadCreate(), printf, puts, stderr, stdin, stdout, THREAD_LUASTACK, and UART_SETSPEED.