test code for our MBED board

Dependencies:   mbed lwip

Committer:
lolpcc
Date:
Wed May 04 08:30:52 2011 +0000
Revision:
1:6877bb99aa17

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lolpcc 1:6877bb99aa17 1 #define TO_RS232 0x00000001
lolpcc 1:6877bb99aa17 2 #define TO_USB 0x00000002
lolpcc 1:6877bb99aa17 3 #define TO_CAN 0x00000004
lolpcc 1:6877bb99aa17 4 #define SDCARD 0x00000010 /* Use the SD card for the file system */
lolpcc 1:6877bb99aa17 5 #define MEMSTICK 0x00000020 /* Use the memory stick for the file system */
lolpcc 1:6877bb99aa17 6 #define EXEC_CALLED 0x00010000 /* Execed a script from the user */
lolpcc 1:6877bb99aa17 7 #define INDENT_SET 0x00020000 /* Jump point set */
lolpcc 1:6877bb99aa17 8
lolpcc 1:6877bb99aa17 9 #define MAX_VAR 10 /* Max number of variables in the stack */
lolpcc 1:6877bb99aa17 10 #define MAX_JMP 10 /* Max jump points in code */